                                                                * {
	-webkit-text-size-adjust: none;
}
@font-face{
	font-family: "Segoe UI";
	src: url(segoeui.ttf);

}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
header {
	display: block;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 0px;
	overflow: hidden;
	transition: 0.2s ease;
	-o-transition: 0.1s ease;
	-webkit-transition: 0.2s ease;
}
#opaque{
	width: 100%;
	height:80px;
	display: block;
	background-color: #334960;
	opacity: 0.9;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	position: fixed;
	z-index: 90;
}
.menu_block  {
	position: relative;
	z-index: 90;
	float: right;
	opacity: 1;
}
html, body{
	
	height: 100%;
	background-color: #2474A9;
	font-family: "Segoe UI";
	min-width: 960px;
	position: relative;
	font-size: 13px/19px;
}

/* NAV BAR SECTION */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  
	float: none !important;

}

header h1 {
	padding-top: 28px;
	float: left;
	z-index: 999;
	opacity: 1;
}
header h1 a {
	display: block;
	opacity: 1;
	width:auto;
	height: 43px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a:hover{
	color: #FFFFFF;
	opacity: 1;
}

header h1 a img {
	display: block;	
}
nav{
	position: relative;
	padding: 0px 0 0 0;
	display: inline;
	opacity: 1;
}

/* FOR ALL SLIDES */
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.page{
display: block;
	height:0px;
	position: relative;
	float: left;
	margin-top: -200px;
	margin-left: auto;
	padding-left: 0px;
	margin-right:auto;
	left:0;
	width: 100%;
	z-index: -999;
}
.slideIntro{
	display: block;
	height: 100%;
	min-height: 600px;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	padding-top: 80px;
}
	
	
.slide{
	display: block;
	height:100%;
	position: relative;
	float: left;
	margin-left: auto;
	padding-left: 0px;
	margin-right:auto;
	left:0;
	min-height: 600px;
	padding-top: 80px;
}

.button{
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left: -25px;
    background-color: transparent;
    background-image:url(img/arrow.png);
    background-repeat:no-repeat;
    background-position: center center;
    transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s; /* Safari */
}
.button:hover{
    /*background-color: rgba(255,255,255,0.6);*/
	background-image: url(img/arrow_hover.png);
    cursor:pointer;
    transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s; /* Safari */
	
}
.button.last{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
}

/* SLIDES */
.slide:after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 37px 50px 0 50px;
	border-color: #2474a9 transparent transparent transparent;
	left: 50%;
	margin-left: -50px;
	top: 0;
	
}
#slide1{
	width:100%;
	/*background-color: #2474a9;*/
	background: url(img/intro.jpg);
	background-attachment: fixed;
	
}

#slide2{
	width:100%;
	background-color: #b33921;
}
#slide3:after{
	border-color: #b33921 transparent transparent transparent;
}
#slide3{
	width:100%;
	background-color: #1aaf5d;
}
#slide4:after{
	border-color: #1aaf5d transparent transparent transparent;
}
#slide4{
	width:100%;
	background-color: #775c93;
}
#slide5{
	width: 100%;
	background-color: #F17C72;
}
#slide5:after{
border-color: #775c93 transparent transparent transparent;
}
#astronomy_1{
	width: 150px;
	height: 56px;
	position: absolute;
	left: 25px;
	opacity: 0.4;
	z-index: 10;
}
#astronomy_2{
	width: 100px;
	height: 90px;
	position: absolute;
	top: 450px;
	right: 50px;
	opacity: 0.4;
	z-index: 10;
}
#astronomy_3{
	width: 128px;
	height: 128px;
	position: absolute;
	top: 130px;
	right: 200px;
	opacity: 0.4;
	z-index: 10;
}
#rocketry_1{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 350px;
	left: 15px;
	opacity: 0.4;
	z-index: 10;
}
#rocketry_2{
	width: 60px;
	height: 112px;
	position: absolute;
	top: 180px;
	right: 50px;
	opacity: 0.4;
	z-index: 10;
}
#rocketry_3{
	width: 256px;
	height: 256px;
	position: absolute;
	top: 100px;
	right: 200px;
	opacity: 0.4;
	z-index: 10;
}

#ball1{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	position: absolute;
	top: 350px;
	left: 50px;
	background-color: rgba(0,0,0,0.1);
	z-index: 10;
}
#ball2{
	width: 40px;
	height: 40px;
	border-radius: 200px;
	position: absolute;
	top: 80px;
	right: 50px;
	background-color: rgba(0,0,0,0.1);
	z-index: 10;
}
#ball3{
	width: 150px;
	height: 150px;
	border-radius: 200px;
	position: absolute;
	top: 30px;
	right: 200px;
	background-color: rgba(0,0,0,0.1);
	z-index: 10;
}
#ball4{
	width: 40px;
	height: 40px;
	border-radius: 200px;
	position: absolute;
	top: 100px;
	right: 500px;
	background-color: rgba(0,0,0,0.1);
	z-index: 10;
}

