﻿input:focus {
    outline:none !important;
}

.contactform-popup {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    margin: auto;
    text-align: center;
    margin-bottom:5%;
}

.contactform-title {
    font-size: 140%;
    color: Black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri, Sans-Serif;
}

.contactform-close {
    text-align: right;
}

.contactname, .contactemail {
    width: 75%;
    margin-top: 3%;
    margin-bottom: 0%;
}

.contactcomments {
    width: 75%;
    margin-top: 3%;
    font-family: Calibri, Sans-Serif;
}

.txtSumbitContactForm {
    margin-top:3%;
    margin-bottom:3%;
}

.button-section {

}

.contactform-close:hover {
    cursor:pointer;
}

.ctlContactForm {
    background-color: white;
    width: 90%;
    border-radius:10px;
    border: 1px solid gray;
    position: fixed;
    z-index: 9999;
    left:5%;
    top:5%;
    font-size: 0.88em;
    display:none;
}

.mobile-textbox {
    border: 2px solid #c5c5c5;
    border-radius: 10px;
    background-color: #fbfbfb;
    padding: 2%;
    font-size: 120%;
    margin-bottom: 3%;
}

    .mobile-textbox:focus {
        border: 2px solid #009efc;
    }

.imgContactFormSubmit {
    width:150px;
}


/*-----MEDIA TAGS FOR DESKTOP-----*/

@media (min-width: 500px) {
    .ctlContactForm {
        background-color: white;
        width: 30%;
        border-radius: 10px;
        border: 1px solid gray;
        position: fixed;
        z-index: 9999;
        left: 35%;
        top: 10%;
        font-size: 0.88em;
        display: none;
    }
}

@media (min-width: 500px) {
.imgContactFormSubmit {
    width:250px;
    cursor:pointer;
}
}