html,body {
    height: 100%;
    font-family: sans-serif;
    margin-top: 30px;
}

#header {
    margin-top: 3%;
    text-align: center;
    background: url("../images/marble-texture1.jpg") center center no-repeat;
    background-size: cover;
    height: 40vh;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

#header h1 {
    display:table-cell; 
    vertical-align:middle;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-variant: small-caps;
    color: black;
    font-size: 50px;
}

#contact-us {
    padding: 2em 0;
    min-height: 50vh;
    text-align: center;
}

#contact-us .lead-intro {
    font-size: 2em;
    text-align: center;
}

#contact-us .col-sm-6 {
    text-align: left;
}

#contact-us ul {
    /*
    margin-left: 25%;
    margin-right: auto;
    */
}

#contact-us .contact-info {
    font-size: 1.3em;
}

.contact-info {
    margin-top: 5rem;
}

.contact-info {
    text-align: left;
}

@media all and (max-width: 767px) {
    .contact-info {
        text-align: center !important;
    }
}

.social-div .outline {
    display: table; 
    font-size: 25px;
    font-weight: bold;
    color: black;
    border: 1px solid black;
    line-height: 24px;
    height: 55px;
    width: 55px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.social-div .outline-content {
    display: table-cell; 
    vertical-align: middle;
}

/*social font styling -- add colours to each of these later*/
.fa-facebook,.fa-twitter,.fa-instagram {
    font-size: 1.5em;
}

#google-map .container-fluid {
    padding: 0;
}

@media only screen and (max-width : 992px) {
    html,body {
        margin-top: 40px;
    }
 }
@media only screen and (max-width : 800px) {
    html,body {
        margin-top: 10px;
    }

  /*  #header {
        margin-top: 90px;
    }*/

    #contact-us {
        text-align: center;
    }
}
