body
{
    font-family: 'Times New Roman','Helvetica Neue','Geogia'; /*,'lato', sans-serif*/
    margin: 70px 0px;
    background : var(--color3);
    position: relative;
    
}
:root {
    --color1: #44566c;
    --color2: #F4F4F4;
    --color3: #2f435e;
    --color4: #4b5e65;
}
.divider
{
    width: 100px;
    height: 2px;
    background: var(--color3);
    margin: 0 auto;
}

.heading
{
    text-align: center;
    margin-bottom: 60px;
}
h2
{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#contact-form
{
    font-size: 20px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.bleu
{
    color: var(--color3);
}
.form-control
{
    height: 50px;
    font-size: 18px;
}
.comments
{
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display:block;
    
}
.button1
{
    border: 1px solid #ddd;
    background: var(--color3);
    color: #fff;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.button1 a
{
    align-content: center;
}
.button1:hover
{
    background: var(--color4);
    border-color:var(--color3);
    text-decoration-color: var(--color3);
}

.thank-you
{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

