/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5. 7. 2023, 12:53:29
    Author     : Zdenek Seidl <seidl@harph.cz>
*/

body{
    padding-bottom: 0;
    color: #000;
}

/*.logo-rscar{
        margin-left: 1rem;
        margin-right: 1rem;
}*/

@media (min-width: 768px) {
    .logo-rscar{
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.navbar{
    --bs-navbar-padding-y: 0.25rem;
}
@media (max-width: 768px) {
    .navbar{
        --bs-navbar-brand-margin-end: 0.25rem;
    }
}
.navbar.bg-white{
    background-color: #fff;
}
.navbar ul li{
    line-height: 1.5rem;
    padding: 0 1rem;
}
.navbar ul li a{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}



.carousel img{
/*    max-width: none;*/
}
.carousel-caption{
    top: 10rem;
}
.carousel-caption h1{
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #000000;
}
.carousel-caption p{
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0px 0px 2px #000000;
}

.blue-devider{
    background: #3D9BE9;
    height: 5rem;
}




.marketing{
    
}

.footer-video{
    background: #000;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer{
    background-color: #2F2E2E;
    border-style: solid;
    border-color: #3D9BE9;
    border-width: 10px 0 0 0;
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: none;
}