.contact{
    background-color: #30baff;

    /*width: 100%;

    padding-left: 0;
    padding-right: 0;*/
}

.contact form label{
    font-family: CenturyGothic;
    letter-spacing: 1px; 
    color: #a93232;

    font-weight: bold;

    font-size: 12px;
}

.contact img{
    /*max-width: 300px;*/

    margin-bottom: 30px;
}

.contact form{
    width: 100%; 
    margin-top: 17px;

}

.contact .contact-name{
    padding: 0;
}

.contact form div{
    padding-left:  3px;
    padding-right: 3px;
}

.contact form button{
    margin-bottom: 18px;
    width: 99.25%;

    margin-left: 2px;

    background-color: #30baff;

    color: white;

    font-family: CenturyGothic;
    font-weight: bold;

    letter-spacing: 3px;

    /*border: 2px solid #20aaff;*/
    border: 2px solid white;

    padding-top:    6px;
    padding-bottom: 6px;

    border-radius: 5px;
}

.contact form input{
    border: none;
}

.contact form textarea{
    width: 100%;
    height: 180px;
    border: none;
}

.contact h3{
    font-family: CenturyGothic;
    font-size: 20px;
    color: white;
    font-weight: bold;

    border-bottom: 2px solid white;

    padding-bottom: 15px;
    margin-top:     30px;
    margin-bottom:  20px;

    /*text-align: center;*/

    font-style: italic;

}

.contact-info.row h4{
    font-family: CenturyGothic;
    color: #a93232;

    font-weight: bold;
    text-align: center;

    padding: 0;
    margin-top: 0;
}

html body .container.page-body .contact-info.row div{
    padding: 0;
}

html body .container.page-body .contact-info.row div p{
    font-family: CenturyGothic;
    text-align: center;

    font-size: 12px;

    margin-bottom: 29px;

    font-weight: bold;
}

.contact .wsite-map.row{
    /*position: relative;*/
    /*overflow: hidden;*/

    padding-left: 0;
    padding-right: 0;
}

.contact .wsite-map iframe{

    margin-top:    30px;
    margin-bottom: -5px;
    width: 100% !important;
    height: 300px !important;


}

.social-buttons a{
    color: white;
    font-size: 25px;
}

.nope{
    display: hidden;
    position: fixed;

    top: -3000px;
    left: -3000px;
}