/*
Theme Name: Bootstrap to WordPress
Theme URI: http://wptreehouse.com/from-bootstrap-to-wordpress
Author: Ahmad Abdolsaheb & Zac Gordon
Author URI: http://abdolsa.com/
Description: Example theme for a Bootstrap / WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-to-wp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:700|Merriweather:400,400i,700,700i');


html { height: 100%; }

.footer {
    position: absolute;
    left: 0 ; right: 0; bottom: 0;
    height:30px;
}

body {
  padding-top: 20px;
	min-height:100%;
	position:relative;
	padding-bottom:30px;
}

.navbar-inner {
  background:transparent;
}

.admin-bar .navbar-fixed-top {
	margin-top: 20px;
}

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	background-position: top center;
	min-width: 100%;
	min-height: 1000px;
	z-index: -2;
	margin-top: -50px ;
}

/*/ carosel */
.carousel-caption {
	color : black;
	position:static;
	font-weight: 500;
	text-shadow: none;
	margin-top: auto;
	vertical-align: middle;
	text-align: center;
}

.carousel-inner {
	vertical-align: middle;
	min-height: 350px
}

#carousel-example-generic {
	vertical-align: middle;
	height: 400px;
	padding:  4% 0;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.left-align {
  text-align: left;
}

a.right.carousel-control{
 	color:black;
}

a.left.carousel-control{
 	color:black;
}

.carousel-indicators{
	margin-bottom: 0px;
	margin-top: 30px;
}

/*/ theme */
.bottom{
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4{
	font-family:  'Merriweather Sans',Georgia , "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
}

p{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.reading-field{
	background-color: rgba(255,255,255,.50);
	border-radius:2em;
}

/*/ buttons */
.btn-block {
	margin-top: 10px;
	margin-bottom: 20px;
}

.btn{
	font-family: sans-serif;
	font-size: 13px;
}

.btn-sample {
  color: #ffffff;
  background-color: #2B0000;
  border-color: #2B0000;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  color: #ffffff;
  background-color: #850000;
  border-color: #2B0000;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
  background-color: #2B0000;
  border-color: #2B0000;
}

.btn-sample .badge {
  color: #2B0000;
  background-color: #ffffff;
}

.carosel-font:hover:active {
    text-decoration: underline;
}

.reading-field-small{
	background-color: rgba(0,0,0,.03);
	border-radius:2em;
}

.no-top{
	margin-top: 0;
}
.jumbotron{
	background-color: rgba(0, 0, 0, 0);
}

.columns-top{
	margin-top: 15px;
}

.forma{
	max-width: 200px;
}

.title-full{
	margin-top: 20px;
}
.subscribe{
	margin-top: 10px;
}

.form-control{
	margin-right: 3px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {

	font-family:'Merriweather Sans', sans-serif;

}
.navbar-default {
     background-color: rgba(0,0,0,.00);
    border-color: rgba(0,0,0,.00);
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 1.2em;
}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;
}

.current-menu-parent li a {
	background: inherit;
}

.current-menu-item a {
	background-color: rgba(0,0,0,.20);
	border-radius: 5px;
}

.navbar-toggle{
	background-color: rgb(221, 221, 221);
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-brand a:hover {
    color: white;
}

.main-logo:hover {
	color: #FFFFFF !important;
}

.center{
	text-align: center;
	position: center;
}

.sidebar {
    margin-top: 40px;
    border-radius: 10px;
    color: #444;
    background: rgba(255,255,255, 0.5);
		margin-bottom: 40px;

}

.sidebar h3 {
	color: #888;
}
#featured{
	color: #d20000 ;
}

.widget {
	margin: 10px 0 30px;
}

article.post {
	margin: 20px 0 40px;
}

img,
.featured-image img,
.portfolio-piece img,
.portfolio-image img {
	max-width: 100%;
}

img{
height: auto;
}

.prev-next {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}

.blog-book{
	max-height: 250px;
}

.book-main{
max-height: 200px;
}

.portfolio-piece:nth-child(2n+1){
    clear: left;
}

.clearfix2:nth-child(2n){
    clear: left;
}

.voice{
	margin-bottom: 10px;
}

.meta{
	color:gray;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.meta *{
	color:gray;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.form-control{
	font-family: sans-serif;
}

.navbar-brand{
		font-family:'Merriweather Sans', sans-serif !important;
		font-size: 20px;
}

.menu-item{
		font-family:'Merriweather Sans', sans-serif !important;
}

li {
	list-style-type: none;
}

div.widget{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.content * {
	font-family:'Merriweather', serif !important;
}

.meta-bottom{
	margin-top:-10px;
}

.wrapper * {
	font-family:'Merriweather', serif !important;
	font-size: 17px;
	line-height: 33px;
}

.vid-post p{
	color:gray;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.widget > ul{
	padding:0;
}

.footer {
  position:absolute;
	bottom: 0;
}

/* Very small (tablets, 540px and down) */
@media (max-width:540px) {
	.portfolio-piece h4 {
		font-size: .8em;
	}
}

/* Extra small (tablets, 540px and up) */
@media (min-width:540px) {

	.carosel-font{
		font-size: 2.8em;
	}
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.subscribe{
		margin-top: 0px;
	}
	.carosel-font{
		font-size: 3em;
	}

	.portfolio-piece:nth-child(2n+1){
    clear: none;
	}

	.portfolio-piece:nth-child(4n+1){
    clear: left;
	}
	.navbar-brand{
	font-size: 34px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px){
	.reading-field-small{
	background-color: rgba(0,0,0,0);
	border-top-left-radius:0em;
	border-top-right-radius:0em;
	}
	.carosel-font{
		font-size: 3.7em;
	}

	.navbar-brand{
	font-size: 18px;
	}
	.btn-block{
		margin:0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px){
	.carosel-font{
		font-size: 4em;
	}
	.carosel-font:hover {
    text-decoration: underline;
 }

 #carousel-example-generic {

	height: 400px;
	padding:  1% 0;
}
.navbar-brand{
	font-size: 35px;
	}
}

/* minor adjustement */
#noleftpad{
	padding-left: 0;
}

#topbot{
	margin-top: 10px;
	margin-bottom: 20px;
}
