body {
    background-color: #64af8e;
    font-family: "Open Sans", sans-serif;
}

header {
    padding: 20px 0;
    text-align: center;
}

header img {
    max-width: 450px;
}

.about-section, .contact-section, .review-section {
    padding: 40px 0;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.contact-form .form-column {
    padding: 0 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    font-family: "open Sans";
    width: 100%;
    padding: 13px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

label {
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
}

.contact-form select {
    cursor: pointer;
}

.review {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

footer {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer img {
    max-width: 300px;
}

footer p {
    margin: 5px 0;
}

h1 {
    line-height: 61px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    padding-top: 30px;
    padding-bottom: 27px;
    margin-bottom: 40px;
}

p {
    color: white;
}

p.sub {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-decoration: underline;
}

p.h {
    color: white;
    font-size: 25px;
    font-weight: 300; 
    margin-bottom:30px;
}

h2 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}

p.u {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
}

form.container {
    background-color: #fece02;
    border-radius: 9px;
    padding: 30px 50px;
    box-sizing: border-box;
}

h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 29px;
}

input[type="submit"] {
    width: 300px;
    display: block;
    background-color: #141414;
    border: none;
    font-family: 'Open Sans';
    padding: 20px 0px;
    border-radius: 5px;
    color: white;
    font-size: 17px;
    margin: auto;
    cursor: pointer;
}

.revs {
    display: grid;
    grid-template-columns: 50fr 50fr;
    column-gap: 40px;
}

p.revp {
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
}

.cname {
    
}

.title {

}

.name {
    font-weight: 600;
}