/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
  width: 100%;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
}

.navbar-header .navbar-brand {
  color: rgb(51, 51, 51);
}

.intro-header {
  padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 0px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/intro-bg.jpg) no-repeat center center;
  background-size: cover;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}



@media screen and (min-width: 992px) {
  .intro-message .prop-logo {
    width: 360px;
  }
}

.intro-message > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
  color: #0396A8;
}

.intro-social-buttons a {
  min-width: auto;
}

@media (max-width: 767px) {

  .intro-social-buttons i {
    color: #0396A8;
  }

  .intro-social-buttons a {
    min-width: 175px;
  }

  .intro-message {
    padding-bottom: 15%;
  }

  .intro-message > h1 {
    font-size: 3em;
  }

  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.webp) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons i {
  color: #0396A8;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }

  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  /* #services img{
    width: 100% !important;
  } */

  /* Make images stretch to full width on screens below 767px */
@media screen and (max-width: 767px) {
  #services .image-container {
    width: 100% !important;
    max-width: 100% !important; /* Ensures it takes full width */
  }
  #services img {
    width: 100% !important;
    max-width: 100% !important; /* Ensures it takes full width */
  }
}
  
}

footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}

footer li a {
  font-size: 18px !important;
  color: #0396A8;
}

footer p, footer a {
  font-size: 18px !important;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

footer .copyright {
  font-size: 18px !important;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

footer i {
  color: #0396A8;
  font-size: 18px !important;
}

footer h3 {
  padding-bottom: 16px !important;
  padding-top: 20px;
}

#about {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

p.copyright {
  margin: 15px 0 0;
}

#services .services {
  background-color: #fff;
  max-width: 1500px !important;
}

#services .services-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 85px;
  max-width: 1500px !important;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

#services .services-heading {
  text-align: center;
  /* text-transform: uppercase; */
  margin-bottom: 60px !important;
}

#services .services-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:15px;
}

@media screen and (min-width: 992px) {
  #services .services-container {
    justify-content: space-between;
  }
}

#services .service-column {
  width: 100%;
  max-width: 100%;
  margin: 1rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #services .service-column {
    width: 45%;
    max-width: 45%;
  }
}

@media screen and (min-width: 992px) {
  #services .service-column {
    width: 28%;
    max-width: 28%;
  }
}

#services .service-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

#services .image-container {
  position: relative;
  width: 100%;
  max-width: 500px; /* Max width of image */
  aspect-ratio: 500 / 500; /* Maintain the exact aspect ratio */
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .image-container img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Keeps the image from cropping */
}

#services .yellow-rectangle {
  background-color: #43515c; 
  position: absolute;
  width: 95%;
  height: 95%;
  top: -7px;
  right: -12px;
  z-index: 0;
}

#services .service-title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}
