﻿
.google-maps {
    position: relative;
    padding-bottom: 52%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




form {
    float: left;
    margin: 10px auto 10px auto;
    width: 70%;
}


/* Makes responsive fields. Sets size and field alignment.*/
input[type=text] {
    width: 30%;
    border: 1px solid #CCCCCC;
    font-family: 'Calibri';
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
}
input[type=submit] {
    width: 30%;
    padding: 10px;
    border: 1px none #00ADEF;
    background-color: #0089D0;
    color: aliceblue;
    font-size: 15px;
    cursor: pointer;
    float: left;
    margin-left: 2%;
}
#submit:hover
{
background-color: #00ADEF;
}
textarea {
    margin: 10px auto 10px auto;
    width: 94%;
    border: 1px solid #CCCCCC;
    resize: none;
    font-family: 'Calibri';
    font-size: 15px;
    height: 129px;
    padding-top: 15px;
    padding-bottom: 15px;
        padding-left: 1%;
}
input[type=text]:focus, textarea:focus {
    border-color: #CC0099;
}
#envelope label {
    text-align: left;
    float: left;
    font-family: 'Calibri';
    font-size: 18px;
    color: #333333;
}

#details {
    width: 30%;
    height: 200px;
    float: left;
    margin-top: 10px;
    text-align: left;
}
    #details h1 {
    font-family: 'Calibri';
    font-size: 30px;
    color: #666666;
    margin-top: 0px;
    padding-top: 0px;
}
    #details p {
    padding: 0px;
    margin: 0px;
    font-family: 'Calibri';
    font-size: 15px;
    color: #333333;
    line-height: normal;
}



@media screen and (max-width: 600px) {
#details {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

form {
        margin: 10px 0px 0px 0px;
        width: 100%;
        float: none;
    }
input[type=text] {
        width: 90%;
        border: 1px solid #CCCCCC;
    font-family: 'Calibri';
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
input[type=submit] {
        margin: 0px;
        width: 90%;
        padding: 10px;
        border: 1px none #00ADEF;
        background-color: #0089D0;
        color: aliceblue;
        font-size: 15px;
        cursor: pointer;
        float: none;
    }
textarea {
    margin: 0px auto 10px auto;
     width: 90%;

}


}