/*!
 * Start Bootstrap (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 @font-face {
	font-family: 'FlexoDemi';
    src: url('../fonts/flexo-demi.eot');
    src: url('../fonts/flexo-demi.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/flexo-demi.svg#Flexo Light') format('svg'),
         url('../fonts/flexo-demi.woff') format('woff'),
         url('../fonts/flexo-demi.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'FlexoHeavy';
    src: url('../fonts/flexo-heavy.eot');
    src: url('../fonts/flexo-heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/flexo-heavy.svg#Flexo Light') format('svg'),
         url('../fonts/flexo-heavy.woff') format('woff'),
         url('../fonts/flexo-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'FlexoLight';
    src: url('../fonts/flexo-light.eot');
    src: url('../fonts/flexo-light.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/flexo-light.svg#Flexo Light') format('svg'),
         url('../fonts/flexo-light.woff') format('woff'),
         url('../fonts/flexo-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html { }

body {
	font-family: "FlexoLight", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4;
	-webkit-font-smoothing: antialiased;
	color: #231f20;
	background-color:#e6e7e8;
	margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar-header {
	width:100%;
	height:100%;
}

.navbar-inverse {
    background-color: #a7a9ac;
    border-color: #FFFFFF;
}

.navbar-fixed-top {
	top: 0;
  border-width: 0 0 6px;
}

.navbar-brand {
	padding-top:0;
	height:62px;
}

.navbar-title {
	font-family: "FlexoDemi", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	padding-top:20px;
	text-align:right;
}

.bottom-navbar {
	height: 33px;
	background-color:#d1d3d4;
}

.container.main {
	background-color:#ffffff;
	padding-bottom:25px;
}

.header-image {
	display: block;
	max-width: 100%;
	text-align: left;
	background: url('/img/header.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.headline {
	font-family: "FlexoDemi", Arial, Helvetica, sans-serif;
	font-size:44px;
	line-height:1;
	color:#ffffff;
	text-transform: uppercase;
  padding: 200px 0 40px 25px;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
  font-size: 77px;
  background: #fff;
	background: rgba(255,255,255,0.9);
}

.featurette-divider {
	margin: 20px 0;
}

.featurette {
	padding:0 25px;
}

.featurette-image.pull-left {
	margin-right: 40px;
}

.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-family: "FlexoDemi", Arial, Helvetica, sans-serif;
  font-size: 20px;
	text-transform:uppercase;
}

#services.featurette,
#gettoknow.featurette,
#links.featurette,
#contact.featurette {
	width:73%;
}

footer a:link, a:focus {
	color:#ecac00;
}

.btn  {
	text-transform:uppercase;
}

h3 {
 	font-family: "FlexoDemi", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
  line-height: 1.1;
}

.small {
	font-size:12px;
}

.featurette .lead {
	font-family: "FlexoDemi", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#939598;
}

footer {
	color:#fff;
	background-color:#3b3b3c;
}

.top-footer {
	margin:0;
	height:25px;
	background-color:#ecac00;
}

footer p {
	font-size:10px;
	margin:25px 0;
	text-align:right;
}

footer .facebook {
	margin:15px 0;
}

.totopscroller {
	color:#ecac00;
	margin-left:10px;
}

@media(max-width:1200px) {
	.headline h1 {
			font-size: 140px;
	}

	.headline h2 {
			font-size: 63px;
	}

	.featurette-divider {
			margin: 50px 0;
	}

	.featurette-image.pull-left {
			margin-right: 20px;
	}

	.featurette-image.pull-right {
			margin-left: 20px;
	}

	.featurette-heading {
			font-size: 35px;
	}
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
     
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
		
		footer p {
			text-align:center;
		}	
		
		footer .facebook {
			display:block;
			text-align:center;
			margin:15px auto;
		}	
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
		
		footer p {
			text-align:center;
		}	
		
		footer .facebook {
			display:block;
			text-align:center;
			margin:15px auto;
		}	
}

@media(max-width:640px) {
	.headline h1 {
			font-size: 60px;
	}

	.headline h2 {
			font-size: 30px;
	}
	
	footer p {
		text-align:center;
	}	
	
	footer .facebook {
		display:block;
		text-align:center;
		margin:15px auto;
	}	
	
	.featurette-image.pull-right {
		margin-bottom: 10px;
		margin-left: 0;
	}
	
	#services.featurette,
	#gettoknow.featurette,
	#links.featurette,
	#contact.featurette {
		width:100%;
	}
}

@media(max-width:480px) {
	.navbar-title {
		font-size:10px;
	}
}

@media(max-width:375px) {
	.navbar-title {
		padding-top:10px;
		font-size:10px;
	}
	
	.featurette-divider {
			margin: 10px 0;
	}
	
	.featurette-image {
			max-width: 100%;
	}

	.featurette-image.pull-left {
			margin-right: 0;
			margin-bottom: 10px;
	}

	.featurette-image.pull-right {
			margin-bottom: 10px;
			margin-left: 0;
	}
	
	footer p {
		text-align:center;
	}	
	
	footer .facebook {
		display:block;
		text-align:center;
		margin:15px auto;
	}	
}