/*--- Default ---*/
@media (min-width: 1200px) {

}


/*--- Small Monitors ---*/
@media (min-width: 980px) {
	#services h2{
		font-size: 26px; line-height: 30px;
	}

	#services p{
		font-size: 14px; line-height: 18px; margin-bottom: 20px;
	}
}


/*--- Tablets ---*/
@media (min-width: 768px) and (max-width: 979px) {
	
	body, *{
		font-family: "OpenSansRegular";
		font-family: 13px; line-height: 17px;
		color:#fff;
	}
	input, button, select, textarea {
		font-family: "OpenSansRegular";
		font-family: 13px; line-height: 17px;
	}

	.the-head{
		font-size: 40px; line-height: 44px;	margin-bottom: 20px;
	}
	
	section .container .wrapper{
		margin-top:25% !important;
	}

	.navbar .btn, .navbar .btn-group{
		margin-top:15px;
	}

	.nav-collapse .nav li{
		display: inline-block;
	}

	#home h1 {
		font-size: 40px;
		line-height: 70px;
		margin-bottom: 20px;
	}
	
	#home .lead{
		font-size: 24px; line-height: 28px;
	}

	#services h2{
		font-size: 23px; line-height: 27px;
	}

	#services p{
		font-size: 13px; line-height: 17px; margin-bottom: 20px;
	}

	#services i{
		font-size: 60px; line-height: 70px;
	}

	#the-team h2{
		font-size: 20px; line-height: 26px;
	}

	#the-team p{
		font-size: 13px; line-height: 17px; margin-bottom: 20px;
	}
}


/*--- Cellphones ---*/
@media (max-width: 767px) {
	body, *{
		font-family: "OpenSansRegular";
		font-family: 13px; line-height: 17px;
		color:#fff;
	}
	input, button, select, textarea {
		font-family: "OpenSansRegular";
		font-family: 13px; line-height: 17px;
	}

	.the-head{
		font-size: 40px; line-height: 44px;	margin-bottom: 20px;
	}

	section .container .wrapper{
		margin-top:15% !important;
	}
	
	.navbar{
		margin-bottom: 10px
	}
	.navbar .brand{
		display: none;
	}

	.navbar-inner{
		padding:0px;
	}

	.navbar .btn, .navbar .btn-group{
		margin-top:15px; margin-bottom: 10px;
	}
	.nav-collapse, .nav-collapse.collapse{
		margin-right: 10px;
	}
	.nav-collapse .nav{
		margin:0px; padding:0px;
	}
	.nav-collapse .nav li{
		display: inline-block; margin-left:0px;
	}
	.navbar .nav>li>a{
		font-family: "OpenSansRegular";
	}

	.nav-collapse .nav li a{
		font-size: 12px; padding:5px 7px; font-weight: normal;
	}

	#home h1 {
		font-size: 44px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	
	#home .lead{
		font-size: 16px; line-height: 24px;
	}

	#services h2{
		font-size: 23px; line-height: 27px;
	}

	#services p{
		font-size: 13px; line-height: 17px; margin-bottom: 20px;
	}

	#services i{
		font-size: 60px; line-height: 70px;
	}

	#the-team h2{
		font-size: 20px; line-height: 26px;
	}

	#the-team p{
		font-size: 13px; line-height: 17px; margin-bottom: 20px;
	}

	#contact .contact-form{
		padding:20px;
	}
}

