﻿/*The submit button for sending messages*/
.button {
    background-color: rgb(125, 154, 196);
    color: white;
    padding: 10px 28px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.19);
    margin-bottom: 0 !important;
    width: 90%;
    border: none;
}

.button:hover { background-color:  rgb(91, 118, 158); }
#sendMessage {
    padding: 0px 4% 1px;
    overflow: auto;
}
    #sendMessage  p { margin: 0; }
    #sendMessage input:not([type="submit"]), #sendMessage textarea {
        outline: 0;
        border: none;
        background: transparent;
        width: 100%;
        background-color: rgb(222, 235, 247);
        padding: 24px 10px 8px;
    }
 
#floatContainer {
    margin-bottom: 16px;
    position: relative;
    color: black;
    border: 0;
}

label {
    position: absolute;
    transform: translate(0, 4px) scale(.75);
}

label:after { content:" *";color: red; }

.contactImage { text-align:center; }

.submitBtn {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

/*Contact left END*/
b { letter-spacing: 1px;}

#addrNum {
    padding-bottom: 3px;
    font-size: inherit;
    font-family: 'Calibri';
}

h2, h3{
    color: #0234cd;
   font-family: Malgun Gothic;
    margin-top: 0;
}

#fax, #email, #phone {
    padding: 3% 1%;
    font-size: 16px;
    letter-spacing: 1px;
}

h4#address {
    margin-bottom: 2px !important;
    padding-left: 1em;
}

#address p {
    margin-top: 5px;
    font-weight: bold;
}

#address a {
    text-decoration: none;
    color: initial;
}

/*Contact Map*/
@media screen and (max-width: 1550px) {
    h3 {  font-size: 1em; }
}

/*mobile*/
@media only screen and (max-width:600px) {
   #sendMessage { padding: 0px 1% 1%; }
   .button {  width: 100%; }
   #image { display: none;  }
}