@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #171a20;
    background-color: #F5F5F5;
}

.text-reisb {
    color: #2E2F92;
}

.round {
    border-radius: 10px;
}

.SectionHero {
    background-image: url('../img/hero2.jpg');
    background-size: cover;
    background-position: 40% 0%;
    height: 600px;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 220px;
    text-shadow: 2px 2px 10px #171a20;
}

.SectionServices {
    margin-top: -55px;
}

.SectionClient {
    background-color: #EAEBEF;

}

.SectionEVSE {
    background-image: url('../img/evse_bg2.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

.SectionHeroAll {
    background-image: url('../img/heroall2.jpg');
    background-size: cover;
    background-position: 90% 30%;
    color: #ffffff;
    height: 300px;
    padding-top: 150px;
}

.SectionHeroAll h2 {
    text-shadow: 0px 0px 10px #041228;
}

.SectionContentAll {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EAEBEF;
}

.mobile-hide {
    display: block;
}

.footer {
    background-color: #041228;
    color: #5b7a97;
}

.staff-card{
    width: 300px;
}

video {
    object-fit: cover;
    width: 100%;
    height: 300px;
    position: 0% 0%;
    border-radius: 10px;
}

.hero-content {
    margin-top: -200px;
    margin-left: 30px;
    position: absolute;
    z-index: 1;
}

.hero-content h2 {
    color: #ffffff;
    text-shadow: 0px 0px 5px #1A1D26;
    letter-spacing: 2px;
}

.SectionEVIntro .borderCus{
    border-right: 1px solid #a2a2a2;
    border-bottom: 0px solid #a2a2a2;
}

.section-brand {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../img/evse_bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.SectionContactUs{
    background-image: url('../img/herocontact.jpg');
    background-size: cover;
    background-position: 90% 50%;
    color: #ffffff;
    height: 400px;
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .mobile-nav {
        padding: 30px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 20px;
    }

    .nav-link {
        color: #171a20 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-item .btn {
        margin-top: 10px;
        color: #ffffff !important;
    }

    .SectionHero {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 170px;
    }

    .mobile-hide {
        display: none;
    }

    .btn-explore {
        display: block;
        text-align: center;
    }

    .SectionHeroAll {
        text-align: center;
        background-position: 90% 0%;
    }

    .staff-card{
        width: 200px;
    }

    .SectionEVIntro .borderCus{
        border-right: 0px solid #a2a2a2;
        border-bottom: 1px solid #a2a2a2;
        margin-bottom: 20px;
    }
	.SectionContactUs {
        background-position: 60% 50%;
    }
}