body {
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 79px;
}

h2 {
  font-size: 38px;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse {
    background-color: #F18920;
    padding: 20px;
  }
  .navbar-collapse .nav-link {
    color: #000 !important;
  }
}
.navbar-brand img {
  max-height: 42px;
  width: auto;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 92px;
}

.navbar .container {
  border-bottom: 1px solid #FFF;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
}

.bg-dark {
  background-color: #000 !important;
}

.orange-outline {
  -webkit-text-stroke: 2px #F18920;
  color: transparent;
  font-weight: bold;
}

.green-outline {
  -webkit-text-stroke: 2px #00C8A4;
  color: transparent;
  font-weight: bold;
}

.white-outline {
  -webkit-text-stroke: 1px #FFF;
  color: transparent;
  font-weight: bold;
}

.button-purple {
  display: inline-block;
  background-color: #8553FB;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  padding: 12px;
  background: #8553FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #FFFFFF66;
}
.button-purple:hover {
  color: #FFF;
  background-color: #a883fe;
}

.signup-title {
  font-size: 60px;
}

.signup {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
}

.main-title-wrapper {
  margin-top: 134px;
}

.main-title {
  font-size: 94px;
}

.main-subtitle {
  left: 0;
  right: 0;
  top: 64px;
  position: absolute;
  font-family: Arial Black, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 44px;
}

.universities {
  margin-top: 50px;
}
.universities a {
  position: relative;
}

.uni-wrapper {
  display: flex;
  background-size: cover;
  height: 503px;
  position: relative;
  align-items: flex-end;
  justify-content: center;
}
.uni-wrapper img {
  width: 60%;
}
.uni-wrapper:hover {
  opacity: 1;
}

.uni-logo {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  max-height: 48px;
  margin: 0 auto;
}

.arrow-down {
  position: absolute;
  bottom: 32px;
  right: -48px;
}
.arrow-down img {
  height: 308px;
  width: auto;
}

.tud {
  background-image: url("../img/TUD.png");
  opacity: 0.5;
}

.tue {
  background-image: url("../img/TUE1.png");
  opacity: 0.5;
}

.wur {
  background-image: url("https://4tuimpactchallenge.nl/img/WUR.png");
  opacity: 0.5;
}

.ut {
  background-image: url("https://4tuimpactchallenge.nl/img/UT.png");
  opacity: 0.5;
}

.bootcamp-title {
  font-size: 78px;
}

.bootcamp-title-wrapper {
  margin-top: 100px;
}

.bootcamp-subtitle {
  left: 0;
  right: 0;
  top: 34px;
  position: absolute;
  font-weight: bolder;
  font-family: Arial Black, Helvetica, sans-serif;
  color: white;
  font-size: 78px;
  z-index: -1;
}

#slush {
  margin-top: 116px;
}

@media only screen and (max-width: 768px) {
  #slush {
    margin-top: 5px;
  }
}
.finalists-title-wrapper {
  margin-top: 100px;
}

.finalists-title {
  font-size: 60px;
}

.finalists-uni {
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 22px;
  border-left: 2px solid #F18920;
  padding-left: 6px;
  margin-bottom: 8px;
  line-height: 24px;
}

.relivefinals-title-wrapper {
  margin-top: 100px;
}

.homepage-video-modal .modal-header {
  border: 0px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homepagevideo {
  position: relative;
}

.video-modal-close {
  z-index: 2;
  background-color: #00C8A4;
  opacity: 1;
  height: 30px;
  width: 30px;
}
.video-modal-close:hover {
  opacity: 1 !important;
  background-color: #8af2df;
}

.video-playbutton {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 45%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid #00C8A4;
}
.video-playbutton:hover {
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid #8af2df;
  z-index: 2;
}

.lastyearfinalists-title-wrapper {
  margin-top: 100px;
}

.lastyearfinalists-title {
  font-size: 52px;
  font-family: Arial Black, Helvetica, sans-serif;
}

.lastyearfinalists-subtitle {
  left: 0;
  right: 0;
  top: 30px;
  position: absolute;
  font-weight: bolder;
  font-size: 54px;
  font-family: Arial Black, Helvetica, sans-serif;
  z-index: -1;
}

.lastyearfinalists-wrapper {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .lastyearfinalists-wrapper {
    margin-top: 100px;
  }
}

.news-title-wrapper {
  margin-top: 100px;
}

.news-title {
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 22px;
  border-left: 2px solid #F18920;
  padding-left: 6px;
  margin-bottom: 8px;
  line-height: 24px;
}

.readmore {
  display: flex;
  justify-content: space-between;
}

footer {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px;
  margin-top: 130px;
}

.footer-menu li {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  line-height: 52px;
}
.footer-menu li a {
  text-decoration: none;
  color: #FFF;
}

.footer-socials li {
  list-style: none;
  line-height: 66px;
}

.footer-initiative-title {
  font-size: 28px;
}

.footer-logos a {
  display: inline-block;
}
.footer-logos img {
  height: 32px;
  width: auto;
}

.credits {
  font-size: 14px;
}
.credits a {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .delft2021 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .orange-outline {
    -webkit-text-stroke: 1px #F18920;
  }

  .green-outline {
    -webkit-text-stroke: 1px #00C8A4;
  }

  .main-title {
    font-size: 3rem;
  }

  .main-subtitle {
    top: 22px;
    font-size: 2rem;
  }

  .uni-wrapper {
    height: 420px;
  }

  .uni-logo {
    max-height: 32px;
  }

  .main-title-wrapper {
    margin-top: 100px;
  }

  .lastyearfinalists-subtitle {
    font-size: 2rem;
  }

  .bootcamp-subtitle {
    font-size: 3rem;
  }

  .footer-initiative-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .main-title {
    font-size: 2rem;
  }

  .main-subtitle {
    top: 22px;
    font-size: 1.5rem;
  }

  .finalists-title {
    font-size: 2rem;
  }

  .uni-wrapper {
    height: 220px;
  }

  .uni-logo {
    max-height: 22px;
    bottom: 24px;
  }
}