﻿
/*#subheadline h2             { color: rgba(234, 235, 238, 0.7); font-size: 520%; text-transform: uppercase; }*/
#intro                      { text-align: center;margin-top: 10px;margin-bottom: 0; }


#contact-form   { max-width:700px; }
#contact-form-title { width:100%; color:#F68B1F; font-size:35px; padding:10px; }

#contact-form textarea { width: 100%; margin-top: 10px; height: 245px; }

#ContactButton { color:#ffffff; text-decoration:none; font-size:130%; display:inline-block; background-color:#F68B1F; border-radius:5px; padding:10px 30px 6px 30px; float:left; }
#SiteFooterContainer { background-color: #f5f5f6; }
.mrw-dynamic-form .form-control { background: #fff; }

@media(max-width:991px) {
    #intro          { max-width: 90%; margin-right: auto; margin-left: auto;  }
}