@charset "utf-8";
/* CSS Document */

body {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	background-color:#FFF;
}

.navbar{
	background-color:#FFF;
	margin-bottom: 0px;
	color:#0b5470;
}

.navbar-brand{
	margin-top:-13px;
}


.h1, h2, h3, h4{
	font-family:'Oswald', sans-serif;
	margin-top: 20px;
    margin-bottom: 10px;
}

.p{
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
}

.jumbotron{
	background-image:url(../images/hero0.png);
  	background-repeat: no-repeat;
	background-size: cover;
	min-height:700px;
	background-color:#FFF;
	background-position:center 0;	
	
}


.jumbotron h1{
	font-family:'Oswald', sans-serif;
	font-weight:700;
	color:#FFF;
	padding-top:0px;	
}

.jumbotron p{
	color:#FFF;
	font-weight:400;
}



.signup-header {
background-color: rgba(255, 255, 255, 0.5);
min-height: 500px;
border-radius: 5px;
}


.form-horizontal{
	margin-top:3px;
	margin-left:12px;
	margin-right:12px;
}


.signup-header h2 {
	font-family:'Oswald', sans-serif;
    padding: 30px 0 5px;
    color: #0b5470;
	font-size:33px;
	font-weight:600;
	margin-bottom:10px;
}

.signup-header p{
	font-size:18px;
	padding: 0px 20px 5px;
	text-align:center;
	color: #0b5470;
	font-weight:600;
}


.signup-header .btn{
	background-color:#fef035;
	color:#0b5470;
	margin-top:2px;
	margin-bottom:18px;
	width:92%;
}


.page-header{
	text-align:center;
	font-weight:200;
	font-family:'Oswald', sans-serif;
	border-bottom: 0px;
	padding-top:5px;
	padding-bottom:0px;
}

.colums h3{
	color:#0b5470;
}

.colums p{
	font-size:16px;
	color:#647083;
}

.space-pad {
    padding-bottom:50px;
    padding-top:50px;
}

.container-full{
    margin-top: -5px;
    color: #fff;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}


.container-full h1{
	font-family:'Oswald', sans-serif;
	font-weight:700;
	color:#FFFC19;
}

.container-full h2{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	line-height: 1.42857143;
}



.chi{
	background-image:url(../images/wave-blue.png);
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
}


.asso{
	padding-bottom:20px;
	max-height:120px;
}



.chi p{
	color:#FFF;
}


.link-blue{
	color:#FFF;
	border-bottom: 1px solid #FFFC19;
}



.map{
	max-height:680px;
}


.bg-blue{
	background-image:url(../images/wave-short.png);
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:cover;
}


.alt1{
	background-color:#0b5470;
}


.alt1 p{
    font-size:16px;
	color:#FFF;
}


.alt2{
	background-color:#165c5f;
    color: #DDDDDD;
	padding-top:10px;
	
}


.alt2 a{
	padding-bottom:10px;
}

#toTop{
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
}

.ge{
	max-height:70px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

.jumbotron h1{
	padding-top:0px;	
}






/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

.jumbotron h1{
	padding-top:200px;	
}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

.jumbotron h1{
	padding-top:270px;	
}
