body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.71;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  margin: auto;
  text-transform: uppercase;
  line-height: 1.36;
}

h2 {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4a90e2;
  text-transform: uppercase;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.95;
  text-align: left;
  color: #4a90e2;
}

form .form-row {
  margin-bottom: 15px;
}

form .btn-primary.cto {
  width: 100%;
  flex-direction: row;
}

.splash-container nav ul li a {
  color: #FFF !important;
}

.splash-container nav ul li a:hover {
  color: #f8f9fa78 !important;
}

.splash-container {
  background-image: url(../assets/splash-bg.jpg);
  background-size: cover;
  height: 250px;
  padding: 20px 5px;
}


.splash-container h1 {
  margin-top: 20px;
}

.main-container {
  margin-bottom: 15px;
  text-align: left;
  color: #6c6c6c;
}

.main-container.confirmation {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 50px;
}

.main-container h2 {
  margin: 30px 0;
}

.paragraph-container {
  margin: 40px 20px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.71;
}

.paragraph-highlight {
  font-weight: bold;
  color: #4a90e2;
}

.image-container {
  margin: 30px auto;
}

.image-container img{
  width: 100%;
  margin-bottom: 10px;
}

.services-list {
  line-height: 3.6;
  padding: 0 20px;
  margin-bottom: 30px;
}

.btn-primary {
  height: 36px;
  border-radius: 6px;
  background-color: #fdd55c;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
  border: none;
  width: 100%;
}

.btn-primary:hover {
  background-color: #f1b606!important;
  color: #656565!important;
}

.btn-primary.cto {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-outline-light.cto {
  font-size: 12px;
  width: 160px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
}

.btn-outline-light.cto a {
  color: #FFF;
  text-decoration: none;
}

.btn-outline-light.cto a:hover {
  color: #4a90e2;
}

.services-list li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  background-image: url(../assets/footer-bg.jpg);
  background-size: cover;
  padding: 20px 10px;
}

.footer-container-secondary {
  display: flex;
  flex-direction: row;
  align-content: center;
  background-image: url(../assets/contact-footer-bg.jpg);
  background-size: cover;
  padding: 20px 10px;
}

.footer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  margin: 15px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff5c;
}

.footer-item p {
  margin-bottom: 0;
}

.footer-item img {
  margin-right: 20px;
}

.footer-title h5 {
  font-family: Oswald;
  font-size: 18px;
  line-height: 1.42;
  text-transform: uppercase;
  color: #FFF;
  margin: 20px 10px;
}

.footer-highlight {
  text-align: center;
}

.legal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  background-color: #4a4a4a;
  color: #FFF;
}

.legal-container span {
  font-family: Oswald;
  font-size: 16px;
}

.legal-container p {
  font-size: 11px;
}

.who-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #848484;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 15px 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d1d1d1;
}

.who-item p {
  margin-bottom: 0;
}

.who-item img {
  margin-right: 20px;
}

.who-title h5 {
  font-family: Oswald;
  font-size: 18px;
  line-height: 1.42;
  text-transform: uppercase;
  color: #6c6c6c;
  margin: 20px 0;
  padding: 0;
}

.who-paragraph {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #6c6c6c;
  padding: 0;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-item {
  font-size: 12px;
  font-weight: bold;
}

.navbar-brand {
  align-items: center;
  font-family: Oswald;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.navbar-brand span {
  margin-left: 15px;
}

.main-service-list-container {
  margin: 45px 0px;
}

.main-service-list {
  font-size: 15px;
  line-height: 2.2;
  text-align: left;
  color: #848484;
  list-style: none;
  padding: 0;
  margin: 0;
}

span.service-title {
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #6c6c6c;
  display: flex;
  margin-bottom: 15px;
}

.main-service-paragraph {
  padding-top: 40px;
  border-top: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #848484;
}

.main-product-paragraph {
  padding-top: 40px;
  border-top: 1px solid #d1d1d1;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.main-product-paragraph div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-image {
  width: 250px;
  margin: 0 20px;
}

.product-caption {
  text-align: center;
}

.product-cta {
  margin: 20px;
  padding: 40px;
  background-color: #fafafa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-cta p {
  margin: 0;
}

.product-cta-container {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.product-phone {
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-phone p {
  font-weight: bold;
  color: #4a90e2;
  margin: 0;
  padding-left: 20px;
}

.image-service-container {
  padding: 0;
}

.image-service-text{
flex-direction: row;
z-index: 10000;
color: white;
display: flex;
position: absolute;
top: 50%;
width: 100%;
justify-content: center;
}

.image-service {
  background-size: cover;
  height: 329px;
}

.image-service.left {
  background-image: url(../assets/service1.jpg);
}

.image-service.right {
  background-image: url(../assets/service2.jpg);
}

.invalid-feedback {
  font-size: 10px;
}

@media (min-width: 576px) {
  .image-container img{
    width: 49%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  
  .splash-container {
    height: 320px;
  }

  .product-cta {
    margin: 0;
  }
}

@media (min-width: 768px) {
   h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 24px;
  }
  .paragraph-container {
    height: 100%;
    border-left: solid 3px #4a90e2;
  }

  .splash-container {
    padding: 20px 40px;
    height: 320px;
  }

  .services-list {
  line-height: 3.6;
  margin-bottom: 50px;
  }

  .footer-title h5 {
    padding-bottom: 30px;
  }

  .footer-item {
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 10px 25px;
    border-bottom: 0;
    border-left: 1px solid;
  }

  .footer-item img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-item.contact {
    align-items: left;
  }

  .who-item {
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
    padding: 10px 25px;
    border-bottom: 0;
    border-left: solid 1px #d1d1d1;
  }

  .who-item img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .who-paragraph {
    margin: 60px 0 0;
  }

  .btn-primary {
    width: 250px;
  }

  .image-container {
    margin: auto;
    width: 100%;
  }
  
  .main-container {
    margin-bottom: 80px;
  }

  .image-container img{
    width: 100%;
  }

}
