body {
	padding:0;
	margin:0;
	position:relative;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	overflow: scroll;
	background-image:url("../image-files/stardust.png");
}
@font-face
{
font-family:museo300;
src:url("http://startupsea.org/font/MuseoSans-300.otf");
}
@font-face
{
font-family:proxima;
src:url("http://startupsea.org/font/Proxima%20Nova%20Soft%20Regular.otf");
}


h3,h2 ,button ,h1 , input[type=submit]
{
font-family: "proxima-nova-soft",proxima;
font-style: normal;
font-weight: 400;}
p 
{
font-family: "museo-sans",museo300;
font-style: normal;
font-weight: 300;}

button , input[type=submit]
    {text-shadow:none;
    }
a:hover{
	text-decoration:underline;
}
.thisbg
    {
    width:100%;
    height:80px;
    position:absolute;
    background:#47acf3;
    max-width:1366px;
    z-index:-9999;
    float:left;}

#superwrapper {
	max-width:1366px;
	margin:auto;
	min-width:320px;
	background-color:white;
	width:100%;
	
}

.wrap100 {
	width:100%;
}

.wrap80 {
	width:80%;
	margin:auto;
}
.wrap80m
{
width:80%;
	margin:auto;
}

.innerleft {
	width:100%;
	float:left;
	height:50%;
}

.innerright {
	width:100%;
	float:left;
	height:50%;
}
.navtopwrapper
{
width:100%;

background:rgba(70,172,243,1);
z-index: 99999;}
.navbar {
	height:80px;
	margin:auto;
	width:100%;
z-index:99999;
	max-width:1366px;
	-webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              transition: all 0.3s linear;
}

#navlogo {
	width:30%;
	float:left;
	margin-top:1%;
	
	
}

#navbarlist {
	width:70%;
	float:left;
	display:inline-block;
	margin-top:2.5%;
	
}


#navbarlist ul
{
float:right}
#navbarlist ul li {
	display:inline-block;
	list-style-type:none;
	margin-left:10px;
}

#navbarlist a {
	color:#fff;
}

#pull {
	display:none;
}


.fix {
	position:fixed;
	top:0;
	
}
.searchbar
{
padding:15px 0 10px 0;
height:30px;
background:black;
float:left;

margin:auto;

}
.searchbar input[type=text]
{
height:15px;
float:left;
width:30%;
outline:none;
background-image:url("../image-files/searchicon.png");
background-repeat: no-repeat;
background-position: left 2% center ;
padding-left:30px;
padding-top:5px;
font-size:90%;

}
.searchbar input[type=submit]
{

height: 27px;
border:none;
outline:none;
margin-left:-5px;
padding:0;
float:left;
width:20%;
background: orange;
color:white;
border-radius:0 3px 3px 0;
border:none;


}
.footer
{
float:left;
background-image:url("../image-files/bg-footer.jpg");
text-align: left;
color:white;

}
.footer p
{
color:#eeeceb;
}
.footer h3
{
color:white;
font-size:3em;
}

#footright
{
width:80%;
height:90%;
padding:5%;
background:rgba(0,0,0,0.5);
border-radius:10px;
margin:auto;


}
.footer a
{
color:rgba(70,172,243,1);}
.footer a:hover
{color:rgba(70,172,243,1);

}
#footright a
{text-decoration: none;
}
.footcopy
{
text-align: center;
width:100%;}
#footlink
{
margin: 0 auto;
width:100%;
text-align: center;

}
#footright input
{
width:90%;
height:30px;
margin-top:10px;

}
#footright button
{
background:orange;
color:white;
padding:10px;
border:none;
width:70%;
border-radius:10px;
display:block;
font-weight:lighter;
margin:15px auto ;
height:70px;

}
#footright button:hover ,.searchbar input[type=submit]:hover
{
background:#ffc369;
}
#footright button:active ,.searchbar input[type=submit]:active
{background:#ff8d00;
}
#navbarlist img
{
height:13px;
}
.shrunk{
top:-100%;
}
.foot90
{
max-width:1366px;}
@media only screen and (max-width:770px)    {


	.innerleft {
		width:30%;
		float:left;
		height:100%;
	}
	
	
	.innerright {
		width:70%;
		float:left;
		height:100%;
		font-size:.7em;
		text-align:left;
	}
	#navlogo
	{
		visibility: visible;
	}
	
	.innerright p {
		width:100%;
		word-wrap:break-word;
	}
	
	#navbarlist ul {
		display:none;
	}
	
	#pull {
		display:block;
		float:right;
		padding-top:1px;
	}
	
	#pull:hover {
		color:gray;
	}
	#navlogo {
	width:50%;
	
	
}
#pull img
{
width:100%;
height:100%;

}
#navbarlist {
	width:50%;
	
	
}
#navbarlist img
{
margin-top:5px;}
}

@media only screen and (max-width:480px)
{
.wrap80 {
	width:95%;
	
}
.searchbar input[type=text]
{
width:70%;
}

#navlogo
{
padding-top:2%;}
.navbar {

	height:60px;
	

}
.navtopwrapper
{

height:60px;}

.thisbg
{
height:60px;}


.foot90
{
width:95%;}
#navlogo {
	width:55%;
	
	
}
#navlogo img
{

max-height:40px;
	
}

#navbarlist {

	width:40%;
	
	
}
#navbarlist img
{


width:80%;
}
#pull img
{

}
.wrap80m
{
width:95%;}
#footright
{
font-size: 90%;
}
}

@media only screen and (max-width:320px)
{
body
{
max-width:320px;
}
}