body, html {
    padding: 0;
    margin: 0;
  }
  
  body {
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255,  255);
    -webkit-overflow-scrolling: touch;
  }



.banner {
    width: 100%;
    height: 130px;
    background-color: rgb(0, 0, 0);
    color: white;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  
  .banner img {
    height: 3rem;
    width: auto;
    margin: auto;
  }
  
  .banner > div > span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: rgb(204, 204, 204);
  }

  .logoDiv {
    width: auto;
    padding: 10px;
  }
  
  .section {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 3%;
}

#Paris {
  padding: 7% 5%;
  text-align: left;
}
  @media only screen and (max-width: 1100px) {
    .banner > div > span {
        font-size: 1.5rem;
    }
  
    .banner {
        justify-content: center;
    }
  }
  
  @media only screen and (max-width: 850px) {
    .banner > div > span {
        font-size: 1.2rem;
    }
    .banner img {
        height: 5.5vh;
      }  
  }
  
  @media only screen and (max-width: 740px) {
    .banner > div > span {
        font-size: 1rem;
    }
  }
  
  @media only screen and (max-width: 660px) {
    .banner {
        height: 80px;
    }
  
    .banner > div > span {
        font-size: .7rem;
        letter-spacing: 4px;
    }
  
    .banner img {
        height: 4.5vh;
      }
  }
  
  @media only screen and (max-width: 600px) {
    
    .banner img {
        height: 4vh;
      }
     
     .description {
         font-size: 1rem;
     }
      
     .section {
        font-size: 1rem;
    }
  
  }
  
  @media only screen and (max-width: 480px) {
   
    .banner img {
      height: 4vh;
    }
    
    .section {
        font-size: 1rem;
    }

  }
  
  @media only screen and (max-width: 430px) {
    .banner > img {
      height: 4vh;
    }
  }

  @media only screen and (max-width: 400px) {
    
    .banner > img {
      height: 4vh;
    }

  }

  .transition {
    width: 100%;
    height: 11vh;
    background-image: url('transition.jpg');
    background-position: center;
    background-size: cover;
  }

  @media only screen and (max-width: 400px) {
    .transition {
      height: 10vh;
    }
  }


  
.tabContent {
  min-height: 50vh;
}

/*.tabContent > h4 {*/
/*  text-align: center;*/
/*}*/

.visits {
  padding: 4% 0%;
}

  .description {
    color: rgb(0, 0, 0);
    /* background-color: rgb(61, 77, 85); */
    text-align: left;
    padding: 4% 8%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 3px;
    line-height: 2;
    z-index: 999; 
  }

  .description > .date {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }

  .description > .prior {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 3px;
    padding-left: 8%;
    line-height: 1;
    padding-top: 5%;
  }

  .press {
    text-align: right;
  }

  .sectionTitle {
    background-color: rgb(252, 32, 3);
    color: rgb(255, 255, 255);
    height: 10vh;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  @media only screen and (max-width: 850px) {
    .sectionTitle {
        font-size: 2rem;
        letter-spacing: 4px;
    } 
  }

  @media only screen and (max-width: 750px) {
    .sectionTitle {
        font-size: 1.75rem;
        letter-spacing: 3px;
    }
    
    .description > .press {
      text-align: center;
      font-size: 1rem;
      letter-spacing: 3px;
    }
  }

  @media only screen and (max-width: 660px) {
    .sectionTitle {
        font-size: 1.5rem;
        letter-spacing: 3px;
    } 
  }

  @media only screen and (max-width: 600px) {
    .sectionTitle {
        font-size: 1.25rem;
        letter-spacing: 2px;
    }
    
    .description {
      line-height: 1.25;
      font-size: 1rem;
    }
  }

  @media only screen and (max-width: 480px) {
    .sectionTitle {
        font-size: 1rem;
        letter-spacing: 2px;
    } 
  }
  

  @media only screen and (max-width: 400px) {
    .sectionTitle {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 1.5px;
    }

    
  }
  
  @media only screen and (max-width: 400px) {
    .description {
        font-size: .8rem;
        line-height: 1.5;
        font-weight: 300;
    }

    .description > .date {
      font-size: .8rem;
    }

    .description > .prior {
      font-size: .8rem;
    }
    .description > .press {
      text-align: center;
      font-size: .8rem;
      letter-spacing: 1.5px;
    }
  }

.footer {
    height: auto;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    padding-left: 2rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 8px 0px;
  }
  
  .footer p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-weight: 100;
  }
  
  .phone > a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  
  @media only screen and (max-width: 850px) {
    .footer p {
        font-size: .8rem;
        text-align: center;
    }
  }
  @media only screen and (max-width: 450px) {
    .footer p {
        font-size: .5rem;
        text-align: center;
        font-weight: 300;
    }
  }
  
  .footer img {
    max-height: 2.5rem;
  }
  
  @media only screen and (max-width: 850px) {
    .footer img {
        max-height: 3rem;
        
    }
  }
  
  @media only screen and (max-width: 450px) {
    .footer img {
        max-height: 1.5rem;
        
    }
  }
  
  .footerLogo {
    width: auto; 
    text-align: center;
    padding: 10px;
  }
  
  .address {
    margin: 0;
  }



::-webkit-scrollbar {
    display: none;
  }