/*
    ALIAT 
    MAIN CSS FILE

    Author: Adrian Voda
    
    COLORS:
    blue:       #00adef
    dark blue:  #0088c6
    red:        #d90000
    green:      #5cb85c
    
*/

body{
    background-color: #fff; color: #1d1d1d;
    line-height: 22px; font-size: 14px; font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    background: linear-gradient(180deg,#fff 200px,#eee 450px,#fff 700px);
    overflow-x: hidden; overflow-y: auto;
}
.main-container{ width: 100%; max-width: 1600px; }

.bg-black{ background-color: #060606!important; }
.text-black{ color: #060606!important; }

/* LOGOS */
.mb-star, .vw-logo{ max-height: 110px; margin-bottom: 50px; }
.mb-vans, .mb-trucks, .mb-maybach{ padding: 0 10px 0px; margin-bottom: 30px; max-height: 100px; }
.mb-certified{ padding: 0 50px; max-height: 50px; margin-top: 25px; }
.vw{ max-height: 100px; margin-bottom: 30px; }
.welt{ max-height: 50px; margin-top: 25px;  }
.volvo{ max-height: 30px; margin-top: 50px; }

@media (max-width: 768px) {
    .mb-star{ margin-top: 20px; max-width: 90%; max-height: 100px; }
    .mb-vans{ margin-top: 20px; }
    .mb-vans, .mb-trucks{ padding: 0 10px 0px; margin-bottom: 25px; margin-top: 0px; max-width: 90%; }
    .mb-maybach{ max-width: 45%; margin-bottom: 0px; max-height: none; }
    .vw{ margin-top: 0px; }
    .vw-logo{ margin-top: 34px; margin-bottom: 30px;  max-width: 90%; }
    .volvo{ max-width: 60vw; margin-top: 20px; margin-bottom: 50px;}
}