@font-face {
    font-family: "MBCorpoSText";
    src: url("../fonts/MBCorpoSTextOffice-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MBCorpoSText";
    src: url("../fonts/MBCorpoSTextOffice-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "MBCorpoSText";
    src: url("../fonts/MBCorpoSTextOffice-Light.ttf");
    font-weight: lighter;
    font-style: normal;
}

body {
    font-family: "MBCorpoSText", Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

strong {
    font-weight: bold;
}

a.email-link {
    color: #000;
}

a.email-link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.banner-image {
    width: 100px;
}
.navbars {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.navbars a.nav-item {
    width: fit-content;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
}

.navbars a.nav-item:hover {
    background: rgba(255, 255, 255, 0.7);
}

.mid {
    margin: 0 20px;
}

.form-wrapper {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.form-wrapper p,
.details div {
    color: #000;
}
.sub-btn {
    background: #222303;
    color: #fff;
}

.sub-btn:hover {
    background: rgba(98, 109, 93, 0.7);
    color: #fff;
}

.content-wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dn {
    display: none;
}

@media (max-width: 580px) {
    .navbars {
        padding: 0 20px !important;
    }
}
