
@font-face {
    font-family: "Roboto Light";    
    font-display: swap;
    src: url("fonts/Roboto-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto Medium";    
    font-display: swap;
    src: url("fonts/Roboto-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto Regular";    
    font-display: swap;
    src: url("fonts/Roboto-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto Bold";    
    font-display: swap;
    src: url("fonts/Roboto-Bold.ttf") format("opentype");
}









/* - - - - - - - -  General Content style: */

section {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

/* - - - - - - - - Volvo General Style: */

.volvoGeneralStyle {
    vertical-align: top;
    text-underline-offset: 3px;
    scroll-behavior: smooth;
    transition: all 0.3s linear;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.volvoMainRow {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.rel {
    position: relative;
}

/* - - - - - - - - Volvo Dual Column: */
.volvoMainCont {
    width: 100%;
    max-width: 1230px;
    padding-top: 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

.volvoDualCol {
    display: inline-block;
    vertical-align: top;
    background-color: #FAFAFA;
    width: 50%;
    max-width: 600px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.volvoColTextCont {
    color: #707070;
    text-align: center;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.volvoH2 {
    color: #141414;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

/* - - - - - - - - Volvo Button: */
.volvoButton {
    text-align: center;
    font-size: 14px;
    padding: 17px 15px;
    max-width: 260px;
    width: 80%;
    margin: 40px auto 0;
    border: 2px solid #284E80;
    border-radius: 5px;
    text-decoration: none;
    color: #284E80 !important;
    cursor: pointer;    
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
}

.volvoButton a {
    color: inherit !important;
    text-decoration: none;
}

.volvoButton:hover {
    background-color: #284E80;
    color: #ffffff !important;
}

.volvoColTextCont a {
    text-decoration: none !important;
    color: #284E80 !important;
}

/* - - - - - - - - Volvo IMG: */
.volvoIMG {
    width: 100%;
}

.fullRowIMG {
    width: 100%;
    margin: 0 auto;
}

#fullRowIMG02 {
    display: none;
}

/* - - - - - - - - Volvo Spacer: */
.volvoSpacer40 {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    margin: 0 auto;
}

/* - - - - - - - - Volvo Top Row: */

#VolvoTopRow {
    padding: 10px 0 40px;
    background-color: #FAFAFA;
}

#VolvoTopRowTextCont {
    text-align: left;
    padding: 60px;
}

#VolvoTopRowButton {
    margin: 40px 0 0;
}

#volvoIMGSwap01 {
    display: none;
}

/* - - - - - - - - Volvo Media Queries: */

@media screen and (max-width:1300px) {

    .volvoMainCont {
        width: 90%;
    }

}

@media screen and (max-width:1000px) {

    #VolvoTopRowTextCont {
        text-align: left;
        padding: 50px;
    }

}

@media screen and (max-width:800px) {

    .fullRowIMG {
        max-width: 600px;
        margin-top: 20px;
    }

    .volvoMainRow {
        padding: 0 30px 0;
    }

    .volvoMainCont {
        flex-wrap: wrap;
        gap: 0px;
        text-align: center;
        padding-top: 0px;
        width: 100%;
    }

    .volvoDualCol {
        width: 100%;
        margin: 20px auto 20px;
    }

    #volvoIMGSwap01 {
        padding: 0 30px;
    }

    #volvoIMGSwap02, #fullRowIMG01 {
        display: none;
    }

    #fullRowIMG02, #volvoIMGSwap01 {
        display: inline-block;
    }

}

@media screen and (max-width:600px) {
    
    .volvoColTextCont, #VolvoTopRowTextCont {
        padding: 30px;
    }

}

@media screen and (max-width:400px) {
    
    .volvoColTextCont, #VolvoTopRowTextCont {
        padding: 20px;
    }

}




















































/* - - - - - - - - Screen Size: */

#screensize {
    position: fixed;    
    z-index: 10001;
    top: 0px;
    left: 20px;
    z-index: 10001;
    width: 70px;
    height: 30px;
    background-color: white;
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}
