body {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 1080px;
    font-family: "Open Sans", "Lato", "Roboto", Helvetica, Arial, Sans-Serif;
    background-color: #ffffff;
}

#home,
#about,
#contact,
#quote {
    margin: 5px;
    margin-bottom: 35px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #2a4e28;
    border-radius: 10px;
    color: white;
}

#site_name {
    padding-top: 20px;
    text-align: center;
    font-variant: small-caps;
    max-width: 680px;
    font-size: 45px;
    margin-left: 20px;
    color: #172b16;
}

#header {
    max-width: 960px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    /* height: 70px; */
    line-height: 40px;
    /* margin-bottom: 100px; */
}

#header li {
    display: inline-block;
    margin-right: 25px;
    font-size: 17px;
    color: #084B8A;
    font-weight: bold;
    cursor: pointer;
}

#contact a {
    color: rgb(0, 195, 255);

}

#images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 930px; */
    max-width: 100%;
    height: auto;
}

#imagedescription {
    padding-top: 10px;
    padding-bottom: 25px;
}

.error ul {
    font-weight: normal;
    color: #cf1925;
    margin-left: 10px;
    list-style: none;
}

.success ul {
    font-weight: bold;
    color: green;
    list-style: none;
}

* {
    box-sizing: border-box;
}

/* 

#home h1 {
    font-size: 40px;
}

#home p {
    font-size: 20px;
}

#about p {
    font-size: 20px;
}

#contact input[type="text"] {
    width: 250px;
    height: 35px;
    padding-left: 10px;
    float: left;
    margin-left: 80px;
    border: none;
}

#contact textarea {
    float: left;
    width: 250px;
    height: 35px;
    margin-left: 20px;
    border: none;
    padding-left: 10px;
    padding-top: 10px;
}

#contact input[type="submit"] {
    float: left;
    margin-left: 20px;
    height: 35px;
    width: 100px;
    background: none;
    color: white;
    border: 1px solid white;
} */

/* html {
    background: #2B313B;
    font-family: 'Calibri';
}

body {
    background-color: white;
    max-width: 960px;
    margin: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

h1 {
    text-align: center;
    font-variant: small-caps;
}

* {
    box-sizing: border-box;
}


label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.car-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type=password],
input[type=email],
input[type=date],
input[type=text] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4caf50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

form {
    border-radius: 15px;
    background-color: #c4cad4;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
} */