/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* body {
    padding-top: 70px; 
} */

/* footer {
    margin: 50px 0;
} */

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}  

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 59%);
    transition: 0.3s;
    border-radius: 10px;
}

.card {
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 59%);
    transition: 0.3s;
    border-radius: 10px;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.navbar-inverse {
    background-color: #052963 !important;
    border-color: #080808;
    height: 120px;
}

.section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

/** CSS **/

  
  .container {
    width: 100%;
    margin: -26px auto;
    max-width: 100%;
    text-align: center;
  }
  
  .hero-section {
    background-color: lightblue;
    color: white;
    padding: 35px 0;
  }
  
  .hero-section h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
  
  .hero-section p {
    font-size: 1.5em;
  }
  
  .about-section, .services-section {
    padding: 40px 0;
  }
  
  .about-section h2, .services-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: grey;
  }
  
  .about-section p {
    font-size: 1.2em;
  }
  
  .service-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .service {
    /* flex: 1; */
    margin: 10px;
    min-width: 250px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 1px 6px olive;
  }
  
  .service h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .service p {
    font-size: 1.1em;
  }
  
  .footer {
    background-color: #333;
    color: white;
    padding: 30px 0;
    margin-top: 380px;
  }
  
  .footer p {
    font-size: 1em;
    padding-top: 15px;
  }
  
  @media (max-width: 768px) {
    .hero-section h1 {
      font-size: 2.5em;
    }
    .hero-section p {
      font-size: 1.2em;
    }
  }
  
  .logo a strong {
    padding-top: 0;
}

.logo a span {
    display: block;
    font-weight: 900;
    font-size: 23px;
}

.logo {
    float: left;
    font-size: 186%;
    line-height: 109%;
    min-height: 103px;
    padding: 14px 0 0 78px;
    text-transform: uppercase;
}

.center-text{
  font-size: 16px;
  font-weight: bold;
}

.logo {
    background: none;
    padding: 0;
}

.logo {
    width: 92%;
}


 .logo a strong {
    padding-top: 0;
  }

  .logo img {
    float: left;
    padding: 0 15px 0 5px;
  }