﻿body {
}

.map-section {
    width: 100%;
    height: 600px;
}

    .map-section iframe {
        width: 100%;
        height: 100%;
    }

.contact {
    width: 100%;
    margin: 10% auto;
    background-color: #ffffff;
}

.contact-details {
    width: 80%;
    margin: 10% auto;
    /*border:1px solid black;*/
}

    .contact-details h5 {
        font-family: 'Century Gothic';
        font-size: 30pt;
        color: #B82601;
        text-align: center;
        line-height: 60pt;
    }

    .contact-details p {
        text-align: center;
        color: #515151;
    }

@media screen and (max-width: 500px) {
    .contact-details h5 {
        margin-top: -20px;
        font-size: 20pt;
    }
}


.social-media-icon {
    display: block;
    width: 57px;
    height: 57px;
    align-content: center;
    /*margin: 20% auto;*/
    cursor: pointer;
}

.form input, .form textarea, .form button {
    width: 90%;
    margin: auto;
    line-height: 2.7;
    border-radius: 0;
    border: 2px #B82601 solid;
}

.form textarea {
    line-height: 1.5;
    height: 100px;
}

.form button {
    display: block;
    background-color: #B82601;
    color: #fff;
    line-height: 2;
    font-size: 15pt;
}

.form-control {
    /*height: 63px !important;*/
    border-color: #dc3545 !important;
}

.btn {
    margin-top: 40px;
    font-size: xx-large;
}

@media screen and (max-width: 500px) {
    .btn {
        font-size: 15pt;
    }
}
