body {
    background: #F3F4F6 !important;
}

.font-bebas {
    font-family: 'Bebas Neue', cursive;
}
.font-basic {
    font-family: 'Basic', sans-serif;
}

.navbar {
    display: table;
    width: 100%;
    padding: 0 !important;
    height: 105px;
}

.navbar-brand-box, .navbar-nav {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.navbar-brand-box {
    background: #000000;
    width: 30%;
    height: 100%;
}

.navbar-brand-box img {
    height: 75vh;
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(20%);
}

.navbar-nav {
    background: #FFFFFF;
    width: 70%;
}

.navbar-nav .navigation {
    padding-right: 50px;
}

.nav-item {
    padding: 0 10px !important;
    font-size: 35px !important;
    line-height: 95px;
}

.nav-item i {
    color: #000000;
}

/* OVERLAY */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

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

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 42px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: 'Bebas Neue', cursive;
}

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

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

.hero {
    display: table;
    width: 100%;
    padding: 0 !important;
    height: calc(100vh - 105px);
    background: #FFFFFF;
}

.hero-content, .hero-img, .hero-img-2 {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.hero-content {
    background: #FFFFFF;
    width: 50%;
    height: calc(100vh - 105px);
    vertical-align: middle;
}

.hero-content .hero-text h1 {
    font-size: 3rem !important;
}

.hero-content .hero-text p {
    font-family: 'Basic', 'sans-serif';
    font-size: 18px;
}

.hero-img {
    width: 50%;
    background-image: url("../images/redshot/IMG_2481.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btn {
    font-family: 'Bebas Neue', cursive !important;
    color: #FFFFFF;
    border-radius: 0 !important;
    padding: 5px 50px !important;
    font-size: 1.3rem !important;
}

.hero-img-2 {
    width: 50%;
    background-image: url("../images/redshot/IMG_1675.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-primary {
    background: #960B0B !important;
    border-color: #960B0B !important;
}

.text-red {
    color: #960B0B !important;
}

.card-gray .form-control {
    background: #FFFFFF !important;
}

.form-control {
    border-radius: 0 !important;
    background: rgb(229 231 235 / 1) !important;
    padding: 10px 15px !important;
}
.form-control::placeholder {
    color: rgb(55 65 81 / 1) !important;
}

.form-group label {
    font-size: 18px !important;
}

.section {
    padding: 50px 0;
}

.alert {
    border-radius: 0 !important;
}

.card {
    background: #FFFFFF;
    border-radius: 0 !important;
    border: none !important;
}

.card-gray {
    background: #F3F4F6 !important;
    height: 100% !important;
}

.card-gray .card-body {
    padding: 100px 50px !important
}

a.link {
    color: #960B0B !important;
    text-decoration: none !important;
}

.navbar {
    display: table;
    width: 100%;
    padding: 0 !important;
    height: 105px;
}

.navbar-brand-box, .navbar-nav {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.navbar-brand-box {
    background: #000000;
    width: 30%;
    height: 100%;
}

.navbar-brand-box img {
    height: 75vh;
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(20%);
}

.navbar-nav {
    background: #FFFFFF;
    width: 70%;
}

.navbar-nav .navigation {
    padding-right: 50px;
}

.nav-item {
    padding: 0 10px !important;
    font-size: 35px !important;
    line-height: 95px;
}


/**/

.footer {
    display: table;
    width: 100%;
    padding: 0 !important;
    height: 105px;
    background: #000000;
    color: #FFFFFF;
}

.footer-brand-box, .footer-nav {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.footer-brand-box {
    width: 30%;
    height: 100%;
}

.footer-brand-box img {
    max-height: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(20%);
}

.footer-nav {
    width: 70%;
}

.footer-nav .footer-test {
    padding-right: 50px;
}

.footer-nav h4 {
    line-height: 100px;
}

.row-height {
    display: flex;
}

.img-box {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.img-box img {
    object-fit: cover;
    width: 100%;
}

@media (max-width: 576px) {
    .navbar-brand-box{
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-brand-box img {
        width: 50vw;
    }

    .navbar-nav .navigation {
        padding-right: 0 !important;
    }

    .footer-brand-box {
        width: 100%;
    }

    .footer-nav {
        display: none !important;
    }

    .hero-content {
        width: 100% !important;
        padding: 0 25px;
        text-align: center !important;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content br {
        display: none;
    }

    .hero-img {
        display: none !important;
        width: 0 !important;
    }

    .hero-img-2 {
        display: none !important;
        width: 0 !important;
    }

    .card-gray .card-body {
        padding: 50px 30px !important;
    }

    .section {
        padding: 120px 0;
    }
}
