/* Preface */
body {
	margin:0px;
	background-color: #260e26;
	overflow: hidden;
}

@font-face {
    font-family: 'CodeProLightDemoRegular';
    src: url('fonts/Code_Pro_Light_Demo-webfont.eot');
    src: url('fonts/Code_Pro_Light_Demo-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Code_Pro_Light_Demo-webfont.woff') format('woff'),
url('fonts/Code_Pro_Light_Demo-webfont.ttf') format('truetype'),
url('fonts/Code_Pro_Light_Demo-webfont.svg#CodeProLightDemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Open Sans Regular';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'Open Sans Semibold';
	src: url('fonts/OpenSans-Semibold-webfont.eot');
	src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Semibold-webfont.svg#webfont') format('svg');
}

@font-face{
 	font-family: 'Open Sans Light';
	src: url('fonts/OpenSans-Light-webfont.eot');
	src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Light-webfont.woff') format('woff'),
url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Light-webfont.svg#webfont') format('svg');
}

@font-face{
 	font-family: 'TGE Regular';
	src: url('fonts/trumpgoteasreg-webfont-webfont.eot');
	src: url('fonts/trumpgoteasreg-webfont-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/trumpgoteasreg-webfont-webfont.woff') format('woff'),
url('fonts/trumpgoteasreg-webfont-webfont.ttf') format('truetype'),
url('fonts/trumpgoteasreg-webfont-webfont.svg#webfont') format('svg');
}

@font-face{
 	font-family: 'TGE Bold';
	src: url('fonts/trumpgoteasbol-webfont-webfont.eot');
	src: url('fonts/trumpgoteasbol-webfont-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/trumpgoteasbol-webfont-webfont.woff') format('woff'),
url('fonts/trumpgoteasbol-webfont-webfont.ttf') format('truetype'),
url('fonts/trumpgoteasbol-webfont-webfont.svg#webfont') format('svg');
}

/* Main Content */
#player{
	margin-left: 10%;
	margin-top: 10px;
}

audio{
	width: 400px;
}
#container {
	position: relative;
	overflow: hidden;
}

#top-nav {
	width: 100%;
	height: 8%;
	background-color: #260e26;
}


#titlebox{
	float:left;
	top: 40%;
	left: 1%;
	position: relative;
}

#side-nav{
position: relative;
left: 30px;
width: 18.9%;
height: 100%;
overflow-y: scroll;
top: 0%;
line-height: 18px;
}

#nav {
	box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	width: 20%;
	height: 20%;
	float: left;
	bottom: 100%;
	background-color: #260e26;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

#label {
	font-family: Open Sans Light;
	color: white;
	position: relative;
	top: 68%;
}

#display {
	width: 100%;
	height: 72%;
	float: left;
}

#main {
	top: 0%;
	position: relative;
	width: 38.9%;
	height: 100%;
	float: left;
	padding-left: 1%;
	border: 1px solid rgba(255, 255, 255, 0.13);

}

#main2 {
	top: 0%;
	position: relative;
	width: 78.92%;
	height: 100%;
	float: left;
	padding-left: 1%;
	border: 1px solid rgba(255, 255, 255, 0.13);

}

#main3 {
	top: 0%;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.13);

}

#mainpicture {
	top: 6%;
	position: relative;
	width: 38.9%%;
	height: 27%;
	float: left;
	padding-left: 1%;
	border: 1px solid rgba(255, 255, 255, 0.13);
}


#back {
	width:8%;
	height: 100%;
	position: relative;
	left: 92%;
	cursor: pointer;
}

#lsulib {
	width:6%;
	height: 100%;
	float: left;
	position: relative;
top: 85%;
}

#transcript {
	width: 39.9%;
	height: 100%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.13);
	position: relative;
	top: 0%;
	overflow-y: auto;
}

h1 {
	font-family: CodeProLightDemoRegular;
	color: white;
	margin: 0;
	font-size: 6em;
	font-weight: 100;
	line-height: 45px;

}

h2 {
	font-family: CodeProLightDemoRegular;
	color: white;
	margin: 0;
	font-size: 3em;
	font-size: 1em;
	font-weight: 100;
	letter-spacing: 16px;
}

h3 {
	font-family: CodeProLightDemoRegular;
	color: white;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0;
	font-size: 2em;
	letter-spacing: .05em;
	padding: 10%;
}

h4 {
	font-family: CodeProLightDemoRegular;
	color: white;
	text-transform: uppercase;
	font-weight: 100;
	margin: 0;
	font-size: 2em;
	letter-spacing: .05em;
}

p {
	font-family: Open Sans Light;
	color: rgba(255, 255, 255, 0.50);

}

a {
	text-decoration: none;
	color: white;
}


#clip1{
border-top: 4px solid rgba(255, 255, 255, 0.5);
float: right;
background-color: rgba(0, 0, 0, 0.15);
width: 100%;
position: relative;
height: 120px;
}

#clip2{
border-top: 4px solid rgba(255, 255, 255, 0.5);
float: right;
background-color: rgba(0, 0, 0, 0.15);
width: 100%;
height: 50px;
position: relative;
line-height: 1px;
}

#clip3{
border-top: 4px solid rgba(255, 255, 255, 0.5);
float: right;
background-color: rgba(0, 0, 0, 0.15);
width: 90%;
height: 50px;
position: relative;
margin-top: 7px;
margin-bottom: 7px;
}


div.float a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none;
	/* Makes sure the link   doesn't get underlined */
	z-index:9999; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1);
	/*workaround to make clickable in IE */
}

/* Auxiliary Effects */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	background: white;

}

.float:hover {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);

}


#photos {
   /* Prevent vertical gaps */
   line-height: 0;

   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;

}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

.accLink {
    position: absolute;
    font-family: arial;
    padding: 20px;
    bottom: 140px;
    left: 0px;
    font-size: 11px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
