.nav-image {
    height: 80px !important;
    width: 80px !important;
}

.text-logo {
    color: #B1CDE4 !important;
}

.text-nav {
    color: #FFB3BA !important;

    @media (max-width: 992px) {
        font-size: 32px;
    }

    font-size: 18px;
    font-family: 'Playfair Display', serif;
}

.nav-button {
    margin-left: 2rem;
}

.button-register.btn {
    background-color: #A9CCF4 !important;
    outline:none;
}

.button-register.btn:focus, .button-register.btn:active {
    box-shadow: none !important;
}

.button-contact.btn {
    background-color: #FFB3BA !important;
    outline:none;
}

.button-contact.btn:focus, .button-contact.btn:active {
    box-shadow: none !important;
}

.fixed-bottom {
    margin-top: 12rem;
}

.content-space {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.ms-logo {
    @media (max-width: 991px) {
        margin-left: 2rem;
    }

    margin-left: 8rem;
}
