
@media only screen and (max-width: 768px) {
    
    .navbar a, .navbar a:focus {
        color: var(--blue) !important;
    }
    
    #navbar ul {
        padding: 15px;
    }

    .navbar .dropdown .dropdown ul {
        visibility: visible !important;
    }

    #hero {
        /* height: 24vh !important; */
        height: 7vh !important;
        padding-top: 7.23%;
    }

    #header {
        padding: 12px 0 !important;
    }

    .page-cover {
        height: 187px !important;
    }

    .blog .entry .entry-img {
        height: 130px !important;
    }

     /* Heading Styles */
    h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 22px !important;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 4px;
    }
    h5 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 4px;
    }
    h6 {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    /* Paragraph Styles */
    p,a {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    figure.snip1200 {
        margin: unset !important;
        min-width: 180px !important;
    }

    .heading .category-heading {
        font-size: 15px !important;
        margin-top: 19px;
    }

    .navbar a, .navbar a:focus {
        padding: unset !important
    }

    .navbar-mobile .dropdown ul {
        margin: 3px 5px !important;
        box-shadow: unset !important;
    }

    .getstarted.lang {
        color: white !important;
    }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: unset !important;
        padding: 5px !important;
    }

    .navbar-mobile .getstarted {
        text-align: center;
    }

    .navbar-mobile .getstarted small {
        width: 100%;
    }

    .slide_viewer {
        height: 19vh !important;
    }

    .previous_btn {
        left: 2px !important;
        top: 10px !important;
    }

    .next_btn {
        right: 2px !important;
        top: 10px !important;
    }

    .previous_btn svg {
        width: 35px !important;
        height: 35px !important;
    }

    .next_btn svg {
        width: 35px !important;
        height: 35px !important;
    }

    .directional_nav {
        top: -100px !important;
    }

    #hero_section::before {
        background-image: url(../../hero-section-mobile.svg) !important;
    }

    img.rounded {
        margin: auto;
        display: block;
    }
      
}

/* CSS for screens from 446x800 to 726x800 */
@media screen and (min-width: 446px) and (max-width: 726px) {
    /* Add your CSS rules here */
    .slide_viewer {
        height: 46vh !important;
    }
}

@media only screen and (min-width: 769px) {
    #bi-list {
        display: none;
    }
}


/* Tablet (portrait) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #header-logo {
        width: 7% !important;
    }

    .slide_viewer {
        height: 30vh !important;
    }

    .directional_nav {
        top: -195px !important;
    }
  }

  /* Larg */
  @media screen and (min-width: 1525px) {
    #header-logo {
        width: 13% !important;
    }

    
  }