body{
    font-family: 'Lato', sans-serif;
    margin: 20px 0px;
    background: #330a78;

}

@media print {
.pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

@font-face {
   font-family: Beyonders;
   src: url(fonts/Beyonders.ttf);
}

@font-face {
   font-family: bahnschrift;
   src: url(fonts/bahnschrift.woff);
   font-weight: bold;
}



.divider{
    width: 100px;
    height: 2px;
    background: #ffa500;
    margin: 0 auto;
}

.heading{
    text-align: center;
    margin-bottom: 10px;
}

.heading h5{
    color: white;
    font-weight: bold;
     font-family: Beyonders;
}

.heading h3{
    color: white;
    font-weight: bold;
     font-family: bahnschrift;
}

#contact-form{
    font-size: 20px;
    background: white;
    padding: 40px;
    border-radius: 10px;
}

.blue{
    color: #006b71;
}

.form-control{
    height: 50px;
    font-size: 18px;
}

.comments{
    color:#d82c2e;
    font-style: italic;
    font-size:18px;
    height: 10px;
}

#contact-form input[type="submit"]
{
    margin: 10px auto 0;
    display: block;
}

.button1{
    border: 1px solid #ddd;
    background: #006b71;
    color: #DDC9A1;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}

.button1:hover{
 
    background: #333;
    border-color: #006b71;
}

.thank-you{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}