html,body,div,span,applet,object,iframe.films,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


body {
	background-color:#141414;
	font-family: 'Raleway', sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

* {margin: 0; padding: 0;}

p {line-height: 160%;}

img {border: 0;}


#logobox {
	width:100%;
	padding-top: 20px;
	background-color: white;
	position: fixed;
	z-index: 5;
	opacity: .97;
}

#mainbox {
	width:100%;
	margin-top: 171px;
	background-color: white;
	position: fixed;
	opacity: .9;
	z-index: 5;
	font-size: 14px;
}

.logo {
	height: 100px;
}

.sociallinks{
	margin-bottom: 10px;
}

.sociallink{
	height:25px;
	width: 25px;
	margin: 8px;
}

.toplinkbox{
	background-color: #292929;
	padding: 20px;
	z-index: 3;
}

.toplinkline{
	font-size: 80%;
	margin: 10px;
	letter-spacing: 5px;
	color: white;
}

.toplink {
	font-size: 80%;;
	margin: 10px;
	letter-spacing: 10px;
	color: white;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
.toplink:hover{
	color: gray;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}

.toplinkstore {
	font-size: 80%;;
	margin: 10px;
	letter-spacing: 10px;
	color: #e74c3c;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
.toplinkstore:hover{
	color: white;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}


#spacekiller{
	height: 280px;
}

.videotitle {
	font-size: 200%;
	margin: 40px;
	letter-spacing: 5px;
	color: white;
}

.videomain {
	width: 960px;
	height: 540px;
	margin-top: 30px;
	margin-bottom: 107px;

}

#aboutdividerbox{
	background-color: #292929;
	height: 40px;
	margin-bottom: 50px;
}

/* About */

#abouttitle {
	font-size: 200%;
	letter-spacing: 5px;
	color: white ;
}

#speakers h4  {
	font-size: 20px;
	color: white;

}

#speakers h4 span {
	top: 10px;
	font-size: 20px;
	padding: 0;

}

#speakers img {
	width: 100%;
	max-width: 240px;
	border-radius: 50%; 
	border: 5px solid white; 
	box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
	transition: all 0.1s ease-in;
}
	
#speakers span {
	padding: 8px 20px;
	position: relative;
	top: -64px;
	left: -42px;
	background: white;
	color: black;
	border-radius: 0 16px 16px 0;
	font-size: 16px;
}

.portrait1{
	margin: 50px;
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}

.portrait1:hover{
	opacity: .5;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}

.portrait2{
	margin: 50px;
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}

.portrait2:hover{
	opacity: .5;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
/* END About */

#storedividerbox{
	background-color: #292929;
	height: 40px;
}

.store {margin: 90px;
	z-index: 1;
}

.abouttext{
	font-size: 20px;
	font-style: italic;
	color: white;
}

#storetitle {
	font-size: 200%;
	letter-spacing: 5px;
	color: white ;
}

.storeshop{
	z-index: 1;
}


@media (max-width: 1185px) {
  .toplink {
  margin: 10px;
  letter-spacing: 10px;
}
}

@media (max-width: 980px) {
  .toplink {
  font-size: 80%;
  margin: 1px;
}
  .videomain{
  width: 600px;
}
}

@media (max-width: 765px) {
  .toplink {
  font-size: 60%;
  margin: 1px;
}
.videomain{
  width: 480px;
}

}





 


