body, html {
font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-size: 18px;
	font-weight: 100;
	width: 100% !important;
	height: 100% !important;
	position:relative;
}
.navbar-brand {
	 float: left;
	padding-bottom: 75px;
	padding-left: 15px;
}
.navbar {
	min-height: 65px;
	background-color: #fff;
	border-bottom: 1px solid #009fe3;

}
.navbar .navbar-header.navbar-collapse {
 float:none;
 display:inline-block;
 padding-left: 25%;
 padding-right: 25%;

}
.navbar .navbar-header {
  float: none;
  padding-left: 25%;
 padding-right: 25%;
}
.navbar .navbar-toggle {
  display: block;
  padding-top: 25px;
}
.navbar .navbar-collapse.collapse {
  display: none!important;
}
.navbar .navbar-nav {
  float: none!important;
}
.navbar .navbar-nav > li {
  float: none;
  text-align: center;
}
.navbar .navbar-collapse.collapse.in {
  display: block !important;
}

.icon-bar {
   background-color:#333 !important;
}
.navbar-nav {
    text-transform: uppercase;
padding-left: 25%;
padding-right: 25%;

	}

.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #000;
	text-decoration: none;
    text-shadow: 3px 3px 3px #ccc;
	background-color: #fff;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	 color: #000;
   	border-bottom: 4px solid #009fe3;
}

h1 {
	text-transform: uppercase;
	font-weight: 100;
}
h1 strong {
	font-weight: 300;
}
h2 {
	font-size: 24px;
	font-weight: 100;	
}
.underline {
 border-bottom: 4px solid;
 border-bottom-color:  #009fe3;
  display: inline-block;
  line-height: 1.6;
}
h2 strong {
	font-weight: 400;
}
h3 {
	font-weight: 100;
	color: #333;
}
h4 {
	font-weight: 300;
}
a {
	color: #000;
}
a:hover, a:focus {
	color: #ccc;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.panel-default {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    opacity: 0.80;
	color:#000;
}
.btn-scroll {
	width: 59px;
	height: 68px;
    	margin-top: 30px;
		text-align: center;
		background: url(../img/scroll.png);
		border: 0;
		transition: all 1.5s;
}
.btn-scroll:hover, .btn-scroll:focus, .btn-scroll.focus, .btn-scroll:active, .btn-scroll.active {
	color: #f6f6f6;
	background: url(../img/scroll1.png);
}
.btn-top {
	width: 59px;
	height: 68px;
	margin-top: 300px;
	text-align: center;
	background: url(../img/top.png);
	border: 0;
	transition: all 1.5s;
}
.btn-top:hover, .btn-top:focus, .btn-top.focus, .btn-top:active, .btn-top.active {
	color: #f6f6f6;
	background: url(../img/top1.png)
}
#info, #part1, .part1a, #part2, .intro1a,.part2a {
	display: table;
    width: 100%;
    height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* Home Section */

#intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro1a {
     background: url(../img/intro.jpg) no-repeat center center fixed;
}

#info, #part1, .part1a, #part2, part2a, .intro1a, .info  {
	display: table;
    width: 100%;
    height: 100%;
	padding-top: 10px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.info {
     background: url(../img/waves1.png) no-repeat center center;
	 background-size: cover;
}

#part1 {
	background: url(../img/earlybirds-hg.jpg) center center no-repeat fixed;
	background-size: cover;
}
.part1a {
	background: url(../img/waves0.png) center center no-repeat;
	background-size: cover;
}
#part2 {
	background: url(../img/part2.jpg) center center no-repeat fixed;
	background-size: cover;
	}
.part2a {
	background: url(../img/waves2.png) no-repeat center center;
	background-size: cover; 
}
#contact {
	background: url(../img/part4a.jpg) no-repeat center center fixed; 
	background-size: cover;
}
.contact1a {
	background: url(../img/part4a.png) no-repeat center center; 
	background-size: cover;
}


/* Sections */


/* Footer Section*/
#footer {
	width: 100%;
	height:120px;
	background-color: #009fe3 !important;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    font-size: 14px;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.footer a {
	color: #ccffff;
}
.footer a:hover, a:focus {
	color: #ccffff;
}
.footer p {
	font-size: 14px;
	margin-top: 10px;
}
/* End Footer Section*/

@media (max-width: 768px) {
	.navbar .navbar-header {
  float: right;
  padding-left: 5px;
 padding-right: 5px;
}
.navbar .navbar-header.navbar-collapse {
 float: right;
 display:inline-block;
  padding-left: 5px;
 padding-right: 5px;
}

h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 16px;
}
.contact1a {
	text-align: center;
	background: url(../img/earlybird1.png) no-repeat center center; 
	background-size: cover;
}
}
