@charset "UTF-8";

/* Style the header */
.header {
  background-color: black;
  padding: 20px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 25%;
}

/* Middle column */
.column.middle {
  width: 50%;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

a:link {
	color: #edc97c;
}

a:hover {
        color: #edc97c;
}

a:visited {
        color: #edc97c;
}

a:active {
        color: #edc97c;
}

.video-container {

  position: relative;

  width: 100%;

  padding-bottom: 56.25%; /* 16:9 aspect ratio */

  overflow: hidden;

}

.video-container iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Add a card effect for articles */
.card {
  background-color: #072245;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

body {
  background-color: black;
}

h1 {
  color: white;
  text-align: center;
}

h2 {
  color: white;
  text-align: left;
}

h3 {
  color: white;
  text-align: left;
}

h4 {
  color: white;
  text-align: left;
}

h5 {
  color: white;
  text-align: left;
}


p {
  color: white;
  font-family: verdana;
  font-size: 20px;
  text-align: center;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: black;
  color: white;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