#slide4 #ball1{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	position: absolute;
	top: 490px;
	left: 900px;
	background-color: rgba(0,0,0,0.1);
}
#slide4 #ball3{
	width: 200px;
	height: 200px;
	border-radius: 200px;
	position: absolute;
	top: 600px;
	left: 500px;
	background-color: rgba(0,0,0,0.1);
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
nav>.sf-menu {
}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	float: left;
	position: relative;
	opacity: 1;

}

.sf-menu>li+li {
}


.sf-menu>li>a{
	font-size: 18px;
	font-family: 'Segoe UI';
	color: #fff;
	position: relative;
	line-height: 24px;
	padding: 38px 13px 6px;
	display: block;
	z-index: 999;
	position: relative;
}
li[current="true"]{background-color: #3f9fc9;opacity: 1;}
.sf-menu>li .hover {
	position: absolute;
	left: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	z-index: 0;
	right: 0;
	height: 100%;
	top: -100%;
	background-color: #3f9fc9;
	opacity: 1;
}

.sf-menu>li.sfHover .hover, .sf-menu>li:hover .hover{
	top: 0;
}
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;


}
header #navigation .hover{
	top: 0;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #334960;
	
}
input {
	outline:  none !important;
}


a:hover {
	color: #334960;
	
}
.grid_3{positon: relative;z-index: 30;}
.grid_3, .grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.opaquebox{
	background-color: #E6655E;
	opacity: .7;
	position: relative;
	display: block;
	z-index: 30;
	width: 300px;
	height: 450px;
}
.box {
	background-color: transparent;
	border: 3px solid #f4948b;
	padding: 23px 0 24px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	height: 200px;
	min-height: 400px;
	text-align: center;
	color: #FFFFFF;
	z-index: 30!important;
	position: relative;
	z-index: 30;
	opacity: 1;
	margin-top: -451px;
}
div.cirlce{width:auto; height: auto;position: relative;top: 260px;}
.circle img{
	margin-top: 10px;
	width: 256px;
	height: 235px;
	background-color: #334960;
	border: 3px solid #3F9FC9;
	border-radius: 500px;
	margin-bottom: 19px;
}
.box img{
	background-color: #334960;
	border: 3px solid #F4948B;
	border-radius: 200px;
	margin-bottom: 19px;
	width: 50%;
	height: auto;
}
.box a{
	position: relative;
	z-index: 30;
}
.box .title{margin-top: -10px; margin-bottom: 23px; width: 100%;font-size: 25px;}
.box a:hover{
	color: #334960;
	}
.spacing{width: 100%; height: 150px;display: block;}
.container_12 {
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.container_12 .grid_12 {
  width: 100%;
  display: block;
}
.container_12 .grid_3 {
  width: 300px;
}
table {
	margin-bottom: 50px;
	width: 100%; 
	float: center;
}

table td:nth-child(even){
	width: 100px;
	text-align: left;
	padding-left: 10px;
}
table td:nth-child(odd){
	width: 70px;
	text-align: right;
	font-weight: bold;
}

#spacer, #spacer1, #spacer2, #spacer3, #spacer4, #spacer5{
	height: 100px;
	width: 100%;
	float: top;
	top: -150px;
	position: absolute;
	margin-bottom: 250px;
	display: block;
	z-index: -999;
}
p.main_page{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
h2{
	font-size: 60px;
	color: #FFFFFF;
	position: absolute;
	top: 200px;
	bottom: 0;
	left: 0px;
	right: 0;
	letter-spacing: -2px;
	line-height: 44px;
	font-weight: bold;
	display: block;
	height: 44px;
	z-index: 40;

}
#name:hover{
	color: #3f9fc9;

}
h3{
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	top: 250px;
	line-height: 1.75;
	left: 15px;

}

.socials {
	padding-top: 45px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 999;
	position: absolute;
	top: 300px;
	left: 15px;
	right: 0;
	bottom: 0;
}

.socials a {
	display:inline-block;
	font-size: 0;
	line-height: 0;
	width: 69px;
	height: 69px;
	background: url(img/socials.png) 0 0 no-repeat;

}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a {
	margin-left: 18px;
	background-position: -87px 0;
}

.socials a+a+a {
	background-position: -175px 0;
	margin-left: 19px;
}

.socials a+a+a+a {
	background-position: right 0;
}





                            
                            