﻿body {
    /*background: #FFFFFF;*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
}



/* mobile */

.home-page-banner {
    background-image: url(/media/lockers.jpg);
    height: 200px;
    background-size: 120%;
    background-position-y: -10px;
    background-repeat: no-repeat;
}

.home-page-banner-overlay {
    width: 100%;
    height: 100%;
    background: rgb(64,64,64);
    background: linear-gradient(90deg, rgba(64,64,64,0.8) 0%, rgba(255,255,255,0) 80%);
}

#kt_header, #kt_header_mobile {
    background-color: white;
}

.header-mobile .burger-icon span {
    background-color: #2a00a2;
}
    .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
        background-color: #2a00a2;
    }

.max-h-40px {
    max-height: 40px !important;
}

.max-h-46px {
    max-height: 46px !important;
}

.btn.btn-hover-transparent-header-blue, i {
    color: #2a00a2;
}

.home-page-banner h1, .home-page-banner h2, .home-page-banner h3 {
    color:white;
}

.home-page-banner .container {
    padding-top:10px;
    padding-right:20%;
}

.home-page-banner h1 {
    font-size: 38px;
    font-weight: bold;
}

.home-page-banner h2 {
    margin-top:15px;
    font-size: 13px;    
}

.home-page-banner h3 {
    font-size: 20px;
}

#kt_footer {
    background: rgb(42,0,162);
    background: linear-gradient(90deg, rgba(42,0,162,1) 0%, rgba(177,59,173,1) 100%);
}

.card-new-customer {
    background-color: #fff3ff;
    border-radius: unset;
}

.card.card-custom > .card-header .card-title {
    margin: 0.5rem !important;
}

    .card-new-customer .card-title, .card-new-customer .card-title .card-label,
    .card-existing-customer .card-title, .card-existing-customer .card-title .card-label,
    .card-new-customer ul li,
    .card-existing-customer ul li {
        text-align: center;
        width: 100%;
        list-style: none;
    }

        .card-new-customer .card-title .card-label {
            color: #b13bad !important;
        }

    .card-new-customer .btn,
    .card-existing-customer .btn {
        width: fit-content;
        margin: auto;
        border-radius: 22px;
        font-size: 17px;
        border-color: transparent !important;
        padding: 6px 15px;
        min-width:200px;
    }

.card-new-customer .btn-primary {
    background-color: #b13bad;
    
    filter: drop-shadow(0px 6px 0px #71296e);
}

.card-existing-customer {
    
    background-color: #e4ddf9;
    border-radius: unset;
}

    .card-existing-customer .card-title .card-label {
        
        color: #2a00a2 !important;
    }

    .card-existing-customer .btn-success {
        background-color: #5f2fe8;
        filter: drop-shadow(0px 6px 0px #20046f);
    }

.content {
    padding-bottom: 0px;
}

#kt_subheader {
    background-color:white;
}

#kt_subheader h2.text-white {
    color:black !important;
}


.footer .headline {
    margin-top: 30px;
}


@media (min-width: 500px) {


    .home-page-banner {
        height: 250px;
        background-size: cover;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-page-banner .container {
        padding-right: 45%;
    }
}

@media (min-width: 800px) {


    .home-page-banner h1 {
        font-size: 44px;
        margin-top: 10px;
    }

    .home-page-banner h2 {
        margin-top: 15px;
        font-size: 18px;
    }

    .home-page-banner h3 {
        font-size: 24px;
    }
    
    .home-page-banner .container {
        padding-right: 50%;
    }

}

@media (min-width: 990px) {
    .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
        color: #2a00a2;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
    }


    li.seperator {
        color: #2a00a2;
        font-weight: 500;
        font-size: 18px;
    }

        li.seperator span {
            border-radius: 0.42rem;
            padding: 0.75rem 0rem;
        }

    .header-menu .menu-nav > .menu-item:hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text, .header-menu .menu-nav > .menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active) > .menu-link .menu-text, .header-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text, .header-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
        color: #2a00a2 !important;
        background-color: none !important;
    }

    .header-fixed[data-header-scroll="on"] .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
        color: #11648e !important;
        background-color: none !important;
    }

    .header .text-white,
    body[data-header-scroll="on"] .topbar .btn.btn-icon .text-white {
        color: #11648e !important;
    }

    .header {
        height: 120px !important;
        padding-bottom: 15px;
    }

    .header-logo {
        align-items: end !important;
    }

    .header-menu .menu-nav {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .home-page-banner {
        height: 500px;
        background-size: 100%;
        background-position-y: -130px;
    }

    .home-page-banner h1 {
        font-size: 82px;
        margin-top:30px;
    }

    .home-page-banner h2 {
        margin-top: 15px;
        font-size: 26px;
    }

    .home-page-banner h3 {
        font-size: 40px;
    }

    .card-new-customer, .card-existing-customer {
        min-height:300px;
    }

    .card-new-customer ul, .card-existing-customer ul {
        min-height: 100px;
        font-size:15px;
    }
    .card-new-customer .btn, .card-existing-customer .btn {            
        font-size: 21px;
    }


    .home-page-banner {
        height: 450px;
        background-size: 100%;
        background-position-y: 0px;
    }

        .home-page-banner h1 {
            font-size: 60px;
        }

        .home-page-banner h2 {
            margin-top: 30px;
            font-size: 20px;
        }

        .home-page-banner h3 {
            margin-top: 10px;
            font-size: 34px;
        }

        .home-page-banner .container {
            padding-top: 40px;
            padding-right: 500px;
        }

        .footer {
            font-size:20px;
        }

            .footer .headline {
                margin-top: 30px;
            }
}

