:root {
    --daimler-color: rgba(120,120,120,0.8);
    --mercedes-color: rgba(249, 212, 24, 0.8);
    --smart-color: rgba(100,10,40,0.8);
}

body {
    background-color: black;
}

@media (max-width:500px) {
    .segment {
        margin: 0 !important;
        background-size: auto !important;
        background-position: center !important;
    }
}
@media (min-width:700px) {
    .segment {
        margin: 0 !important;
        background-size: cover !important; -ms-background-size: cover !important; -o-background-size: cover !important; -moz-background-size: cover !important; -webkit-background-size: cover !important;
        background-position: center !important;
    }
}

#ciamdemo-section {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 1) 25%, rgba(35, 197, 222, 0.8)), url("img/bg.jpg") !important;
}

#daimler-section {
    background-image: linear-gradient(45deg, rgba(120,120,120,0.8), rgba(0, 0, 0, 1) 75%), url("img/daimler-card.jpg") !important;
}

#mercedes-section {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 1) 22%, rgba(249, 212, 24, 0.8)), url("img/mercedes-card.jpg") !important;
}

#smart-section {
    background-image: linear-gradient(45deg, rgba(100,10,40,0.8), rgba(0, 0, 0, 1) 75%), url("img/smart-card.jpg") !important;
}

.brand-section {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    border-radius: 0 !important;
}

.skip {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* Display the link on focus. */
.skip:focus {
    background-color: #000;
    clip: auto !important;
    color: #fff;
    display: block;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 10px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.top-space {
    margin-top: 2% !important;
}
