* {
  margin: 0;
  padding: 0;
}

.header {
  min-height: 70vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(images/global_map.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  background-color: rgba(0, 0, 0, 0.692);
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav img {
  width: 150px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;

  background: rgb(86, 194, 80);

  display: block;
  margin: auto;
  transition: 0.25s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1 {
  font-size: 64px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 18px;
  color: white;
}

/* .open-menu {
  max-width: 20% !important;
  max-height: 20% !important;
  display: block;
} */

/* 
If we ever feel like/forced into making it look good on a mobile device
Basically done just need to add a hamburger for when this gets displayed
*/
@media (max-width: 700px) {
  .text-box h1 {
    font-size: 20px;
  }

  .nav-links ul li {
    display: block;
  }

  .nav-links {
    position: absolute;
    background: #62f43671;
    height: 100vh;
    width: 200px;
    top: 0;
    right: 0px;
    text-align: left;
    z-index: 2;
  }

  nav .fa {
    display: block;
    color: white;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding: 25px;
  }
}

.footer {
  width: 100%;
  height: 91px;
  background-color: rgba(0, 0, 0, 0.692);
  bottom: 0px;
  /* position: fixed; */
  position: relative;
  text-align: center;
}

h1 {
  font-size: 36px;
  font-weight: 600;
}

p {
  color: black;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.row {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

.footer-col {
  flex-basis: 100%;
  border-radius: 10px;
}

.footer-col img {
  height: 40px;
  padding-top: 25.5px;
  width: auto;
  object-fit: contain;
}

.team {
  width: 80%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 20%;
  text-align: center;
}

.team h1 {
  font-size: 64px;
}

.team-underline {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.img-underline {
  content: "";
  width: 60%;
  height: 2px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.team-col {
  flex-basis: 55%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  /* padding: 25px; */
  display: block;
}

.team-col img {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.team-col h3 {
  font-size: 28px;
  text-align: center;
}

.team-col h4 {
  padding-top: 5px;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.sponsor {
  width: 80%;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}

.sponsor-col {
  flex-basis: 33%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
  padding-top: 45px;
  /* padding: 25px; */
  display: block;
}

.sponsor-txt {
  flex-basis: 67%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  padding-top: 50px;
  /* padding: 25px; */
  display: flex;
}

.sponsor-text h4 {
  font-size: 20px;
  font-weight: 100;
}

.sponsor-col img {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.sponsor-col h3 {
  font-size: 28px;
  text-align: center;
}

.sponsor-col h4 {
  padding-top: 5px;
  font-size: 20px;
  text-align: center;
}

.schedule {
  height: 100%;
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}

.schedule-img {
  position: relative;
}

.schedule-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  width: 100%;
}

.schedule-underline {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.schedule h1 {
  font-size: 64px;
}

.schedule h2 {
  padding-top: 10px;
  text-align: left;
}

.schedule h3 {
  font-size: 20px;
  font-weight: lighter;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 40px;
}

.docs {
  width: 80%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 20%;
  text-align: center;
}

.docs h1 {
  font-size: 64px;
}

.docs-underline {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.doc-underline {
  content: "";
  width: 50%;
  height: 1.5px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.doc-col {
  flex-basis: 44%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
  /* padding: 25px; */
  display: block;
}

.doc-col img {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.doc-col a {
  text-decoration: none;
  color: black;
}

.doc-col h3 {
  font-size: 28px;
  text-align: center;
}

.doc-col h4 {
  padding-top: 5px;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
}

.project {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}

.proj-underline {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(86, 194, 80);
  display: block;
  margin: auto;
  transition: 0.25s;
}

.proj {
  padding-bottom: 80px;
}

.proj h1 {
  font-size: 64px;
}

.proj h2 {
  padding-top: 10px;
  text-align: left;
}

.proj h3 {
  font-size: 20px;
  font-weight: lighter;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}

.proj video {
  padding-top: 10px;
}