@font-face {
    font-family: 'seagram_tfbregular';
    src: url('../fonts/seagram_tfb-webfont.woff2') format('woff2'),
         url('../fonts/seagram_tfb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: black;
}

nav {
  font-size: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a {
  margin-left: auto;
  margin-right: auto;
  font-family: 'seagram_tfbregular';
  color: #ffffff;
}


p {
  font-family: Times New Roman;
  font-size: 20px;
  color: #ffffff;
  margin: 25px;
}

.footer {
  font-family: 'seagram_tfbregular';
}

h1 {
  font-family: 'seagram_tfbregular';
  font-style: italic;
  font-size: 28px;
  color: #ffffff;
}

h2 {
  font-family: 'seagram_tfbregular';
  color: #ffffff;
  font-size: 24px;
}


div {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin: 25px;
}

ul {
  font-family: Times New Roman;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

li {
  font-family: Times New Roman;
  font-size: 20px;
  color: #ffffff;
  padding-right: 5px;
}

.nav {
  font-size: 32px;
  font-family: 'seagram_tfbregular';
  list-style-type: none;
  list-style: none;
  display: inline-block;
  margin: 0px;
}

img {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.headimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
}

form {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

input, textarea {
  font-family: Times New Roman;
  font-size: 16px;
  padding: 10px;
}

button {
  padding: 5px;
  font-family: 'seagram_tfbregular';
  font-size: 24px;
}

.videoWrapper {
  margin: auto;
  position: relative;
  padding-bottom: 47.8125%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}
.videoWrapper iframe {
  margin: auto;
  position: absolute;
  top: 0px;
  left: 7.5%;
  width: 85%;
  height: 85%;
}

@media screen and (max-width: 1080px) {
    nav {
      font-size: 24px;
    }
    p {
      font-size: 20px;
    }
    h1 {
      font-size: 28px;
    }
    h2 {
      font-size: 24px;
    }
    li {
      font-size: 20px;
    }
    button{
      font-size: 24px;
    }
    .headimg {
      width: 560px;
    }
    .nav {
    font-size: 24px;
    font-family: 'seagram_tfbregular';
    list-style-type: none;
    list-style: none;
    display: inline-block;
  }
}

@media screen and (max-width: 760px) {
  nav {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  li {
    font-size: 18px;
  }
  button{
    font-size: 20px;
  }
  .headimg {
    width: 360px;
  }
  .nav {
  font-size: 18px;
  font-family: 'seagram_tfbregular';
  list-style-type: none;
  list-style: none;
  display: inline-block;
  }
}