* {
    font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar-track-piece{
    background-color: rgba(255, 255, 255, 0)!important;
}

::-webkit-scrollbar-thumb{
    background-color: #CBCBCB!important;
    border-radius: 0.7em!important;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #909090!important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

footer {
    background-color: #1D1D1D!important;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

h1 {
    color: black!important;
    font-size: 58px!important;
}

h4 {
    color: black!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
}

li {
    margin-top: 10px;
}

.footer-title {
    font-weight: 600;
}

a {
    color: #e1e1e1!important;
    text-decoration: none!important;
    transition: all 0.2ms ease-in-out!important;
}

a:hover {
    color: #efefef!important;
    transition: all 0.2ms ease-in-out!important;
}

.nav-item span {
    font-size: 16px;
}

.no-border {
    border: none!important;
}

.main-frame {
    display: block;
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none!important;
    outline: none!important;
}

.navbar-brand.logo {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-size: 38px;
}

.offcanvas {
    width: 100%!important;
}

.navbar span {
    color: black;
}

.paragraph-description {
    font-size: 20px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 75vw
}

@media screen and (max-width: 1440px) {
    .content {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: calc(1.375rem + 1.5vw)!important;
    }
}