h1.logo{
    display:block;
    width: 100px;
    height: 50px;
    background: url(img/logo.png) 0 0 no-repeat;
    padding-right: 50px;
}
#logo1{
    margin-right:auto;
    text-align: center;
}
#nav{

    color: white;
}
/*============= COURSE SECTION =============*/
.narrow {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}
.btn-md {
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.1rem;
    text-transform: uppercase;
    margin: 1rem;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {

    body{
        font-size: 2rem;
    }
    width: 100%;
}

img.image-brand {
    width: 80px;
}


@media screen and (max-device-width:440px), screen and (max-width:440px) {

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .orus {
        padding-top: 60px;
    }

    img.image-brand {
        width: 60px;
    }

    .max-100 {
        padding: 10px 0px !important;
        margin: 0 !important;
        width: 100%;
    }

    figure.snip1477 {
        margin: 0px; 
        border-radius: 0;
    }

    .car-font p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 200;
    }

    .display-4 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.2;
    }

    h2, .h2 {
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 300;
    }

}

.form-control-plaintext {
    border: solid white;
    border-width: 1px;
    color: white;
}

.form-control-plaintext:focus {

    background-color: #111c26;
    border-color: #80bdff;

}

.image-cover {
    position: relative;
    padding-top: 130px;
    background: url("./img/lamborghini.jpg") no-repeat  fixed;
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    background-size: 100%;
    filter:brightness(0.4);
    height: 100vh;
    width: 100%;
}
