.center {
    width: 70%;
    margin: 0 auto;
}

.contact-title {
    font-size: 25px;
    padding-bottom: 30px;
}

.content {
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/contact/contact-us-bg-01.png');
}


@media screen and (min-width: 1000px) { 
    .border-lg-right {
        border-right: 2px black solid;
    }
}

.footer {
    background: url('../images/about/footer-bg-01.png');
    min-height: 100px;
    padding-top: 35px;
    background-size: cover;
}

#site-logo {
    height: 150px;
    width: auto;
}

.logo-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: white;
}

.address {
    color: white;
}

.address-title {
    font-size: 18px;
}

.social {
    background-color: black;
    padding: 20px;   
}

.social-icon {
    margin: 0px 10px;
}

#menu-box {
    margin-bottom: -150px;
}

#menu-box li a {
    color: #777;
}

#message-form input::-webkit-input-placeholder {

    font-family: 'Montserrat', sans-serif;

    color: rgba(0, 0,0, 0.60);

}