html {
  font-size: 16px;
  background: white;
  color: white;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 300;
  overflow-x: hidden;
}

ul, h1, h2 ,h3 {
  padding: 0; margin: 0;
  font-weight: 300;
}

li {
  display: block;
}

html, body {
  height: 100%;
}

main {
  min-height: 100%;
}

.header, .logos {
  position: fixed;
  bottom: 30px;
  z-index: 2;
}


  /* Header */
  .header {
    right: 53px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 36px;
  }

  .social-link {
    color: black;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    font-size: 1.2rem;
    margin-left: 50px;
  }

  .social-link--small-caps {
    font-size: 1rem;
  }

  .social-links {
    margin-right: 36px;
  }


  .site-name {
    position: fixed;
    top: 67px; right: 79px;
    width: 132px;
  }

  .site-name img {
    width: 100%;
  }


  /* Logos */
  .logos {
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    margin: 0 34px 0 0;
  }

  .logo--the-jerusalem-foundation { height: 94px; }
  .logo--jerusalem-and-heritage { height: 56px; margin-right: 32px; }
  .logo--the-jerusalem-development-authority { height: 52px; margin-right: 31px; margin-top: -7px; }
  .logo--ran-wolf { height: 46px; margin-right: 27px; }
  .logo--hansen { height: 42px; margin-top: -6px; }


  /* Video */
  .video__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100vw; height: 100vh;
  }

  .video {
    max-height: calc(100vh - 80px);
    overflow: hidden;  
    position: relative;
  }

  .video__inner {
    position: relative;
    left: -30px;
    top: -30px;
  }

  .video__inner:after {
    content: ''; display: block;
    position: absolute; bottom: 0; left: 0; right: 0;
    border-top: 20px solid white;
  }

/* Medium screens, laptops etc. */
@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }

  .header {
    padding-bottom: 18px;
    margin-right: 10px;
  }

  .social-link  {
    border-bottom: 1px solid;
    font-size: 1.13rem;
    margin-left: 40px;
  }

  .social-link--small-caps {
    font-size: 1rem;
  }

  .site-name img {
    width: 86px;
  }
  
  .site-name {
    top: 40px;
    right: 40px;
  }

  .logo {
    margin-right: 29px;
  }

  .social-links {
    margin-right: 0;
  }

  .video__wrapper {
    align-items: center;
  }

  .video__inner {
    top: -40px;
  }

  .video {
    max-width: calc(100% - 100px);
  }

  .logo--the-jerusalem-foundation { height: 75px; }
  .logo--jerusalem-and-heritage { height: 44px; margin-right: 25px; }
  .logo--the-jerusalem-development-authority { height: 42px; margin-right: 20px; }
  .logo--ran-wolf { height: 36px; margin-right: 29px; }
  .logo--hansen { height: 33px; margin-top: -9px; }

}

/* Tablets */
@media (max-width: 1023px) { 
  html {
    font-size: 16px;
  }

  .header {
    bottom: auto; top: 78px;
    left: 0; right: 0;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-links {
    margin-top: 10px;
    margin-left: 35px;
  }

  .social-link {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-right: 11px;
  }

  .site-name {
    right: 35px;
    top: 43px;
  }

  .site-name img {
    width: 107px;
  }

  .video__inner {
    top: 0;
  }

  .logos {
    left: 50px; right: 50px;
    bottom: 60px;
  }

  .logos .logo {
    margin: 0 63px;
  }

  .logos .logo--ran-wolf {
    margin-left: -20px;
    margin-right: -9px;
  }

  .video {
    max-height: calc(100vh - 300px);
    max-width: 100vw;
  }

  .video__inner {
    left: -20px;
  }

  .video__inner:after {
    bottom: -5px;
  }
}

/* Phones */
@media (max-width: 750px) { 
  html {
    font-size: 10px;
  }

  .header {
    top: 41px;
    left: 2px;
  }

  .social-links {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-link {
    margin-left: 0;
    margin-bottom: 3px;
    margin-right: 17px;
    border-bottom: 1px solid;
    padding-bottom: 0px;
  }

  .site-name {
    right: -11px;
    top: 29px;
  }

  .site-name img {
    width: 52px;
  }

  .video__inner {
    left: 0px;
    margin-top: -20px;
  }

  .video {
    max-width: calc(100vw - 50px);
  }

  .logos {
    left: -15px; right: 0;
    bottom: 6px;
  }

  .logos .logo {
    margin: 0 30px 18px 30px;
  }

  .logos .logo--the-jerusalem-foundation { height: 37px; }
  .logos .logo--jerusalem-and-heritage { height: 25px; margin-left: -8px; margin-right: -8px; margin-top: -16px; }
  .logos .logo--the-jerusalem-development-authority { height: 23px; margin-right: -2px; }
  .logos .logo--ran-wolf { height: 17px; margin-right: 0; margin-left: 23px; }
  .logos .logo--hansen { height: 21px; margin-top: -6px; margin-left: 14px; margin-right: 16px }


  .logo.logo--ran-wolf {
    margin-right: 7px;
  }


}