/* ABOUT */

#about__contact {
    background: url('./../images/laurie_et_eliot_pont.JPG') no-repeat center left;
    background-size: cover;
    height: 580px;
}

#about__contact .heading {
    padding-bottom: 0px;
    margin-top: 90px;
}

#about__contact .heading h1 {
    text-align: center;
    color: white;
    font-size: 85px;
    text-shadow: 3px 3px 3px black;
}



/* SKILLS */


#skills__contact .heading h2 {
    margin: 12px auto 0px auto;
    font-size: 40px;
    color: #e7343f;
    padding-bottom: 0px;
}



#contact-form {
    font-size: 20px;
    background: #efefef;
    padding: 40px;
    border-radius: 10px;
    border: 10px ridge RGBa(180,0,0,0.8);
    margin: 5px 60px;
    border-radius: 10px;

}

textarea#message {
    height: 200px !important;
}

.form-control {
    height: 50px;
    font-size: 18px;
}

#contact-form input[type=submit] {
    margin: 40px auto 0px;
    display: block;
}
.comments {
    font-style: italic;
    font-size: 18px;
    color: #e7343f;
    height: 25px
}
#contact-form .thank-you {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1 {
    border: 1px solid #ddd;
    background: #333;
    color: #fff;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.1s ease-in 0s;
}
.button1:hover {
    background: #e7343f;
    border-color: white;
}




































/* FOOTER */
footer {
    background-color: #b40000;
    padding: 20px 0 20px;
}

footer img {
    margin-top: 20px;
    width: 40px;
    height: auto;
}

footer h5 {
    font-size: 25px;
}

footer img:hover {
    width: 47px;
}

footer h5 {
    color: white;
    font-weight: normal;
}
