/* Common style for all pages */
body {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(255, 250, 232);
    color: black;
}

.header {
    display: inline;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: rgb(34, 34, 34);
    position: fixed;
    top: 0;
}

.navbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  width: 200px;
  height: auto;
  border: none;
  background-color: rgb(34, 34, 34);
}

.navbutton:hover {
    background-color: rgb(170, 14, 14);
    transition: 0.4s;
}

.logo {
    width: 500px;
    max-height: 500px;
    margin-top:150px;
    border: 10px solid;
    border-color: rgb(20, 66, 165);
    border-radius:30px;
}

.phonenum {
  width: 80%;
  height: auto;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(34, 34, 34);
  color: white;
  border-radius: 15px;
}

.call-us {
  font-size: 20px;
}

.phone-num {
  font-size: 36px;
}

.body-container {
    display: flex;
    flex-direction: row;
}

.landing-banner {
  background-color: rgb(34, 34, 34);
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.landing-banner > h1 {
  color: white;
}


#background-img {
    max-width: 20vw;
    min-height: 100vh;
}

.container {
    width: 100%;
    box-shadow: 5px 10px;
}

.body-text {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flag {
  max-width: 600px;
  max-height: 75px;
  margin: 10px auto 10px 10px;
  border: 10px solid rgb(170, 14, 14);
  border-radius: 50px;
}

/* Landing Page Style */
.body-text > p {
    font-size: 24px;
    font-weight: bold;
}

.industry-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  background-color: rgb(170, 14, 14);
  border-radius: 10px;
  border: 10px solid rgb(20, 66, 165);
  padding: 20px;
  margin-bottom: 100px;
  width: 700px;
  color: white;
}

.listed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 2.5em;
  margin-top: 20px;
  font-weight: bold;
}

.first-half, .second-half {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-evenly;
  width: 300px;
  height: 400px;
}

.first-half {
  margin-right: 75px;
}

.second-half {
  margin-left: 75; 
}

.quote {
    font-style: italic;

}

.pquote {
  display: flex;
  align-items: center;
  width: 400px;
  height: 250px;
  background-color: rgb(34, 34, 34);
  color: rgb(141, 141, 141);
  font-size: 24px;
}

.portrait {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 0px;
    background-color: rgb(34, 34, 34);
    border: 10px solid rgb(34, 34, 34);
    border-radius: 15px;
}

.dennis {
    width: 250px;
    height: 250px; 
}

.alma-dennis {
    width: 300px;
    height: 250px;
}

/* Total-C Page Style */

.top-img {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bot-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.zoom {
  width: 300px;
  margin-right: 200px;
  margin-left: 200px;
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px;
}

.total-c {
  width: 250px;
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px;
  margin-bottom: 25px;
}

.drain {
  width: 475px;
  height: 175px; 
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px;
  background-color: rgb(20, 66, 165);
}

.labels {
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: rgb(170, 14, 14);
  padding: 50px;
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px;
}

.all-labels {
  display: flex;
  flex-direction: column;
}

.threein1 {
  min-width: 800px;
  height: auto;
  margin-bottom: 10px;
}

.training {
  width: 100vw;
  background-color: white;
  height: auto;
}

.training-page {
  width: 800px;
  margin-bottom: 25px;
  border: 10px solid rgb(170, 14, 14);
  border-radius: 15px;
}

/* Jetter Page Style */

.jex {
  max-width: 1000px;
  border: 10px solid rgb(170, 14, 14);
  border-radius: 15px;
}

.jetterpdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.jpdf {
  max-width: 600px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 100px;
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px; 
}

/* Power Wash Page Style */

.powerwash-trailer {
  width: 850px;
  height: auto;
  border: 10px solid rgb(20, 66, 165);
  border-radius: 15px;
}

#pwt2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#pwt3 {
  margin-bottom: 50px;
}

/* Vacuum Page Style */

/* Slideshow container */
.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    margin-top: 100px;
    border: 10px solid rgb(170, 14, 14);
    border-radius: 15px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    background-color: rgba(0,0,0,0.6);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 50%;
    text-align: center;
    margin-left: 25%
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-bottom: 50px;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  /* Contact Page Style */
  #contactForm {
    margin-top: 100px;
    padding: 50px;
    margin-bottom: 50px;
    background-color: rgb(170, 14, 14);
    border: 10px solid rgb(20, 66, 165);
    border-radius: 15px;
  }

  .contactName {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .contactName > input {
    width: 340px;
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .contactInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    margin-top: 50px;
  }

  .contactInfo > input {
    width: 740px;
    height: 50px;
    margin-bottom: 50px;
  }

  .submitForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #message {
    width: 740px;
  }

  #submit {
    margin-top: 50px;
    
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 15px;
    background-color: rgb(20, 66, 165);
    color: white;
  }

  #submit:hover {
    background-color: rgb(11, 87, 252);
    transition: 0.4s;
  }

  input[type="text"], input[type="email"], input[type="tel"], #message{
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 15px;
    border: none;
    font-size: 18px;
    padding: 10px;
  }

  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, #message:focus {
    outline: none;
    background-color: rgb(235, 235, 235);
  }