/*
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.
*/
.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 ;
}
body {	
  padding-top: 20px;
  padding-bottom: 20px; 
}
.navbar-inner {
    background:transparent;
}
.admin-bar .navbar-fixed-top {
	margin-top: 20px;
}

/*/ 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 specific*/
.bottom{
	margin-bottom: 20px;
}	
h1,
h2,
h3,
h4{
	font-family:  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:1em;
}
.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;
}  
.column-background{
	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*/
.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: Georgia, "Times New Roman", Times, 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-brand{
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.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;
	color: #444;
}
.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;
}
@media (max-width:540px) {
	.portfolio-piece h4 {
		font-size: .8em;
	}	
}
@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: 2em;		
	} 
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px){
	.column-background{
	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: 2.7em;	
	}	
}

/* 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: 3em;		
	}	
}

