/* -------- General styles ---------  */

h1, h2, h3, h4{
	font-family: 'Fjalla One', sans-serif;
}

h1{
/*	color: #47adcb;  */
	color: #91BE25;

}

h8{
font-size: 1.2em; 
font-weight: bold;
color: #000;
}

h8 span{
font-size: 0.7em; 
}

.divider{
	background-image: url('../landy/img/divider-pattern.png');
	background-repeat: repeat-x;;
	height: 4px;
	width: 100%;
}

/* -------- Top navbar styles ---------  */

.navbar .brand{
	font-family: 'Arial Black', cursive;
	font-size: 28px;
}

/* -------- Carousel styles ---------  */

.carousel-control{
	border: none;
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.carousel-caption{
	background: none;
	max-width: 400px;
	height: 230px;
	top:80px;
	padding: 30px 30px 80px 30px;
	margin-left: 65%;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	
	
}

.carousel-caption h1{
	text-shadow: 0px 2px #222;
}

.carousel-caption a{
	margin-top: 20px;
}

/* -------- Page styles ---------  */

#heading, #courses, #features, #download{
	text-align: center;
	padding:50px 0;
}

#about div.row{
	padding:30px 0;
}

#screenshots h1{
	padding-bottom: 30px; 
}

#whyjoin h1{
	padding-bottom: 0px; 
}

#courses h1{
	padding-bottom: 30px; 
}

#testimonial h1{
	margin-top: 30px;
	margin-bottom: 30px; 
}


/* -------- Footer styles ---------  */

footer{
	background-color: #1b1b1b;
	color: #999999;
}

footer .span12{
	text-align: center;
}

#footer ul{}
#footer ul li{
list-style: none;
float: left;
padding: 8px;
}
#footer ul li a{}
#footer ul li a:hover{opacity:0.8;}
#footer span{
float: right;
color: #fff;
margin-top: 19px;}
#footer{
	background:#22242A;
	float:left;
	width:100%;
}

#social li a{
	background-image: url(../landy/img/social-media-icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 32px;
}

#social li a.facebook-icon{
	background-position: 0px 0px;
}

#social li a:hover.facebook-icon{
	background-position: 0px -32px;
}

#social li a.twitter-icon{
	background-position: -32px 0px;
}

#social li a:hover.twitter-icon{
	background-position:  -32px;
}

#social li a.google-icon{
	background-position: -64px 0px;
}

#social li a:hover.google-icon{
	background-position: -64px -32px;
}


 /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }

      .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding-top: 35px;
	}

      .navbar-inner {
        border-radius: 0;
        margin: -10px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

      footer {
      	margin-left: -20px;
		margin-right: -20px;
      }

      footer .container{
      	margin-left: 10px;
		margin-right: 10px;
      }
    
    }


    @media (max-width: 767px) {

    	.navbar .brand{
			font-family: 'Merienda', cursive;
			font-size: 24px; 
		}

    	.carousel {
			margin-left: -20px;
			margin-right: -20px;
		}

      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 100px;
        top: 50px;
      
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 32px;
               
      }

      #screenshots .span2{
      	padding-bottom: 10px;
      }

    }

    @media (max-width: 480px) {

    .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 55%;
        padding: 0 100px;
        position: absolute;
        top: 40px;
      }
      .carousel-caption h1 {
        font-size: 20px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 14px;
      }


      .inline li{
      	padding-bottom: 10px;
      }

      .form-inline button{
      	margin-top: 10px;
      }
    }