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

body, HTML {
	margin:0;
	padding:0;
	height:100%;
}

strong{
	font-weight: normal;
	background-color: #FFA500;
	color: darkblue;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.stickyheader{
	position: fixed;
	width: 100%;
	top:-60px;
	background-color: orangered;
	z-index: 15;
	animation-name: slidein;
	animation-delay: 5s;
  	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes slidein {
	from{top:-60px; opacity: 0;}
	to {top: 0px; opacity: 1;}
}

.opacity05{
	opacity: 0.3;
}

a{
	color: #0D86B1;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

#container{
	background-image: url('../img/nasa/background6.jpg');
	background-position:top;
	background-repeat: no-repeat;
	background-size: cover;	
	display: block;
	background-color:#080731;
	width: 100%;
	min-height: 100%;
	top: 0;
	float: left;
	position: absolute;
}
	

	
.spinner{	
	display: none;
	z-index: -10;
}

.intro_text{
	display: none;
	z-index: -10;
}

	
#logo{
	margin-left: 8%;
	margin-top: 10%;
	width: 60%;
	float: left;
	display: block;
}

.section{
	width: 100%;
	min-height: 100%;
	float: left;
	background-color:#080731;
	top: 100%;
	position: relative;
}


.sectionheader{
	font-family: 'Share Tech Mono', monospace;
	font-size: 20px;
	font-weight:400;
	color: white;
	text-align: center;
	}

.sectiontextsubheader{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 100%;
	float: left; 
	border-top: 0.5px solid white;
	margin: 0% 2% 0% 2%;
	padding-top: 2%;
}

.sectiontext{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: white;
	font-weight: 400;
	padding-bottom: 2px;
}

.sectiontextholder{
	margin: 10%;
	width: 80%;
	float: left;
	
}

.sectiontextcolumn{
	width: 95%;
	position: relative;
	float: left;
	padding: 0% 2%;
}

.sectiontextcolumn60{
	width: 95%;
	position: relative;
	float: left;
	padding: 2%;
}

.sectiontextdoublecolumn{
	width: 95%;
	position: relative;
	float: left;
	padding: 2%;
}

.avatarcontainer{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.avatarimages{
	border-radius: 50%;
	float:left;
	width: 20%;
	margin: 5%;	
}

.avatarimages:hover{
	opacity: 0.5;
}

#nav{
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
	float: left;
	padding: 0;
	display: block;
	min-height: 100%;
}


.key_word_nofade{
	font-family: 'Share Tech Mono', monospace;
	font-size: 20px;
	border: 1px solid white;
	padding: 1px;
	color: white;
}

.key_word_nofade:hover{
	color: #FFA500;
	border: none;
}

.key_word{
	font-family: 'Share Tech Mono', monospace;
	font-size: 100%;
	border: 1px solid white;
	padding: 1px;
	color: white;
	margin: 3px;
	display: inline-block;
	width: 100%;
}

.key_word:hover{
	border: none;
}

.thirdcol{
	width: 33.3%;
	float: left;
}


#video1{
	background-image: url(../img/filmicon.png);
	background-size: cover;
}

#video1:hover{
	background-image:url(../img/filmcover.png);
}

#video2{
	background-image: url(../img/filmicon2.png);
	background-size: cover;
}

#video2:hover{
	background-image:url(../img/filmcover2.png);
}
#video3{
	background-image: url(../img/filmicon3.png);
	background-size: cover;
}

#video3:hover{
	background-image:url(../img/filmcover3.png);
}


#contact_dropdown{
	font-size: 8px;
	width: 100%;
}
	
#trevor{
	display: none;
}

#mike{
	display: none;
}

#daniel{
	display: none;
}

#mitch{
	display: none;
}

#danielk{
	display: none;
}

#Rebecca{
	display: none;
}

#mikeb{
	display: none;
}

#avatar1{
	border: 3px double white;
}

#avatar2{
	border:3px double rgba(0,0,0,0);
}

#avatar3{
	border:3px double rgba(0,0,0,0);
}

#avatar4{
	border:3px double rgba(0,0,0,0);
}

#avatar5{
	border:3px double rgba(0,0,0,0);
}

#avatar6{
	border:3px double rgba(0,0,0,0);
}

#avatar7{
	border:3px double rgba(0,0,0,0);
}

#avatar8{
	border:3px double rgba(0,0,0,0);
}

.footertext{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
}

#footerlogo{
	width: 20%;
	display: block;
	margin-left: 40%;
	margin-right: 40%;
	padding: 2%;
}

.button{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	color: aliceblue;
	border-radius: 3px;
	background-color: #C85E2F;
	padding: 2%;
	width: 50%;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}