/* Header + Navbar */
.container-dark {
    background-color: black;
}

.header-dark {
    background-color: black;
}

.navbar-collapse {
    align-items: center;
    justify-content: space-between;
}

/* Basic Style */
.sanvito-pro-regular { /* NEW FONT DON'T DELETE */
    font-family: "sanvito-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.sanvito-pro-bold { /* NEW FONT DON'T DELETE */
    font-family: "sanvito-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

.sanvito-pro-caption { /* NEW FONT DON'T DELETE */
    font-family: "sanvito-pro-caption", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.sanvito-pro-display { 
  font-family: "sanvito-pro-display", sans-serif;
  font-weight: 600;
  font-style: normal; 
}    

.karmina-sans-light {
    font-family: "karmina-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}    

.karmina-sans-regular {
    font-family: "karmina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}    

.bg-image-section {
    background-image: url('images/shepardGod.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0; /* Adjust padding as needed */
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    font-family: 'sanvito', sans-serif;
}

.btn-info {
    font-size: 1.1rem;
    margin: 20px;
}

.dark-section {
    color: white;
    background-color: black;
}

.light-section {
    color: black;
    background-color: azure;
}

.title-section {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'iceberg', sans-serif;
}

.text-section {
    font-size: 1.2rem;
}

.dark-text {
    color: black;
}

.light-text {
    color: white;
}

.description-section {
    font-size: 1.2rem;
    color: #584e4e;
}

.featurette-divider { /*new style*/
    margin: 80px 0; /* <hr> between each */
  }

.featurette {
    margin: 10px;
    overflow: hidden; /* Clear floats */
  }
  
.featurette-image .pull-left {
    margin-right: 100px;
  }


/* About Us */

.about-us {
    height: 30%;
    padding: 30px;
}

.about-us .container {
    max-width: 500px;
    text-align: center;
}


/* Contact */

.contact .container {
    max-width: 2000px;
    min-height: 200px;
    padding: 20px;
}

.contact .rectangle {
    background-color: black;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px white;
}

.contact .description {
    color: white;
    font-size: 1.2rem;
}

.contact button {
    color: white;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white;
    padding: 1.25rem 2rem;
    margin: 10px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}

.contact button:hover {
    background-color: white;
    color: black;
}

.contact button i {
    color: white;
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
}

.contact button:hover i {
    color: black;
}

/* Footer */

footer {
    min-height: 150px;
}

.footer-logo {
    height: 80px;
    width: 80px;
    margin: 10px;
    border-radius: 50%;
}

.footer-text {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.social-media-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

.social-media-icons i {
    color: white;
    font-size: 1.5rem;
    transition: ease-in;
}

.social-media-icons a:hover {
    background-color: white;
    border: 2px solid #0dcaf0;
}

.social-media-icons a:hover i {
    color: black;
}

/* Copyright */

.copyright {
    font-size: 15px;
    color: #f5f6f7;
    padding: 20px;
}

.message {
    font-size: 9px;
    font-style: italic;
    color: goldenrod;
    padding: 9px;
}

/* Adaptable (Responsive) */

@media screen and (max-width: 400px) {
    .process-overlay p {
        font-size: 18px;
    }
    .process-overlay i {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    .overlay p {
        font-size: 18px;
    }
    .overlay i {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        display: none;
    }
}

/* NEW STYLE */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgb(120, 120, 120);
    border-width: 1px 0;
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }
  
  .navbar {
    z-index: 1100; /* Higher than modal */
  } 

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  /* stylelint-disable @stylistic/selector-list-comma-newline-after */

.blog-header-logo {
    font-family: "Sanvito-pro-caption", Georgia, sans-serif/*rtl:Sanvito, sans-serif*/;
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Sanvito", sans-serif /*rtl:Sanvito, sans-serif*/;
  }
  
  .flex-auto {
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }
  
  /* Pagination */
  .blog-pagination {
    margin-bottom: 4rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 4rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
  }
