#contactForm {
    width: 45%;
     color: #005DAA;
      font-size: 18px;
}


.formBox {
    margin: 10px;
}

.formBox label {
    font-size: 16px;
   text-align: left;
    margin-bottom: 5px;
}

.formBox .input {
    height: 40px;
    width: 95%;
    border: 1px solid #828282;
    margin-bottom: 10px;
    margin-top: 5px;
}

#privacy {
    width: 22px;
}

#text {
    height: 250px;
    
}

.formBox a {
    font-size: 16px;
    color: #005DAA;
}

.contacts {
  float: left;
}

#maps {
    width: calc(100% - 500px);
    font-size: 16px;
    color: gray;
}

.moreContent {
    overflow: auto;
}


.sendButton {
    width: 100%;
    text-align: right;
}

.sendButton .button {
    padding: 5px;
    width: 120px;
    border: 1px solid #005DAA;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    background-color: #005DAA;
    color: #FFFFFF;

}

.sendButton .button:hover {
     background-color: #0077DA;
}




@media screen and (max-width: 1000px) { /* Specific to this particular image */

#contactForm {
    width: 40%;
     color: gray;
      font-size: 18px;
}
}






@media screen and (max-width: 800px) { /* Specific to this particular image */

#contactForm {
    width: 95%;
     color: gray;
      font-size: 18px;
}
}