* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #181617;
    color: #FFFFFF;
    font-family: Candara;
    height: 100vh;
}

h2 {
    font-size: 1.2rem;
}

#site-container {
    padding-bottom: 30px;
}

#site-header {
    background-color: #B20000;
    background-image: url('../images/background.png');
}

#site-header img {
    display: block;
    width: 170px;
}

#site-menu {
    position: relative;
    flex: 1;
    background-image: url('../images/header-border.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
}

#site-menu-title {
    font-size: 6.0em;
    position: absolute;
    bottom: -0.23em;
    text-shadow: 3px -1px 10px rgba(0, 0, 0, 0.25);
}

#site-featured-cars {
    position: absolute;
    right: 0;
    top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-featured-cars div {
    float: left;
    height: 124px;
    margin-right: 18px;
    position: relative;
    clip-path: inset(0 0 0 0);
    border: 2px solid #181617;
    overflow: hidden;
}

#site-featured-cars span {
    position: absolute;
    bottom: 5px;
    background-color: #181617;
    width: 150px;
    text-align: center;
    padding-bottom: 5px;
    right: -35px;
    font-size: 1.2rem;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
    transform: rotate(-25deg);
}

#site-featured-cars img {
    display: block;
    width: 100%;
    height: auto;
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#site-content {
    padding: 20px;
}

.content-search, .error, .content-car, .box, .box-right, .car-financing {
    color: #DCDCDC;
    padding: 20px;
    background-color: #121011;
    border: 1px solid #2C2729;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.car-img {
    width: 300px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-img img {
    cursor: zoom-in;
}

.box-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box {
    display: inline-block;
}

.box-right {
    padding: 0;
    display: inline-block;
}

.box-right a {
    padding: 20px;
    display: block;
    color: #DCDCDC;
    text-decoration: none;
}

.box-right a:hover {
    background-color: #000000;
}

.justify-right {
    justify-content: flex-end;
}

.content-car {
    padding: 10px;
    max-width: 300px;
    margin-bottom: 20px;
}

.error {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.error_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 3.0rem;
    color: #B20000;
}

#site-footer {
    font-size: 0.9rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: #121011;
    border-top: 1px solid #2C2729;
    color: #52494D;
    text-align: center;
}

.row, .cars-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row {
    justify-content: space-between;
}

.form-group {
    margin-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
}

form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-col {
    margin-right: 3px;
    margin-bottom: 3px;
}

.align-bottom {
    align-self: flex-end;
    margin: 0;
}

.text-right {
    text-align: right;
}

select, input {
    min-height: 35px;
    padding: 5px;
    font-size: 1.2rem;
    background-color: #B20000;
    border: 1px solid #C60000;
    color: #DCDCDC;
}

input[type=submit] {
    background-color: #DDDDDD;
    border: 1px solid #E4E4E4;
    color: #181517;
}

li span {
    font-size: 1.2rem;
    margin-left: 5px;
}

.car-brand {
    font-size: 1.25rem;
    text-align: center;
}

.car-info {
    background-color: #B20000;
    border: 1px solid #C60000;
    margin-left: auto;
    
}

.car-info a {
    transition: transform 0.2s;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../images/car-info.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
}

.car-info a:hover {
    transform: scale(1.2) rotate(20deg);
}

.car-description {
    margin-top: 10px;
}

a, .text-darkgray {
    color: #9D9196;
}

a {
    text-decoration: none;
}

a:hover {
    color: #DCDCDC;
}

.text-red {
    color: #B20000;
}

ul {
    list-style-type: none;
    margin-top: 10px;
}

ul li {
    margin-top: 5px;
}

.separator-left, .separator-center, .separator-right {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.separator-center {
    background: linear-gradient(to right, rgba(44, 39, 41, 0) 0%,rgba(44, 39, 41, 1) 50%,rgba(44, 39, 41, 0) 100%);
}

.separator-right {
    background: linear-gradient(to right, rgba(44, 39, 41, 0) 0%,rgba(44, 39, 41, 1) 100%);
}

.separator-left {
    background: linear-gradient(to right, rgba(44, 39, 41, 1) 0%,rgba(44, 39, 41, 0) 100%);
}

.content-financing {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}