body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(255, 255, 255);
}

html {
    height: 100vh;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.landing {
  width: 100%;
  height: 12%;
}


/* Begin Slide Show */
/* Quotes Slide Show */
.description-container {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 4% 0;
  align-items: center;
  justify-content: center;
}


/* Quotes Slides */
.quotes {
  display: none;
  /* padding-top: 6%; */
  text-align: center;
  width: 100%;
}


/* Next & previous buttons */
.left, .right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 108, 182);
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.right {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.left:hover, .right:hover {
  background-color: rgb(255,255,255);
  color: rgb(15, 108, 182);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(158, 152, 152);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; 
}

#rowDots {
  padding-top: 2%;
}
.active, .dot:hover {
  background-color: rgb(15, 108, 182);
}

.quotesTitle {
  color: rgb(15, 108, 182);
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  letter-spacing: 3px;
}
/* Add an italic font style to all quotes */
.serviceQuotes {
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 0% 10%;
  /* padding-bottom: 1.5rem; */
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

.headquarters {
  background-image: url('/images/hq1.jpg');
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  width: 100%;
}

.sectionTitle {
  /* color: rgb(15, 108, 182); */
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  text-align: right;
}

.hqAddress {
  vertical-align: text-bottom;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 2px;
}

.singleSection {
  background-color: rgb(15, 108, 182);
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

address {
  color: white;
  text-align: center;
  font-size: 1rem;
}

.lowerQuote {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.quote {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}

.author {
  padding-top: 3%;
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}



/* Text Formating */  
  
 .map > img {
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
    padding: 2% 0%;
  }


  .footer {
    all: initial;
    background-color: rgb(241, 241, 241);
    background-size: cover;
    font-weight: 500;
    font-size: 1rem;
  }
  
  .footer > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 70%;
    overflow: hidden;
    text-align: center;
  }
  
  .footer > .row > .column3 {
    flex: 20%;
  } 
  .footer > .row > .column4 {
    flex: 20%;
  }
  .footer > .row > .column5 {
    flex: 20%;
  } 
  .footer > .row > .column6 {
    flex: 20%;
  } 
  .footer > .row > .column7 {
    flex: 20%;
  }
  
  .footer > .row > .column6 > .socialRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .footer > .row > .column8 > .socialRow > .column6 {
    flex: 50%;
  }
  
  .footer > .row > .column9 > .socialRow > .column7 {
    flex: 50%;
  }
  
  .copy {
    text-align: center;
    font-size: 1rem;
    margin: 0;
  }

  /* Mobile Styling */

  @media only screen and (max-width: 420px)  {
    .company img {
      height: 8vh;
    }

    /* .internal-container {
      padding-top: 5%;
    } */

    .quotesTitle {
      padding-top: 1rem;
      font-size: 1rem;
    }

    .serviceQuotes {
      font-size: .6rem;
      letter-spacing: 2px;
    }
    .left, .right {
      font-size: 1.5rem;
      padding: 1.5%;
    }

    .dot {
      height: 12px;
      width: 12px;
    }

    .sectionTitle {
      font-size: 1.2rem;
    }

    .hqAddress {
      font-size: .8rem;
    }
    
    .quote {
      padding: 2% 0%;
      font-weight: 400;
      font-size: .6rem;
      line-height: 1;
      letter-spacing: 2px;
    }

    .author {
      padding-top: 2%;
      font-size: .5rem;
      line-height: 1;
    }

    .map img {
      height: auto;
      width: 75%;
    }

    .footer > .row {
      width: 90%;
    }

    .footer {
      font-size: .7rem;
    }


    .copy {
      font-size: .6rem;
    }
  }