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


.formBox {
    margin: 0px;
}

.formBox a {
    text-decoration: none;
    color: white;
}

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

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

#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 {
     border-radius: 2px;
    background-color: #F7A81B;
    padding: 10px; 
    
    width: 120px;
   
    color: #005DAA;
    font-weight: bold;
    font-size: 14px;
     text-align: center;
    margin-top: 30px;
    cursor: pointer;

}


.left {
    float: left;
    
}


.right {
    display: inline-block;
}



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

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






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

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