html {
    font-size: 16px;
  }

  @font-face {
    src: url(fonts/Roboto-Regular.ttf);
    font-family: reg;
  }
  
  @font-face {
    src: url(fonts/Roboto-Light.ttf);
    font-family: light;
  }
  
  @font-face {
    src: url(fonts/Roboto-Medium.ttf);
    font-family: med;
  }
  
  @font-face {
    src: url(fonts/Roboto-Thin.ttf);
    font-family: thn;
  }
  
  @font-face {
    src: url(fonts/Roboto-Bold.ttf);
    font-family: bld;
  }
  
  
  .head {
    background: url("img/Torii-gates-R.png") no-repeat center;
    background-size: cover;
    padding-bottom: 55px;
  }
  
  body {
    width: 100%;
    margin: 0px;
  }
  
  h1 {
    font-size: 125px;
    font-family: light;
    color: #F7F5F7;
    text-align: center;
    letter-spacing: 50px;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  
  nav {
    color: #F7F5F7;
    font-size: 35px;
    font-family: reg;
    text-align: center;
    display: flex;
    padding-top: 100px;
    justify-content: space-around;
    align-items: center;
    letter-spacing: 9px;
  }

  .logo {
    width: 150px;
  }


  .links .current::after {

    content: "";
    position: absolute;
    background-color: #F7F5F7;
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: -7px;
    
  }
  
  a {
    position: relative;
    padding: 0px;
    text-decoration: none;
    color: #F7F5F7;
  }
  
  a:visited{
    text-decoration: none;
    color: #F7F5F7;
  }
  
  a:active{
    text-decoration: none;
    color: #F7F5F7;
  }
  
  .inactive:after {
    content: "";
    position: absolute;
    background-color: #F7F5F7;
    height: 3px;
    width: 0;
    left: 0px;
    bottom: -7px;
  
  }
  
  .inactive:hover:after {
    width: 100%;
    transition: 0.3s;
  }

  h2 {
    font-family: bld;
    font-size: 70px;
    text-align: center;
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 90px;
    letter-spacing: 5px;
    line-height: 75px;

  }

  h3 {
    font-family: thn;
    font-size: 40px;
    text-align: center;
    margin: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    letter-spacing: 2px;
    line-height: 50px;

  }
  
  .bodytext {
    color: #F7F5F7;
    font-size: 25px;
    font-family: reg;
    padding-top: 100px;
    padding-bottom: 200px;
    width: auto;
    line-height: 32px;
    position: relative;
    text-align: left;
    background: #0B1922;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 125px;
  }

  #add{
    padding-bottom: 100px;
  }

  #req {
    text-align: center;
  }

  #acc {
    padding-bottom: 30px;
  }


  
  
  .list {
    padding-top: 50px;

  }
  
  
  .imgs {
    width: 100%;
    background-color: #0B1922;
  
  }
  
  .map {
    width: 100%;
    padding-bottom: 100px;
    display: block;
    margin: 0px auto;
  }

  .source {
    color: #0B1922;
    font-size: 20px;
    text-align: center;
    line-height: 5px;
    font-family: bld;
  }

  #SL {
    color: #0B1922;
    font-size: 20px;
    text-align: center;
  }

  #SL:hover {
    color: #0f1ab3;
  }


  

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 80px;
      letter-spacing: 20px;
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .logo {
      width: 100px;
    }
  }
  
  
  @media only screen and (min-width: 1200px) {
    .imgs {
      width: 100%;
      }

    .map {
      width: 50%;
        
      }
    }
  
  
  
  @media only screen and (max-width: 1200px) {
    .bodytext {
      padding-left: 150px;
      padding-right: 150px;
      margin-top: 100px;
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 905px) {
    .bodytext {
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 100px;
    }
  
    nav {
      font-size: 20px;
      padding-top: 70px;
    }

    .logo {
      width: 50px;
    }

  }
  
  
  @media only screen and (max-width: 650px) {
    h1 {
      font-size: 30px;
      letter-spacing: 15px;
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .btn {
      width: 100px;
      height: 40px;
      font-size: 12.5px;
    }
  
    .container {
      padding-top: 25px;
    }
  
    .bodytext {
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 50px;
      font-size: 15px;
      line-height: 21px;
      font-weight: 400;
    }
  
    nav {
      font-size: 15px;
      padding-top: 50px;
      font-family: bld;
      letter-spacing: 5px;
    }

    h2 {
        font-size: 35px;
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 40px;
        letter-spacing: 3px;
        line-height: 40px;
  
  }

    h3 {

        font-size: 25px;
        text-align: center;
        margin: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
        letter-spacing: 2px;
        line-height: 35px;


    }

    .source {
      font-size: 12px;
    }
  
    #SL{
      font-size: 12px;
    }

}