@font-face {
    font-family: Gotham;
    src: url("../../Gotham-Font/Gotham-Bold.otf");
}

@font-face {
    font-family: D-DIN-PRO;
    src: url("../../d_din_pro/otf/D-DIN-PRO-400-Regular.otf"), url("../../d_din_pro/otf/D-DIN-PRO-700-Bold.otf");
}

body {
    background-color: #ffffff;
}

.navbar {
    left: 0;
    right: 0;
}

.default-bg {
    background: #20285d 0 0 no-repeat padding-box;
}

.transparent-bg {
    background: transparent;
}

.default-color {
    color: #20285d;
}

.black-color {
    color: #231f20;
}

.w-70 {
    width: 70%;
}

.header-min-h {
    min-height: 50vh;
}

.header-title-text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: D-DIN-PRO, sans-serif;
    line-height: 100px;
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0 3px 10px #00000019;
    border-radius: 10px;
}

.copyright-text {
    text-align: left;
    font: normal normal normal 18px/40px Roboto, sans-serif;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    background-color: #20285d;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-left: 50px;
}

.overlay a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    font-family: Gotham, sans-serif;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f8a01b;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mobile-btn-group {
    display: none;
}

.overlay-bg {
    background: #00000099;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#footer .text-field {
    color: #ffffff;
    background-color: unset;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: unset;
}

#footer .textarea-field {
    color: #ffffff;
    background-color: unset;
}

.maskgroup29-position {
    bottom: 0%;
    right: 0%;
}

.btn-warning,
.btn-info {
    font: normal normal bold 15px/20px Gotham, sans-serif;
    box-shadow: unset;
}

.card-title {
    text-align: left;
    font: normal normal bold 25px/30px Gotham, sans-serif;
    letter-spacing: 0px;
    color: #20285d;
    opacity: 1;
}

.card-text {
    text-align: left;
    font: normal normal normal 14px/10px Gotham, sans-serif;
    letter-spacing: 0.15px;
    color: #20285d;
    opacity: 1;
}

.xlog-title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.25px;
}

.xlog-content {
    font-size: 15px;
    line-height: 28px;
}

.text-bolder {
    font-weight: bolder;
}

.gotham {
    font-family: Gotham, sans-serif;
}

.d-din-pro {
    font-family: D-DIN-PRO, sans-serif;
}

.roboto {
    font-family: Roboto, sans-serif;
}

.max-width-35 {
    max-width: 35px;
}

@media (min-width: 768px) {
    .footer-text {
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .w-70 {
        width: -webkit-fill-available;
    }

    .header-min-h {
        min-height: 25vh;
    }

    .xlog-title {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .btn-warning,
    .btn-info {
        font: normal normal bold 16px/22px Gotham, sans-serif;
        box-shadow: unset;
    }

    .footer-header-text {
        font: normal normal bold 36px/30px Gotham, sans-serif;
        letter-spacing: 0.25px;
    }

    #footer .footer-text {
        font: normal normal normal 18px/24px Roboto, sans-serif;
        letter-spacing: 0.15px;
    }

    #footer .input-label {
        font: normal normal bold 18px/22px D-DIN-PRO, sans-serif;
    }

    .overlay-content {
        padding-left: 30px;
    }

    .desktop-login-btn,
    .desktop-register-btn {
        display: none;
    }

    .mobile-btn-group {
        display: flex;
        margin-top: -40px;
    }

    .overlay a {
        font-size: 18px;
    }

    .overlay a.mobile-login-btn,
    .overlay a.mobile-register-btn {
        font-size: 14px;
    }

    .mobile-login-btn,
    .mobile-register-btn {
        max-width: 150px;
    }

    .header-title-text {
        font-size: 46px;
        line-height: 50px;
    }

    .footer-text {
        font-size: 18px;
    }

    .contact-info-text {
        font: normal normal normal 18px/20px D-DIN-PRO, Sans-Serif;
    }

    .contact-info-bold-text {
        font: normal normal bold 18px/20px D-DIN-PRO, Sans-Serif;
    }

    .copyright-text {
        font: normal normal normal 15px/17px D-DIN-PRO, Sans-Serif;
    }
}
