html {
    scroll-behavior: smooth;
}

a.nav-link{
    font-weight: 100 !important;
    font-size: 23px !important;
    font-family: 'Roboto', sans-serif;
}
.cbp-filter-item {
    font-size: 15px !important;
    font-weight: 400;
}
.pt-180 {
    padding-top: 180px;
}

/*-----------------------------------------------------------------------------------*/
/*	01. Header
/*-----------------------------------------------------------------------------------*/
.navbar.navbar-expand-lg.banner--stick > .container {
    margin-top: 20px;
}
.navbar-brand img {
    min-height: 80px;
    max-width: 100%;
}
.navbar.transparent .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .navbar.transparent .navbar-brand {
        max-width: 80%;
    }
}

a.nav-link.active {
    color: #9eb9d7 !important;
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        width: 100%;
        text-align: center;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	02. Footer
/*-----------------------------------------------------------------------------------*/
.content-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}

.pt-50 {
    padding-top: 50px !important;
}
@media only screen and (max-width: 991px) {
    .aboutme img {
        height: auto !important;
    }
}