#text-contact {
    font-size: 2.5em;
}

.nav-item-spacing {
    margin-left: 2em;
}

main {
    background-color: #2073A1;
}

.bg-sme-primary {
    background-color: #2073A1;
}

.bg-sme-secondary {
    background-color: white;
}

.w-15 {
    width: 15%;
}

.w-85 {
    width: 85%;
}
.w-65 {
    width: 65%;
}
.font-size-2em {
    font-size: 2em;
}

.mt-7 {
    margin-top: 7rem!important;
}

.icon-bar {
    position: fixed;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
}
@media (max-width: 425px) {
    .mt-sm-9 {
        margin-top: 9rem!important;
    }
}



@media (max-width: 425px) {
    .flex-s-column {
        flex-direction: column!important;
    }
    
    .p-s-5 {
        padding: 5rem!important;
    }

    .justify-content-s-center {
        justify-content: center!important;
    }

    .col-s-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .font-size-navbar-item-s {
        font-size: 0.7em;
    }
}