@charset "UTF-8";

@font-face {
    font-family: 'nohemi-light';
    src: url('Nohemi-Light.woff2') format('woff2'), /* Modern Browsers */
         url('Nohemi-Light.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'nohemi-regular';
    src: url('Nohemi-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('Nohemi-Regular.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'nohemi-medium';
    src: url('Nohemi-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('Nohemi-Medium.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



body {
background-color: rgba(255,255,255);
animation: backgroundFade 5s;
margin: 0;
padding: 0;
	
	}



@keyframes backgroundFade {
  0%   {background-color: rgba(0,0,255);}
  100%   {background-color: rgba(255,255,255);}
}	

a:link {
  color : black;
  text-decoration: none;
}
a:visited {
  color : black;
  text-decoration: none;
}
a:hover {
  color : black;
  text-decoration-line: underline;
  text-decoration-thickness: 0.3vw;
}
a:active {
  color : black;
  text-decoration-line: underline; 
  text-decoration-thickness: 0.3vw;
}	
  


  .credit {
  margin: 0;
  font-family: "nohemi-medium";
  font-size: 2.5vw;
  letter-spacing: 1.2px;
  text-align: left;
  line-height: 1.3;
  padding-left: 2%;
  padding-right: 2%;
  }	
  
  
  .copyright {
  margin: 0;
  font-family: "nohemi-medium";
  font-size: 2.5vw;
  letter-spacing: 1.2px;
  text-align: right;
  line-height: 1.3;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 6%;
  }	
  	
  
  .title {
  margin: 0;
  font-family: "nohemi-medium";
  font-size: 3.8vw;
  letter-spacing: 1.6px;
  text-align: center;
  line-height: 1.3;
  padding-left: 1.2%;
  padding-right: 1.2%;
  }	

  .titlemedia {
  margin: 0;
  font-family: "nohemi-light";
  font-style: normal;
  font-size: 3.8vw;
  letter-spacing: 1px;
  text-align: center;
  padding-left: 1.2%;
  padding-right: 1.2%;
  }		
	
	
  .desc {
  margin: 0;
  font-family: "nohemi-regular";
  font-style: normal;
  font-size: 3.8vw;
  letter-spacing: 1.2px;
  text-align: justify;
  line-height: 1.3;
  padding-left: 2%;
  padding-right: 2%;
  }	
  
  .back {
  margin: 0;
  font-family: "nohemi-medium";
  font-size: 2.5vw;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.3;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10%;
  padding-bottom: 10%;
  }	

.video-container {
	position: relative;
	padding-top: 55%;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

th, td {
  text-align: left;
  padding: 0px;
}

tr:nth-child(even) {}