.header {
 color: #0005f0;
 padding: 15px;
 background-color: rgba(50, 50, 50, .3);
}

.header strong {
  color: #fdd501;
  font-size: 20px;
  text-shadow: 1px 1px #08081b;
}

.header img {
  padding-top: 15px
}

.header .bubble {
  background-color: rgba(50, 50, 50, .4);
  border-radius: 5px;
}

.header .logo {
  padding: 50px 25px 50px 25px;
  font-size: 2.8rem;
  font-style: italic;
  text-shadow: 1px 1px #fdd501;
  text-align: center;
}

.header a:hover{
  font-weight: all;
}

.subheader {
  text-align: center;
}

.subitem {
  color: white;
  font-size: 1.8rem
}

.subitem a {
  color: white;
}


.footer {
  padding: 25px 15px 15px 15px;
  background-color: rgb(150, 150, 150);
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 5px solid #0005f0;
}

.footer .logo {
  color: #0005f0;
  font-size: 2.8rem;
  font-style: italic;
  text-shadow: 1px 1px #fdd501;
  text-align: center;
  padding-top: 10px;
}

.info{
  background-color: rgb(230, 230, 230);
  padding: 25px;
  border-bottom: 5px solid #0005f0;
}

.text {
  font-size: 22px;
  padding: 5px;
}

.text-break{
  padding: 30px 150px 15px 150px;
  font-style: italic;
  text-align: center;
}

.banner {
  background-image: url("../images/truck.jpg");
  min-height: 400px;
  border-bottom: 5px solid #0005f0;
}

.faq {
  background-color: rgb(200, 200, 200);
  padding: 30px;
  border-bottom: 5px solid #0005f0;
}
  .faq .title {
    padding: 2px;
  }

  .faq .small-title {
    display: none;
  }

  .faq button {
    color: #0005f0;
  }

  .faq button.btn-link:hover{
    color: #0005f0;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .faq .card-body {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 20px;
    background-color: rgb(230, 230, 230);
  }

  .faq .card-header {
    background-color: rgb(230, 230, 230);
  }

  .faq .phone {
    color: #0005f0;
  }

.sectionals {
  padding: 30px 20px 30px 20px;
  background-color: rgb(230, 230, 230);
  min-height: 400px;
  border-bottom: 5px solid #0005f0;
}

.sectionals .subtitle {
  padding-bottom: 15px;
  font-size: 1rem;
}

.sectionals .text {
  padding: 65px 10px 5px 10px;
}

.slides div{
  position: absolute;
  padding-top: 25px; 
}  

.contact {
  background-color: rgb(200, 200, 200);
  padding: 30px 15px;
}

.success_message {
  padding-top: 20px;
  font-style: italic;
  color: #0005f0;
}

.error_message {
  color: red;
}

.form-container {
  padding: 15px 30px 15px 30px;
}

.form-container .btn{
  border: 1px solid #0005f0;
}

.form-container .btn:hover{
  background-color: #0005f0;
  color: white;
}

.footer-top {
  text-align: center !important;
  padding: 15px;
}

.footer-top a {
  color: black;
}

.footer .subitem {
  color: black;
  font-size: 1rem;
  text-align: center;
}

a {
  color: #0005f0;
  font-style: italic;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.copyright {
  font-size: 10px;
  border-top: 1px solid #9d9d9d;
  padding: 10px 10px 0px 10px;
  margin: auto;
}

@media (min-width: 1400px){
  .container {
    max-width: 1400px;
  }
  .text {
    padding: 40px 10px 0px 10px;
    font-size: 24px;
  }

  .header .logo {
    font-size: 3.2rem;
  }
}

@media (max-width: 1400px){
  .banner {
    background-position: -150px; 
  }

  .faq img {
    padding-top: 10px;
  }
}

@media (max-width: 1199px){
  .container {
    max-width: 1400px;
  }
  .text {
    padding-top: 20px;
  }

  .card .btn{
    white-space: normal;
  }

  .faq img {
    padding-top: 50px;
  }

  .banner {
    background-position: -150px; 
  }
  .slides {
    padding-top: 25px;
  }

  .footer .logo {
    padding-top: 0px;
  }
}

@media (max-width: 991px){

  .header {
    text-align: center;
  }

  .header img {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .subheader{
    text-align: center;
    margin: auto;
  }
  .subitem {
    padding: 5px;
  }

  .headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text{
    padding: 15px 10px 0px 10px;
  }

  .text-break {
    padding: 30px;
  }

  .faq .title{
    padding-top: 20px;
  }

  .faq img {
    padding-top: 10px;
  }

  #image2 {
    display: none;
  }

  .slides {
    min-height: 325px;
  }

}

@media(max-width: 750px){
  .banner {
    background-position: -300px;
  }
  .slides {
    min-height: 230px;
  }

  .header .logo {
    font-size: 3.4rem;
    padding: 20px 25px 20px 25px;
  }
}

@media (max-width: 525px){
  .banner {
    background-position: -500px;
  }

  .faq .title{
    display: none;
  }
  .faq .small-title {
    display: block;
    padding-top: 20px;
    text-align: center;
  }

  .header .logo {
    font-size: 2.4rem;
  }

  .header .subitem {
    font-size: 1.5rem;
  }

  .slides {
    min-height: 150px;
  }
}


