*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body{
    background-color: #2d2f34;
    background-image: url("images/background.jpg");
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    font-size: 16px;
  }
  
  
  .anchor{
    display: block;
    height: 5rem;
    margin-top: -5rem;
    visibility: hidden;
  }
  
  /* --- NAVBAR --- */
  nav{
    display: flex;
    height: auto;
    min-height: 5rem;
    width: 100%;
    border-bottom: 2px solid black;
    background-color: #2d2f34;
  }
  
  .navbar-nav{
    width: 100%;
  }
  
  .navbar-collapse {
    transition-duration: 0s;
  }
  
  .container-fluid ul{
    justify-content: space-evenly;
    font-size: 1.5rem;
  }
  
  .nav-link{
    color: #f1efef !important;
  }
  
  #translateButton button{
    background-color: #f1efef;
    color: black;
    height: 2rem;
    width: 8rem;
    font-size: 1rem;
    border: 4px solid #f1efef;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* --- HERO SECTION --- */
  
  #hero-container{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 51rem;
    width: 100%;
    margin-top: 1rem;
  }
  
  #hero-container img{
    height: 13em;
    width: 15em;
  }
  
  #hero-container h1{
    color: white;
    font-size: 3.15em;
    text-align: center;
    max-width: 33rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 490;
    padding-top: 1rem;
  }
  
  #hero-container h3{
    padding-top: .15rem;
    color: white;
    font-size: 1.35em;
    font-family: "Montserrat", sans-serif;
    font-weight: 310;
  }
  
  .heroContact{
    display: flex;
    margin-top: 1rem;
    align-items: center;
    justify-content: space-around;
    width: 10rem;
  }
  
  .heroContact i{
    color: white;
    font-size: 2rem;
  }
  
  .heroContact i:hover{
    color: #6c6e75;
    cursor:pointer;
  }
  
  /* --- SERVICES SECTION --- */
  #services{
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 0rem;
    width: 100%;
    background-color: lightgray;
    opacity: 88%;
  }
  
  .services-header{
    display: flex;
    height: auto;
    padding-bottom: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .services-header h1{
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 575;
    font-size: 2.65em;
    padding-top: 1rem;
  }
  
  .services-list-container{
    display: flex;
    flex-direction: row;
    height: auto;
    padding-bottom: 2rem;
    width: 100%;
  }
  
  .services-list{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-family: "Inter", sans-serif;
  }
  
  .services-list li{
    max-width: 20rem;
    font-size: 1.4em;
    padding-top: .4rem;
    padding-left: 2rem;
    padding-right: 4rem;
    text-align: center;
    list-style: none;
  }
  
  .services-list h2{
    padding-top: .5rem;
    font-size: 2.6em;
  }
  
  #construction-list li{
    font-size: 1.75em;
  }
  
  #more-list li{
    font-size: 1.75em;
  }
  
  #services i{
    font-size: 7rem;
  }
  
  /* --- EXAMPLES SECTION --- */
  #examples{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: rgba(143,25,25,.88);
  }
  
  .examples-header{
    display: flex;
    height: auto;
    padding-bottom: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .examples-header h1{
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 1.2rem;
    color: #f1efef;
    font-family: "Montserrat", sans-serif;
    font-weight: 575;
    font-size: 2.65em;
    padding-top:1rem;
  }
  
  .examples-header p{
    margin-top: 1rem;
    color: #f1efef;
    font-size: 1.5em;
    text-align: center;
    font-family: "Inter", sans-serif;
    padding-top: 1.25rem;
    max-width: 90%;
  }
  
  .examples-carousel-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
  }
  
  .mySwiper {
    width: 45vmax;
    height: 32vmax;
    border-radius: 8px;
    z-index: 0;
    margin-bottom: 5rem;
  }
  
  .mySwiper img{
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    color: white !important;
  } 
  
  .mySwiper2 {
    width: 25vmax;
    height: 35vmax;
    border-radius: 15px;
    z-index: 0 !important;
    margin-bottom: 5rem;
  }
  
  .mySwiper2 img{
    height: 100%;
    width: 100%;
  }
  
  /* --- REVIEWS SECTION --- */
  
  #reviews-container{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding-bottom: 3rem;
    background-color: rgba(114,142,151,.88);
  }
  
  .reviews-container-header{
    display: flex;
    height: auto;
    padding-bottom: 2rem;
    width: 100%;
    padding-top: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .reviews-container-header h1{
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 1.2rem;
    color: #f1efef;
    font-family: "Montserrat", sans-serif;
    font-weight: 575;
    font-size: 2.65em;
  }
  
  .top-reviews-container{
    display:flex;
    flex-direction: column;
    height: auto;
    width:100%;
  }
  
  .top-reviews{
    display:flex;
    justify-content: center;
    align-items: center;
    height:16em;
    width:100%;
  }
  
  #first-review{
    display: flex;
    background-color:rgba(130, 25, 25, 1);
    width: 75%;
    height: 13em;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow:10px 10px;
    justify-content: flex-start;
    align-items:center;
    flex-direction: column;
    text-align: center;
  }
  
  #first-review h1{
    color: #f1efef;
    padding-top: .85rem;
    font-size: 1.5em;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  #first-review p{
    color: #f1efef;
    max-width: 80%;
    max-height: 90%;
    font-size: .85rem;
    margin-bottom: .15rem;
    padding-bottom: 2rem;
    font-family: "Inter", sans-serif;
  }
  
  #second-review{
    display: flex;
    background-color:rgba(130, 25, 25, 1);
    width: 75%;
    height: 13em;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow:10px 10px;
    justify-content: flex-start;
    align-items:center;
    flex-direction: column;
    text-align: center;
  }
  
  #second-review h1{
    color: #f1efef;
    padding-top: .85rem;
    font-size: 1.5em;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  #second-review p{
    color: #f1efef;
    max-width: 80%;
    max-height: 90%;
    font-size: .75rem;
    margin-bottom: .15rem;
    padding-bottom:2rem;
    font-family: "Inter", sans-serif;
  }
  
  .bottom-review{
    display:flex;
    width: 100%;
    height: 27em;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.5rem;
  }
  
  #third-review{
    display: flex;
    background-color:rgba(130, 25, 25, 1);
    width: 75%;
    height: auto;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow:10px 10px;
    justify-content: flex-start;
    align-items:center;
    flex-direction: column;
    text-align: center;
  }
  
  #third-review h1{
    color: #dbdbdb;
    padding-top: .85rem;
    font-size: 1.5em;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  #third-review p{
    color: #f1efef;
    max-width: 80%;
    max-height: 90%;
    font-size: .85rem;
    margin-bottom: .5rem;
    padding-bottom:2rem;
    font-family: "Inter", sans-serif;
  }
  
  /* --- CONTACT SECTION --- */
  
  #contact{
    display:flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: #f1efef;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  
  .contact-header{
    display:flex;
    justify-content:center;
    align-items:center;
    height: auto;
    padding-bottom: 2rem;
    width:100%;
  }
  
  .contact-header h1{
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 575;
    font-size: 2.85em;
  }
  
  .contact-form-container{
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
    height:auto;
    padding-bottom: 2rem;
    width:59%;
  }
  
  .contact-text{
    display: flex;
    height: 4rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  form{
    width:100%;
    height: 100%;
  }
  
  .contact-form-items{
    width: 100%;
    height: 38rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  .contact-form-container p, input{
    font-size: .95rem;
    width: 100%;
  }
  
  #details{
    padding-left: .65rem;
    width: 100%;
    max-height:10rem;
    height: 10rem;
  }
  
  .contact-form-container input, textarea{
    border: 1px solid black;
    margin-bottom: 1rem;
    margin-top: -.5rem;
    height: 2rem;
    padding-left: .65rem;
  }
  
  form label{
    padding-bottom: .65rem;
  }
  
  .wrapper{
    display: flex;
    width: 100%;
  }
  
  .wrapper button{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.15rem;
    font-family: sans-serif;
    text-decoration: none;
    color: #333;
    background-color: white;
    box-shadow: 5px 5px;
    border: 2px solid #333;
    letter-spacing:.15rem;
    text-align: center;
    position: relative;
    transition: all .35s;
  }
  
  .wrapper button span{
    position: relative;
    z-index: 2;
  }
  
  .wrapper button:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(175, 24, 24);
    transition: all .35s;
  }
  
  .wrapper button:hover{
    color: #f1efef;
  }
  
  .wrapper button:hover:after{
    width: 100%;
  }
   
  
  
  /* FOOTER */
  #footer{
    display: flex;
    flex-direction: column;
    background-color: #2d2f34;
    height: 7rem;
    width: 100%;
  }
  
  .footer-header{
    display: flex;
    height: 3rem;
    justify-content: center;
    align-items: center;
    color: #f1efef;
  }
  
  .footer-header h1{
    font-family: "Monserrat", sans-serif;
    font-size: 1.55em;
    padding-top: 1rem;
  }
  
  .footer-icons{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.6em;
    color: white;
  }
  
  .footer-icons i{
    color: white;
    padding-right: 1rem;
  }
  
  .footer-icons i:hover{
    color: #6c6e75;
    cursor:pointer;
  }
  
  /* --- MEDIA QUERIES --- */
  
  @media screen and (max-width: 650px){
  
    #hero-container{
      height: 42rem;
      background-image: url("images/photo-output.jpg");
      background-size: cover;
      background-attachment:sticky;
      background-repeat: no-repeat;
    }
    
    .services-list-container{
      display: flex;
      flex-direction: column;
      height: auto;
      width: 100%;
    }
    
    .services-list{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: auto;
      padding-bottom: 2rem;
      justify-content: center;
      padding-top: 2rem;
    }
    
    #services{
      height: auto;
      padding-bottom: 2rem;
      width: 100%;
      opacity: 90%;
    }
  
    #roofing-list li{
      font-size: 1.65em;
      list-style:disc;
    }
  
    .services-list h2{
      font-size: 2.7em;
    }
  
    #construction-list li{
      font-size: 1.9em;
      list-style:disc;
    }
  
    #more-list li{
      font-size: 1.7em;
      list-style:disc;
    }
    
    .contact-header h1{
      font-size: 1.9em;
    }
  
    .navbar-collapse {
      transition-duration: 0.5s;
    }
  
    #reviews-container{
      background-color: rgba(114,142,151,.88);
    }
  
    #second-review p{
      font-size: .62rem; 
    }
    
    #third-review p{
      font-size: .75rem;
    }
    
  }
  
  @media screen and (min-width: 850px){
    body{
      font-size: 17px;
    }
  
    #reviews-container{
      height: auto;
      padding-bottom: 4rem;
    }
    
    .top-reviews{
      width: 50%;
    }
  
    .top-reviews-container{
      flex-direction: row;
    }
  
    .bottom-review{
      height: auto;
      padding-bottom: 3rem;
    }
  
    #second-review p{
      font-size: .64rem; 
    }
    
    #third-review{
      height: auto;
      width: 63.5%;
      font-size: 1.75rem;
    }
  
    #third-review p{
      font-size: 1.35rem;
    }
    
    #first-review, #second-review{
      height:85%;
      width: 60%;
    }
      
    .first-review-class{
      justify-content: flex-end;
      padding-right: 4rem; 
    }
  
    .second-review-class{
      justify-content: flex-start;
      padding-left: 4rem;
    }
    
    .contact-text p{
      justify-content: flex-start;
    }
    
    .contact-form-container{
      width: 22%;
    }
  
    .contact-form-items p{
      font-size: .9em;
    }
  }
  
  @media screen and (min-width: 1350px){
    #second-review p{
      font-size: .85rem; 
    }
  
    #first-review p{
      font-size:1rem;
    }
  } 