/*
 * Theme Name: Bootstrap Timber Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face {
    font-family:TTLakesCompressed-Bold;
    src: url('fonts/TTLakesCompressed-Bold.woff') format('woff'),
        url('fonts/TTLakesCompressed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



/* Put Styles Here */
html {
	margin-top: 0px !important;
}
body{
	height: 100%;
	background-color: #fff;
	font-family: 'Open Sans';
}
h1{
	font-family: 'TTLakesCompressed-Bold';
	font-size: 60px;
	color: #061d45;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 50px;
	margin-bottom: 24px
}
a {
	font-family:'TTLakesCompressed-Bold';
}
span#WHITE {
	color: #ffffff;
}
h2{
	font-family: 'TTLakesCompressed-Bold';
	font-size: 48px;
	color: #00b495;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 12px;
}
p {
	font-family: 'Open Sans';
	line-height: 22px;
}
span.bold {
	font-family: 'Open Sans';
	font-weight: bold;
}



/* ----- TOP NAV ---*/
section.branding_section {
	background-color: #061d45;
}
section.branding_section img {
	max-width: 200px;
}
div.header_CTA button.btn.btn-primary{
	float: right;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #061d45;
	border-radius: 6px;
	padding: 10px 24px;
	margin: 16px 0px;
	font-family:'TTLakesCompressed-Bold';
	opacity: 1;
	font-size: 16px;
}
.navbar-brand {
	padding: 15px 0px;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0px !important;
	margin-right: 0px !important;
}



/* ----- HOME CAROUSEL ----- */
.carousel-indicators li{
  border-radius: 0px;
}
.carousel-indicators li.active{
  background-color: #ffffff !important;
}
div#slideshow-image-one {
	background-color: #00b495;
}
div#slideshow-image-two {
	background-color: #529ed6;
}
div#slideshow-image-three {
	background-color: #8c4799;
}
div#slideshow-image-four {
	background-color: #529ed6;
	/*background-color: #009b4c;*/
}
div#textbox {
	padding: 270px 15px;
}
section#carousel a {
	color: #ffffff;
	background-color: #061d45;
	border-radius: 6px;
	padding: 15px 30px;
	margin: 0px;
	display: inline-block;
}
section#carousel button.btn.btn-primary{
	color: #ffffff;
	border: 0px solid #ffffff;
	background-color: #061d45;
	border-radius: 6px;
	padding: 15px 30px;
	margin: 0px 0px;
	font-family:'TTLakesCompressed-Bold';
	opacity: 1;
	font-size: 16px;
}
section#carousel .col-sm-6 {
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.slide-hidden {
	display: none;
}



/*Section One*/
section.steps {
	background-color: #f1f1f1;
	color: #061d45;
	text-align: center;
	padding-top: 48px;
}
section.steps img{
	max-height: 140px;
	max-width: 200px;
	margin-bottom: 24px;
}
section.steps p{
	margin-bottom: 48px;
}



/*Section Two*/
section.main {
	padding-top: 48px;
}
section.main img{
	margin-bottom: 48px;
}



/*Footer Section*/
section.contact_section {
	padding: 48px 0px;
	background-color: #061d45;
	color: #ffffff;
}
section.contact_section img{
	max-height: 140px;
	margin-bottom: 42px;
}
section.contact_section p {
	font-size: 28px;
	margin-bottom: 24px;
	line-height: 36px;
}
section.contact_section small {
	font-size: 12px;
}



/*Fail Page Section*/
div#fail-page {
	margin-top: 60px;
}



/*Login Section*/
div.modal-content {
	max-width: 300px;
	padding: 24px;
	margin: 0 auto;
	margin-top: 200px;
}
input#user, input#password {
	margin-bottom: 24px;
	border: 0px solid #fff;
	border-bottom: 1px solid #aaa;
}
input#submit2.clsSubmit {
	color: #ffffff;
	background-color: #061d45;
	border-radius: 6px;
	padding: 6px 24px;
	margin: 0px;
	display: inline-block;
	border: 0px solid #fff;
	font-family: 'TTLakesCompressed-Bold';
}



@media screen and (max-width:770px){
	div#textbox {
		padding: 50px 15px ;
	}
	section#carousel .col-sm-6 {
		height: 230px;
	}
	.slide-image {
		background-position: top;
		background-size: contain;
	}
	.slide-hidden {
	display: block;
	}
	h1{
		font-family: 'TTLakesCompressed-Bold';
		font-size: 38px;
		color: #061d45;
		text-transform: uppercase;
		letter-spacing: -1px;
		line-height: 38px;
		margin-bottom: 16px
	}
	section.contact_section p  {
		font-size: 22px !important;
		margin-bottom: 18px !important;
		line-height: 28px !important;
	}
	section#carousel button.btn.btn-primary{
		color: #ffffff;
		border: 0px solid #ffffff;
		background-color: #061d45;
		border-radius: 6px;
		padding: 12px 24px;
		margin: 0px 0px;
		font-family:'TTLakesCompressed-Bold';
		opacity: 1;
		font-size: 16px;
	}
}



@media screen and (max-width:500px){
	section.branding_section img {
		max-width: 150px;
	}
	div.header_CTA button.btn.btn-primary{
		float: right;
		color: #ffffff;
		border: 1px solid #ffffff;
		background-color: #061d45;
		border-radius: 6px;
		padding: 8px 20px;
		margin: 14px 0px;
		font-family:'TTLakesCompressed-Bold';
		opacity: 1;
		font-size: 16px;
		float: right;
	}
	section.contact_section p {
		font-size: 16px !important;
		margin-bottom: 12px !important;
		line-height: 24px !important;
	}
}



@media screen and (max-width:375px){
	section.contact_section p {
		font-size: 13px !important;
		margin-bottom: 12px !important;
		line-height: 20px !important;
	}
}
