/********** Template CSS **********/
:root {
    --primary: #c68521;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
    --cyan: ;
}
/* Full page gradient line */

.gradient-full-line {
  height: 6px; /* adjust thickness */
  width: 100%;
  background: linear-gradient(90deg, #c68521, #f0b14c, #c68521));
  border: none;
  margin: 3rem 0; /* spacing around the line */
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/


.navbar {
    background-color: #ffffff !important;
    border-bottom: 3px solid #c68521;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 150px; /* Increased height for navbar elements */
}

.navbar .navbar-brand img {
    height: 90px; /* Resize logo image proportionally */
    max-height: 420%;
}

/* Optional: Adjust mobile navbar padding */
@media (max-width: 991.98px) {
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}



.navbar {
    background-color: #ffffff !important;
    border-bottom: 3px solid #c68521; /* Elegant gold border */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #c68521;
}

.navbar-light .dropdown-menu {
    border: 1px solid #c68521;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar-light .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #000000;
    transition: color 0.3s ease, background 0.3s ease;
}

.navbar-light .dropdown-menu .dropdown-item:hover {
    background-color: #fdf8f2;
    color: #c68521;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .navbar {
        padding: 10px 15px;
    }
}


/*** Dropdown menu animation ***/
.navbar .dropdown-menu {
    animation: dropdownFade 0.3s ease;
    border: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*** Dropdown items ***/
.navbar .dropdown-menu .dropdown-item {
    position: relative;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 6px;
    background-color: #c68521;
    transition: width 0.4s ease;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #c68521;
    transform: translateX(5px);
}

.navbar .dropdown-menu .dropdown-item:hover::after {
    width: 100%;
}

/*** Desktop dropdown reveal ***/
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #c68521;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        top: 150%;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header1 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/produits-header.jpg) center center no-repeat;
    background-size: cover;
}

.page-header2 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/Extraction\ of\ natural\ gas.png) center center no-repeat;
    background-size: cover;
}

.page-header3 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/Service\ activities\ incidental\ to\ extraction\ of\ petroleum.png) center center no-repeat;
    background-size: cover;
}

.page-header4 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/commission\ agents.png) center center no-repeat;
    background-size: cover;
}

.page-header5 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/International\ Maritime\ oil\ and\ gas\ transport.png) center center no-repeat;
    background-size: cover;
}

.page-header6 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/Investment\ management.png) center center no-repeat;
    background-size: cover;
}

.page-header7 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/Management\ of\ light\,\ medium\ and\ heavy\ fuel\ oil.png) center center no-repeat;
    background-size: cover;
}

