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


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

.opacity05{
	opacity: 0.3;
}

.opacity1{
	opacity: 1;
}

.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;}
}

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

.stronglink:hover{	
	background-color: aqua;
	text-decoration: underline;
}

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

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

#container{
	animation-name: background;
   	animation-duration: 30s;
   	animation-iteration-count: 1;
	animation-delay: 5s;
	background-image: url('../img/nasa/background1.jpg');
	background-position:top;
	background-repeat: no-repeat;
	background-size: cover;	
	display: block;
	background-color:#04071C;
	height: 100%;
	width: 100%;
	top: 0;  
	-webkit-backface-visibility: hidden;
	position: absolute;
}
	
@keyframes background {
    0%   {background-image: url('../img/nasa/background1.jpg');}
    10%   {background-image: url('../img/nasa/background1.jpg');}
	
    20%   {background-image: url('../img/nasa/background5.jpg');}
    25%   {background-image: url('../img/nasa/background5.jpg');}

    35%  {background-image: url('../img/nasa/background7.jpg');}
	40%  {background-image: url('../img/nasa/background7.jpg');}

    50%  {background-image: url('../img/nasa/background6.jpg');}
    55%  {background-image: url('../img/nasa/background6.jpg');}
	
    65%  {background-image: url('../img/nasa/background8.jpg');}
    70%  {background-image: url('../img/nasa/background8.jpg');}
	
	80%  {background-image: url('../img/nasa/background9.jpg');}
    85%  {background-image: url('../img/nasa/background9.jpg');}
		
    95%  {background-image: url('../img/nasa/background1.jpg');}
	100%  {background-image: url('../img/nasa/background1.jpg');}
}
	
.spinner{	
   	margin-left: 33.3%;
	position: absolute;
	top: 20%;
	width: 33.3%;
	z-index: 10;
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s ; /* Firefox < 16 */
    -ms-animation: fadein 6s ; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s ;
}
	
#logo{
	margin-left: 8%;
	top:75%;
	width: 250px;
	position: absolute;
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s ; /* Firefox < 16 */
    -ms-animation: fadein 6s ; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s ;
}

#logo_subtext{
	position: absolute;
	top: 90%;
	margin-left: 70%;
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s ; /* Firefox < 16 */
    -ms-animation: fadein 6s ; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s ;	
}
.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: 14px;
	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: 14px;
	line-height: 18px;
	color: white;
	font-weight: normal;
	padding-bottom: 2px;
}

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

.sectiontextcolumn{
	width: 45%;
	position: relative;
	float: left;
	padding: 0% 2% 2% 2%;
	border-top: 0.5px solid white;
}

.sectiontextcolumn60{
	width: 60%;
	position: relative;
	float: left;
	padding: 2%;
	border-top: 0.5px solid white;
}

.sectiontextdoublecolumn{
	width: 95%;
	position: relative;
	float: left;
	padding: 2%;
	border-top: 0.5px solid white;
}

.avatarcontainer{
	width: 100%;
	float: left;
	padding-left: 7%;
	/*padding-right: 10%;*/
}

.avatarimages{
	border-radius: 50%;
	width: 15%;
	min-width: 100px;

	position: relative;
	margin: 3%;
	float: left;
}

.avatarimages:hover{
	opacity: 0.5;
}

	
.key_word{
	font-family: 'Source Sans Pro', sans-serif;

	/*font-family: 'Share Tech Mono', monospace;*/
	font-size: 20px;
	border: 1px solid white;
	padding: 1px;
	background-color: orangered;
	color: white;
	max-width: 20%;
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s ; /* Firefox < 16 */
    -ms-animation: fadein 6s ; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s ;
}	

.key_word:hover{
	border: none;
	opacity: 1;
}
.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;
}

	
.intro_text{
	animation-name: fadeinandout;
   	animation-duration: 3s;
	animation-delay: 0.5s;
	font-family:'Share Tech Mono', monospace;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: black;
	margin-top: 20%;
	opacity: 0;
	z-index: -1;
}

.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);
}

#a{top: 20%; left: 15%; position: absolute;}
/*#b{top: 40%; left: 10%; position: absolute;}*/
#c{top: 40%; left: 10%; position: absolute;}
#b{top: 60%; left: 15%; position: absolute;}

#d{top: 20%; right: 15%; position: absolute;}
#e{top: 40%; right: 10%; position: absolute;}
#f{top: 60%; right: 15%; position: absolute; max-width: 250px;}

/*.whata{margin-left: 30%; margin-top: 10%}
.whatb{margin-top: 25%;}
.whatc{margin-left: 35%; margin-top: 25%;}
.whatd{margin-top: 10%; margin-left: 5%;}
.whate{margin-left: 35%; margin-top: 25%;}*/

#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);
}

@keyframes fadeinandout {
    0%   {opacity: 0; }
	40%  {opacity: 1; }
	60%  {opacity: 1; }
	100% {opacity: 0; }
}


@keyframes fadein {
    0%   {opacity: 0; }
	60%  {opacity: 0; }
	100% {opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0%   {opacity: 0; }
	60%  {opacity: 0; }
	100% {opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0%   {opacity: 0; }
	75%  {opacity: 0; }
	100% {opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0%   {opacity: 0; }
	60%  {opacity: 0; }
	100% {opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0%   {opacity: 0; }
	60%  {opacity: 0; }
	100% {opacity: 1; }
}

.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%;
	
}

.videoarea{
	float: left;
	width: 80%;
	margin-left: 10%;
	box-shadow: 3px 3px 3px 0px black;
	overflow: hidden;
}

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

.button:hover{
	box-shadow: inset 3px 3px 4px 0px rgba(0,0,0,0.5)
}