@media (min-width: 1200px) {

    .header-menu .menu-nav > .menu-item > .menu-link .menu-text {
        color: #2a00a2;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
    }

    .home-page-banner {
        height: 450px;
        background-size: 100%;
        background-position-y: 0px;
    }

    .home-page-banner h1 {
        font-size: 70px;
    }

    .home-page-banner h2 {
        margin-top: 30px;
        font-size: 22px;
    }

    .home-page-banner h3 {
        margin-top: 10px;
        font-size: 36px;
    }

    .home-page-banner .container {
        padding-top: 30px;
        padding-right: 600px;
    }
}

@media (min-width:991px) and (max-width:1399px) {

    .header {
        height: 64px !important;
        padding-bottom: 12px;
    }

        .header .header-logo #logo-truncated {
            background-image: URL(/media/logos/rml-logo.png);
            width: 50px;
            height: 38px;
            margin-right: 10px;
            background-position-x: left;
            background-position-y: top;
            background-size: 115%;
            background-repeat: no-repeat;
            overflow: hidden;
        }

        .header .header-logo a img {
            object-fit: cover;
            object-position: bottom;
            height: 40px;
        }

    .header-menu .menu-nav > .menu-item > .menu-link, li.seperator span {
        padding-bottom: 0.4rem;
    }

    .home-page-banner {
        height: 425px;
    }

    .header .header-logo {
        margin-right:0px;
    }


}

@media (min-width:991px) and (max-width:1200px) {
    .header .header-logo {
        margin-right: 0px;
    }
}

@media (min-width: 1411px) {

    .home-page-banner {
        height: 500px;
        background-size: 100%;
        background-position-y: -50px;
    }

    .home-page-banner h1 {
        font-size: 82px;
    }

    .home-page-banner h2 {
        margin-top: 35px;
        font-size: 26px;
    }

    .home-page-banner h3 {
        margin-top: 10px;
        font-size: 36px;
    }

    .home-page-banner .container {
        padding-top: 40px;
        padding-right: 700px;
    }
}

@media (min-width: 1600px) {

    .home-page-banner {
        height: 500px;
        background-size: 100%;        
        background-position:center;
    }

    .home-page-banner h1 {
        font-size: 82px;
    }

    .home-page-banner h2 {
        margin-top: 35px;
        font-size: 26px;
    }

    .home-page-banner h3 {
        margin-top: 10px;
        font-size: 36px;
    }

    .home-page-banner .container {
        padding-top: 40px;
        padding-right: 700px;
    }
}

@media (min-width: 1800px) {

    .home-page-banner {
        height: 500px;
        background-size: 100%;
        background-position-y:-200px;
    }

        .home-page-banner h1 {
            font-size: 82px;
        }

        .home-page-banner h2 {
            margin-top: 35px;
            font-size: 26px;
        }

        .home-page-banner h3 {
            margin-top: 10px;
            font-size: 36px;
        }

        .home-page-banner .container {
            padding-top: 40px;
            padding-right: 700px;
        }
}

@media (min-width: 2000px) {

    .home-page-banner {
        background-size: 100%;
        background-position: center;
    }

}

@media (max-width: 991.98px) {
    .header-mobile {
        height: 55px;
        min-height: 55px;
    }

    .footer .headline {
        margin-top: 20px;
        display: block;
    }
}


@media (max-width: 450px) {

    .home-page-banner {
        height: 170px;
        background-size: 120%;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .home-page-banner .container {
            padding-top: 5px;
            padding-right: 200px;
        }

    .card-header {
        margin-top: -11px !important;
    }

    .card-body {
        margin-bottom: -11px !important;
    }


    .home-page-banner h1 {
        font-size: 27px;
    }

    .home-page-banner h2 {
        margin-top: 12px;
        font-size: 13px;
    }

    .home-page-banner h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .card.card-custom > .card-header .card-title {
        margin: 2px !important;
    }

        .card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
            font-size: 14px !important;
        }
}



@media (max-width: 400px) {

    .home-page-banner {
        height: 177px;
        background-size: cover;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .home-page-banner .container {
            padding-top: 10px;
            padding-right: 150px;
        }
        .home-page-banner h1 {
            font-size: 27px;
        }

        .home-page-banner h2 {
            margin-top: 12px;
            font-size: 13px;
        }

        .home-page-banner h3 {
            margin-top: 5px;
            font-size: 15px;
        }

    .card.card-custom > .card-header .card-title {
        margin: 2px !important;
    }

}


@media (max-width: 350px) {

    .home-page-banner {
        height: 177px;
        background-size: cover;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .home-page-banner h1 {
            font-size: 26px;
        }

        .home-page-banner h2 {
            margin-top: 12px;
            font-size: 12px;
        }

        .home-page-banner h3 {
            margin-top: 10px;
            font-size: 15px;
        }

        .home-page-banner .container {
            padding-top: 10px;
            padding-right: 110px;
        }
}



@media (max-width: 320px) {

    .home-page-banner {
        height: 170px;
    }

        .home-page-banner h1 {
            font-size: 25px;
        }

        .home-page-banner h2 {
            margin-top: 12px;
            font-size: 12px;
        }

        .home-page-banner h3 {
            margin-top: 10px;
            font-size: 15px;
        }

        .home-page-banner .container {
            padding-top: 10px;
            padding-right: 90px;
        }
}

@media (max-width: 270px) {

    .home-page-banner {
        height: 170px;
    }

        .home-page-banner h1 {
            font-size: 23px;
        }

        .home-page-banner h2 {
            margin-top: 12px;
            font-size: 12px;
        }

        .home-page-banner h3 {
            margin-top: 10px;
            font-size: 15px;
        }

        .home-page-banner .container {
            padding-top: 10px;
            padding-right: 20px;
        }

    .card.card-custom > .card-header .card-title {
        margin: 2px !important;
    }
}