.custom-contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.custom-contact-form .form-group {
    margin-bottom: 20px;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 15px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: #1e73be;
}
.content {
    top: 50% !important;
}

.custom-contact-form .btn-submit {
    background: #1e73be;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-contact-form .btn-submit:hover {
    background: #155a94;
}

@media only screen and (max-width: 767px) {
    .content {
        top: 50% !important;
    }
    footer#colophon {
    overflow: hidden;
}
.sinatra-footer-column.col-xs-12.col-sm-6.stretch-xs.col-md-3 {
    width: 100% !important;
}
.col-xs-12.center-xs.col-md.flex-basis-auto.start-md {
    width: 100% !important;
}
}