body,
html {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: large;
}

header {
  width: 100%;
  background: #376241;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7vh;
  color: white;
  font-family: "bangers";
  font-size: x-large;
}

nav {
  display: flex;
  flex-direction: row;

}

nav ul {
  padding: 0;

}

nav li {
  margin: 0 1em;
  list-style: none;
  display: inline;
}

nav a {
  text-decoration: none;
  color: white;
}

nav a:hover {
  text-decoration: none;
  color: black;
}

section {
  width: 800px;
  height: 100%;
  margin: auto;
}

#logo {
  margin-top: 1.5em;
  width: 100px;
}

h2, h3 {
  text-align: center;
  font-family: "bangers";
  color: #376241;
  font-weight: 100;
}

img {
  min-width: 100px;
  max-width: 75%;
  margin: 0 auto;
}

article {
  text-align: center;
}

article p::first-letter {
  font-size: xx-large;
  color: #376241;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
  background-color: #376241;
  color: white;
  width: 80%;
}

th {
  padding: 0.5em;
  font-family: "Bangers";
  font-weight: 100;
  font-size: larger;
}


.random-list {
  background-color: #376241;
  color: white;
  display: inline-block;
  padding-right: 1em;
  margin: auto;
  text-align: center;
}

.random-list li {
  list-style: lower-alpha;
}

.random-list h3, #social-icons h3 {
  color: white;
  font-weight: 100;
}

video {
  width: 650px;
}

.embedded-video {
  text-align: center;
}

#social-icons img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin: .5em;
}

#facebook-icon {
  transform: rotate(20deg);
}

#twitter-icon {
  transform: rotate(-20deg);
}

#blogger-icon {
  transform: rotate(20deg);
}

#social-icons {
  background-color: #376241;
  display: inline-block;
  padding: 0 1em;
  border-radius: 0.5em;
}