body {
    font-family: 'Roboto Condensed', sans-serif;
}


.navbar-brand{
    color: black !important; 
}

.navbar-nav{
    margin-right: 4%;
}


.navbar-nav>li>a {
    color: black !important; 
    font-size: 140%;
}

.navbar-toggler-item {
    color: black;
}

.parallax {
    background-image: url("../img/background.png");
    opacity: 0.8;
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
}  

.parallax2 {
    background-image: url("../img/background.png");
    opacity: 0.8;
    min-height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
}  

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax2 {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .header{
      padding-left: 7% !important;
      padding-right: 7% !important;
      padding-top: 10% !important;
  }


  .contact_row{
      padding-left: 4% !important;
      padding-right: 5% !important;
  }
  .services_padding{
      padding:5% !important;
  }
  .services_padding_1 {
      margin-top: -8% !important;
  }
  .service_box {
      max-width: 100% !important; 
      border-radius: 10px !important;
  }
  .service_image {
      border-radius: 10px !important;
  }
  .hr {
      margin-bottom: 10% !important; 
  }
  .spacer {
      height: 0% !important;
  }
  .parallax {
    min-height: 200px;
  }
  .parallax2 {
    display: none;
  }
  .contact_backup{
    background-image: url("../img/contact_backup.png") !important;

  }
}

.header{
    background-color: white;
    font-size: 20px;
    padding: 3%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
}

.header_title_1{
    text-align: center;
}
.header_title_2{
    text-align: center;
}

.logo {
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 250px;
    margin-left: 2%;
}


.hr {
    border: 1px solid lightgrey;
    margin-bottom: 3%; 
    width: 90%;
}

.contact_row{
    height: 200px;
    padding-left: 5%;
    padding-right: 5%;
}

.contact_image{
    max-height: 38%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    margin: auto;
}

.contact_image_1{
    max-height: 30%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40;
    right: 0;
    margin: auto;
}

.contact_image_2{
    max-height: 40%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55;
    right: 0;
    margin: auto;
}

.align_center{
    position:relative;
    line-height: 100px;
    height: 100px;
    vertical-align: middle;
}

.service_box {
    max-width: 95%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    border: 2px solid lightgrey;
    border-radius: 20px;
    height: 100%;
}

.service_image {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 4%;
}

.service_title {
    text-align: center;
    margin-bottom: 3%;
    text-decoration: underline;
}

.service_text_box {
    text-align: justify;
}

.services_padding_1 {
    margin-top: 3%;
}

.spacer {
    height: 3%;
}

.certs_row {
    min-height: 100px;
}

.cert_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.cert_text{
    font-size: 80%;
}

.cert_col{
    display: flex; 
}

.image_wrapper {
    flex: 1; 
    display: flex;
    align-items: center; 
    justify-content: center;
}

.certs_image {
    width: 30%;
    height: auto;
    display: block;
}

.cert_link {
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%;
}

.cert_link:hover {
    opacity: 0.8; 
}

.debug {
    border: 3px solid black;
}
