
.h6 {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    
    .img-logo {
        margin-top: -14px;
    }

}

.title-banner {
    margin-top: 70px !important;
}

.banner {
    font-weight: 400 !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-nav-link-color);
}

.navbar.scrolled {
    background-color: rgba(255,255,255);
}

.about-text {
   font-size: 1.2em; 
}

.pack-button {
    border-color: #3f3f3f;
    background-color: transparent;
    color: #3f3f3f;
    font-weight: 500;
}

.pack-button:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
    color: #ffffff;
}

.medium {
    background-color: #3f3f3f;
    color: #ffffff;
}

.premium {
    background-color: #05c9ed;
    color: #ffffff;
}

.premium .text-muted, 
.medium .text-muted{
    color: #ffffff !important;
}

.dt-button {
    border-color: #05c9ed;
    background-color: transparent;
    color: #05c9ed;
    font-weight: 500;
}

.dt-button:hover {
    border-color: #05c9ed;
    background-color: #05c9ed;
    color: #3f3f3f;
}

.cta-h4 {
    font-weight: 100;
}

.cta-p {
    font-weight: 500;
    color: #ffffff;
}

.logo-footer {
    margin-top: -18px;
}

footer {
    background-color: #3f3f3f;
    color: #ffffff;
}

footer .link-fancy {
    color: #ffffff;
}

.link-custom {
    color: #ffffff;
}

.link-custom:visited {
    color: #ffffff;
}

.link-custom:hover {
    color: #05c9ed;
}
