/* Fonts */

* {
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
    font-family: 'Adamina', Georgia;

}

/*Website Border*/

#top, #bottom, #left, #right {
	background:#DCDCDC;
	position: fixed;
  z-index: +1;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

/* Header Navigation Bar */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: none;
}

li {
  float: right;
}

.home {
    float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 40px 45px 10px 45px;
  text-decoration: none;
  font-size: 20px;
}

li a:hover {
  background-color: none;
  color: #DCDCDC;
}

li.dropdown {
  display: inline-block;
}
  
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
  
.dropdown-content a {
  color: black;
   padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px;
}
  
.dropdown-content a:hover {background-color: #f1f1f1;}
  
.dropdown:hover .dropdown-content {
  display: block;
}

.topnav {
  display: none;
}
/*Video Viewer*/

.video1 .video_a {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}

.video1 .video_b {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}

.video1 .video_a .responsive-iframe {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: none;
}

.video1 .video_b .responsive-iframe {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: none;
}

.video2 .video {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}

.video2 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: none;
}
.video3 .video {
  position: relative;
  overflow: auto;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}

.video3 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: none;
}


/*Media Body*/

.placeholder {
  font-size: 30px;
  border-bottom: none;
}


body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.photo_banner1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../film.jpg");
  height: 80%;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 98%;
  display: block;
  margin-left:auto;
  margin-right:auto;
}

.photo_text1 {
  text-align: center;
  position: absolute;
  top: 97%;
  left: 84%;
  transform: translate(-0%, -20%);
  color: white;
}

.photo_text1 h1 {
    font-size: 12px;
}


.mediatitle h2 {
  text-align: center;
  font-size: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 20px;
  border-bottom: none;
}


.column {
  float: left;
  width: 50%;
  padding: 0px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.video1 {
  border-bottom: double;
  padding-top: 5px;
}

.video1 h3 {
  padding-bottom: 20px;
  padding-left: 50px;
}

.video1 h3 a {
  color: black;
  font-size: 25px;
}

.video1 h3 a:hover {
  background-color: none;
  color: #DCDCDC;
}

.video2 {
  border-bottom: double;
  padding-top: 40px;
}

.video2 h3 {
  padding-left: 50px;
  padding-bottom: 20px;
}

.video2 h3 a {
  color: black;
  font-size: 25px;
}

.video2 h3 a:hover {
  background-color: none;
  color: #DCDCDC;
}

.video3 {
  border-bottom: double;
  padding-top: 40px;
}

.video3 h3 {
  padding-left: 50px;
  padding-bottom: 20px;
}

.video3 h3 a {
  color: black;
  font-size: 25px;
}

.video3 h3 a:hover {
  background-color: none;
  color: #DCDCDC;
}

.links {
  padding-left: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.links h3 {
  font-size: 25px;
}


/*Footer*/

.footer {
  padding: 4px 0;
  background-color: #dedede;
  text-align: center;
}

.footer li {
  float: none;
  display: inline-block;
}
.footer li a:hover {
  background-color: none;
  color: #adaaaa;
}

.footer i {
  font-size: 21px;
  padding-bottom: 20px;
}

/*Responsiveness*/

@media only screen and (min-width: 415px) and (max-width: 834px) {
  li a {
  padding: 40px 29px 20px 29px;
  }

  .photo_banner1 {
    height: 40%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 414px) {
  /* Style the navigation menu */
.topnav {
  display: block;
  overflow: hidden;
  background-color: #DCDCDC;
  position: relative;
  border-bottom: 2px solid #DCDCDC;
  width: 96%;
  margin-left:auto;
  margin-right:auto;
  padding-top: 10px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color:#484848;
  padding: 16px 20px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: white;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: white;
  color: black;
} 

li {
  display: none;
}

li.dropdown {
  display: none;
}

#top, #bottom, #left, #right {
  z-index: +1;
}

.photo_banner1 {
  height: 60%;
}

.mediatitle h2 {
  padding-top: 8%;
}

.column {
  float: none;
  width: 100%;
}

.video1 {
  padding-top: 0px;
}

.video1 h3 a {
  font-size: 21px;
}

.video1 h3 {
  padding-left: 30px;
}

.video2 {
  padding-top: 20px;
}

.video2 h3 a {
  font-size: 21px;
}

.video2 h3 {
  padding-left: 30px;
}

.video3 {
  padding-top: 20px;
}

.video3 h3 a {
  font-size: 21px;
}

.video3 h3 {
  padding-left: 30px;
}

.links {
  padding-left: 0px;
}

}