.page-header8 {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/images/Financial\ securities\ brokerage.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.breadcrumb {
    justify-content: center;
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}

/* Partners Section */
.partners {
    background: #f4ebc8; /* Soft Beige background for consistency */
    padding: 60px 0;
    text-align: center;
}

.partners h2 {
    font-size: 2.5em;
    color: #000000; /* Black for heading */
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.partners-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.partner-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 120px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.partner-item:hover img {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .partners-container {
        flex-direction: column;
        align-items: center;
    }
}
/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Elegant Footer Styling ***/
.footer {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #000000 !important;
    border-top: 4px solid #c68521;
    border-left: 2px solid #c68521;
    border-right: 2px solid #c68521;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 0 20px rgba(198, 133, 33, 0.08);
    padding-top: 60px;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

.footer.animate-visible {
    opacity: 1;
}

/*** Typography and Texts ***/
.footer h4,
.footer p,
.footer a,
.footer i,
.footer .copyright {
    color: #000000 !important;
}

/*** Link Styling ***/
.footer a.btn-link {
    display: block;
    margin-bottom: 6px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.footer a.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer a.btn-link:hover {
    color: #c68521 !important;
    letter-spacing: 1px;
    text-shadow: 0 0 4px rgba(198, 133, 33, 0.4);
}

/*** Social Buttons ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.footer .btn.btn-social:hover {
    background-color: #c68521;
    border-color: #c68521;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(198, 133, 33, 0.5);
}

/*** Copyright Section ***/
.footer .copyright {
    padding: 25px 0 10px;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.footer .copyright a {
    color: #000000;
    transition: color 0.3s ease;
}

.footer .copyright a:hover {
    color: #c68521;
}

/*** Animation Keyframes ***/
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Event start */
.img-fluid1 {
    height: 300px;
    width: 350px !important;
    object-fit: cover;
}

.card {
    border: none;
}

.col {
    padding-left: 100px;
}

.col-md-8 {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24)0px 3px 8px;
    height: 233px;
    position: absolute;
    left: 220px;
    width: 47.66666% !important;
    top: 38px;
}

.col-md-4 {
    width: 52.3333333% !important;
}

.bi {
    font-size: 20px;
    cursor: pointer;
    color: #c68521;
}

@media only screen and (max-width: 600px) {
    .col-md-8 {
        left: 0;
        top: 300px !important;
        width: 100% !important;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .img-fluid1 {
        width: 500px !important;
        height: 500px !important;
    }

    .col {
        padding-left: 10px !important;
    }

    .container {
        padding-bottom: 250px !important;
    }
}
/* Event end */

#mydiv,
#mydiv1,
#mydiv2,
#mydiv3,
#mydiv4,
#mydiv5 {
    display: none;
}

.navbar-nav .nav-link {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: #c68521;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: light#c68521;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

/* Partners Page Styles */
.partners {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9; /* Match About Page Background */
}

.partners h2 {
    font-size: 2.5rem;
    color: #333; /* Match Heading Color */
    margin-bottom: 20px;
}

.partners p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.partner-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 250px;
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.partner-card h3 {
    font-size: 1.5rem;
    color: #444;
}

/* Why Partner Section */
.why-partner {
    padding: 60px 20px;
    background-color: #fff; /* Match About Page Background */
    text-align: center;
}

.why-partner h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.why-partner p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 30px;
}

.why-partner ul {
    list-style: none;
    padding: 0;
}

.why-partner ul li {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 10px;
}

/* Call to Action Section */
.cta {
    background: #004080; /* CTA Background Color */
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta .btn {
    display: inline-block;
    background: #c68521;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

.cta .btn:hover {
    background: #c68521;
}

/* ********** New 6-Box Professional Shortcuts Styles ********** */
/* The following rules style the new "shortcut-item" design with a professional hover effect. */
.shortcut-item {
    background-color: #fff; /* Base card background */
    border: 1px solid #eee; /* Light border */
    border-radius: 10px;    /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer; /* entire box looks clickable */
}

.shortcut-item:hover {
    background-color: #fefefe; /* Subtle color shift */
    transform: scale(1.02);    /* Slight scale up */
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.shortcut-item-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.shortcut-item h4 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.shortcut-item p {
    color: #555; /* Slightly muted text */
    margin-bottom: 15px;
}

.shortcut-link {
    color: var(--primary); /* your brand color #c68521 */
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shortcut-link:hover {
    color: #b56d1e; /* slightly darker shade for hover */
    text-decoration: none;
}

.shortcut-card {
  transition: all 0.3s ease-in-out;
}

.shortcut-card:hover {
  background-color: #c68521 !important;
  color: #fff !important;
}

.shortcut-card:hover .card-title,
.shortcut-card:hover .card-text {
  color: #fff !important;
}
/* news section */

.news-card {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
}

.news-card:hover {
  background-color: #c68521;
  color: white;
}

.news-card:hover .card-title,
.news-card:hover .card-text {
  color: #fff;
}

.news-card img {
  height: 200px;
  object-fit: cover;
}

:root {
  /* Bootstrap override colors */
  --bs-primary: #c68521;
  --bs-secondary: #060315;
  --bs-success: #51CFED;
  --bs-danger: #ff3e41;    /* Use your accent or a muted color, not red! */
  --bs-warning: #ffc107;
  --bs-info: #51CFED;
  --bs-light: #F8F2F0;
  --bs-dark: #060315;
  --bs-pink: #c68521;      /* Your gold, replacing pink everywhere */
  --bs-red: #c68521;       /* Or use your preferred accent instead of red */
}

/* Bootstrap Table Color Overrides */
.table-danger,
.table-danger > td, .table-danger > th {
  background-color: #fff8e1 !important;  /* soft gold/ivory */
  color: #060315 !important;
}

.table-primary,
.table-primary > td, .table-primary > th {
  background-color: #fcf9f4 !important;  /* your website's bg */
  color: #060315 !important;
}

.table thead th {
  background-color: #c68521 !important;
  color: #fff !important;
}

/* Button danger override (no red!) */
.btn-danger,
.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: #c68521 !important;
  border-color: #c68521 !important;
  color: #fff !important;
}


/* Force override Bootstrap .table-danger and .table-primary */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fff8e1 !important;  /* soft gold/ivory or your preferred color */
  color: #060315 !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fcf9f4 !important;  /* match your background */
  color: #060315 !important;
}

/* Force thead to your color scheme */
.table thead th,
.table thead td {
  background-color: #c68521 !important;
  color: #fff !important;
}

/* Ensure images and videos never overflow their container */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Make your split-row, container, and columns responsive */
@media (max-width: 991.98px) {
  .split-row {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .split-row .image, .split-row .text {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }
  .container, .container-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.navbar-logo {
  height: 420px;         /* Good size on desktop */
  width: 420;
  max-width: 420px;     /* Don't get too big on very large screens */
  transition: height 0.2s;
}
@media (max-width: 991.98px) {
  .navbar-logo {
    height: 38px;      /* Shrinks on tablet/mobile */
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  .navbar-logo {
    height: 32px;      /* Smallest on mobile */
    max-width: 110px;
  }
}
