
/* ############################## */
/*          "Cars" page           */
/* ############################## */

#section-cars { 
    width: 90%;
    margin: 0 auto;
    padding: 120px 0 40px 0;
}

.cars-service-box { 
    border: 3px double #a1a9b3;
    border-radius: 2%;
    padding: 1%;
    background-color: rgba(247, 231, 206, 0.05); 
}

figure {
    margin: 3% 1% 1% 1%;
    text-align: center;
}

figure img {
    width: 98%;
    border-radius: 2%;
    -webkit-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
    -moz-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
    box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.67);
}

figcaption {
    margin-top: 12px;
    font-size: 160%;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-transform: uppercase;
}

figcaption a:link,
figcaption a:visited {
    text-decoration: none;
    color: #d0a134;
    padding-bottom: 4px;
    border-bottom: 1px solid #d0a134;
    display: inline-block;
    transition: border-bottom 0.2s color 0.2s;
}

figcaption a:hover,
figcaption a:active {
    color: #2980b9;
    border-bottom: 1px solid transparent;
}
