/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#00A599;
}
img {
	max-width: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width: 100%; 
	height: 65px; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
    float: left;
    position: absolute;
    margin-left: 5%;
    width: 100px;
    z-index: 101;
  
}

.titlecopy
{
    margin-left: 0px;
    margin-top: 20px;
    width: 165px;
    height: 50px;
    font-size: 32px;
    position: absolute;
    font-family: 'trade_gothic_lt_stdCnno.18';
        z-index: 101;
    
        
}
#nav {
	text-align: right;
	margin: 40px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
    margin-left: 100px;
    margin-top: -20px;
    position:absolute;
    right:200px;
        z-index: 101;
}
.navigation li{
	float: left;
    margin-left: 10px;;
	padding:0 0 0 20px;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 26px;
        z-index: 101;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #00A599;
	font-weight:bold;
}


#videoPanel{
    display:none;
    background-color:black;
    opacity:0.95;
    height:100%;
    position:absolute;
    top:65px;
    left:0;
    right:0;
    z-index:102;
    
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
    color:#fff;
}

.secondary{
	padding:10px 0;
}



/* Slide 1 */ 

#slide1{
	background-color:#00A599;
    background:url('../images/backgroundimg_panel1.jpg') no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size:  100%;
  -o-background-size:  100%;
  background-size:  100%;
color:#fff;
height:580px;
    background-position:0 0;
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: 3px;
	 color:#fff;
	font-weight: 700;
    
}
#slide1 h2 {
	font-size: 2em;
	 color:#fff;
	line-height: 0px;
	padding-bottom:20px;
}




/* Slide 2 */ 

#slide2{
	background-color:#00A599;
    
  -webkit-background-size: 100%;
  -moz-background-size:  100%;
  -o-background-size:  100%;
  background-size:  100%;
color:#fff;
height:658px;
    background-position:0 0;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 1em;
	color:#ffffff;
	font-weight: 700;
       font-family: 'trade_gothic_lt_stdCnno.18';
}
#slide2 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
     font-family: 'trade_gothic_lt_stdlight';
}

#pitch
{
    position:absolute;
    top: 20%;
    width: 85%;
}



/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
    height:600px;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
        font-family: 'trade_gothic_lt_stdCnno.18';
}
#slide3 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
        font-family: 'trade_gothic_lt_stdregular';
}
#test1{
	background-color:#bde2df;
	color:#333;
	text-align:center;
	font-size: 14px;
	font-weight: 400;
    
}
#test{
	background-color:#00A599;
	color:#ffffff;
	text-align:center;
	font-size: 18px;
	font-weight: 400;
}

.bioPic{

	color:#ffffff;
	text-align:center;
	font-size: 18px;
	font-weight: 400;
}



/* Slide 4 */

#slide4{
	background-image:url('../images/sunglasses.png');
	background-color:#8a8683;
	color:#ffffff;
    height:390px;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
    font-family: 'trade_gothic_lt_stdCnno.18';
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
    font-family: 'trade_gothic_lt_stdregular';
}


#videotoggle{
    display:none;
]

