.about {
    padding-bottom: 100px;
}

.about > img {
    height: 100%;
    width: 100%;
}

.about a {
    color: inherit;
    text-decoration: underline;
}

.about #errorMessages {
    color: red;
    display: none;
}

.about .contact-form {
    margin-top: 25px;
}

.about .error {
    border: 2px solid red;
}

.about .subsection {
    margin-left: 20%;
}

.about .subsection img {
    margin: 25px 10px 25px 45px;
    max-width: 80%;
}

.about h2 {
    border-bottom: 2px solid rgba(181, 177, 169, 0.8);
    color: #585551;
    font-family: 'open sans', sans-serif;
    font-size: 25px;
    padding: 10px 0;
}

.about h3 {
    color: #557826;
    font-size: 20px;
    font-weight: bold;
}

.about .contact-form .contact-info {
    color: #557826;
    display: inline-block;
    font-family: enriqueta, serif;
    text-align: left;
    vertical-align: top;
}

.about .contact-form .contact-info-holder {
    min-width: 225px;
    text-align: right;
    vertical-align: top;
    width: 48%;
    width: calc(50% - 4px);
}

.about .contact-form .contact-info p {
    margin: 0;
}

.about .contact-form .square-logo-holder {
    display: inline-block;
    height: 100%;
    text-align: center;
}

.about .contact-form form {
    min-width: 225px;
    width: 50%;
}

.about .contact-form form .input-holder {
    display: inline-block;
    height: 106px;
    min-width: 200px;
    vertical-align: top;
}

.about .contact-form img {
    height: 100%;
    vertical-align: top;
}

.about .contact-form input[type=submit] {
    background-color: rgba(85, 120, 38, 1);
    color: white;
    padding: 5px;
    width: 60px;
}

.about .contact-form input[type=text] {
    border: 1px solid rgba(181, 177, 169, 1);
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
}

.about .contact-form textarea {
    border: 1px solid rgba(181, 177, 169, 1);
    height: 100%;
    resize: none;
    width: 100%;
}

@media screen and (min-width:992px) {
    .about .contact-form .contact-info {
        font-size: 16px;
    }
    
    .about .contact-form .contact-info-holder {
        height: 160px;
    }
    
    .about .contact-form .square-logo-holder {
        width: 70%;
        width: calc(100% - 174px);
    }
    
    .about .contact-form form .input-holder {
        width: 50%;
        width: calc(50% - 2px);
    }
}

@media screen and (max-width:991px) {
    .about .contact-form .contact-info {
        font-size: 14px;
    }
    
    .about .contact-form .contact-info-holder {
        height: 120px;
    }
    
    .about .contact-form .square-logo-holder {
        width: 60%;
        width: calc(100% - 152px);
    }
    
    .about .contact-form form .input-holder {
        width: 100%;
    }
    
    .about .contact-form form .input-holder:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .about .contact-form .contact-info, .about .contact-form .square-logo-holder {
        display: block;
        font-size: 13px;
        height: 106px;
        width: 100%;
    }
    
    .about .contact-form .contact-info {
        margin: 0 30%;
        margin: 0 calc(50% - 68px);
        width: auto;
    }
    
    .about .contact-form .contact-info-holder {
        height: auto;
    }
    
    .about .contact-form .square-logo-holder {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:488px) {
    .about .contact-form > * {
        display: inline-block;
    }
}

@media screen and (max-width:487px) {
    .about .contact-form > * {
        display: block;
        margin: 0 auto;
    }
}