html {
    scroll-behavior: smooth;
}
@media (max-width: 992px) {
    .navbar-brand .logo {
        height:80px;
    }
}
nav.navbar  {
    width:100%;
    position: fixed;
    z-index: 99;
    transition: padding 0.5s ease-in-out;
}
nav.navbar .navbar-brand .logo {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height:172px;
}

nav.navbar.shrink {
    background: rgb(218, 219, 222);
    padding-top:0.25rem !important;
    padding-bottom:0.25rem !important;
}
nav.navbar.shrink .navbar-brand .logo {
    max-height: 70px;
}
@media (min-width: 992px) {
    section.navspace {
        margin-top:265px !important;
    }    
}
section.navspace {
    margin-top:125px;
}
.bg-grey {
    background: rgb(218, 219, 222);
}
.sticker-contactus {
    width: 685px;
    height: 500px;
    background: #344859;
    border-radius: 50%;
    left: 10px;
}
@media (max-width: 992px) {
    .contactHeader {
        font-size:1rem;
    }
}
@media (max-width: 768px) {
    .contactHeader {
        font-size:1.75rem;
    }
}
.list-style-circle {
    list-style-type: circle;
}
.privacyNav {
    margin-left: 2rem;
}