* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans serif;
}

html,body {
    height:100%;
}

body {
    min-height: 100vh;
    width: 100%;
}

body, .row, .col-md-9, .col-md-3, .col-xs-12, .container-fluid {
    margin: 0;
    padding: 0px;
}

header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
}

.nav-container {
    position: relative;
    height: 119px;
    padding: 10px 0px;
}

.nav {
    height: 99px;
}

.nav-row {
    height: 49px;
}

.title {
    color: rgba(28,76,142,1);
    text-align: center;
    font-weight: bold;
    font-size: 1.35em;
    line-height: 24px;
}

.blue-link {
    color: rgba(28,76,142,1);
}

.logo-img {
    width: 99px;
    height: 99px;
    position: absolute;
    top: 10px;
    left: 10px;
}

nav ul {
    text-align: center;
    font-weight: 600;
}

.nav-item {
    display: inline;
    padding: 0px 5px;
    line-height: 24px;
}

.nav-item a{
    color: black;
}

.body-proper {
    margin: 0;
    margin-top: 109px;
    width: 100%;
    min-height: calc(100vh - 99px);
    background: url(../img/sydney-skyline.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(28,76,142,0.4);
    z-index: 1;
}

.intro {
    padding: 50px 0;
    position: relative;
    width:100%;
    text-align: center;
    color: white;
    z-index: 3;
}

h1 {
    font-size: 2em;
}

.links {
    background-color: white;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px;
}

.link {
    position: relative;
    text-align: center;
    border: 10px solid white;
}

.link-text {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: white;
    z-index: 1;
}

.link-white {
    position: relative;
    color: white;
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.link-white:hover {
    color: honeydew
}

.link-text h2 {
    text-shadow: 1px 1px 1px black;
}

.link-text::selection {
    background-color: rgba(0,0,0,0);
}

.bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
}

#temporary {
    background-image: url(../img/temporary.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#structural {
    background-image: url(../img/structural-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#remedial {
    background-image: url(../img/remedial.jpg);
}

.service-box {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    padding: 20px 0;
    position: relative;
    width: 100%;
    text-align: center;
    color: black;
}

.centered-text {
    text-align: center;
}

/*Contact Page Styling*/
.contact-body {
    position: relative;
    min-height: calc(100vh - 109px);
    margin-top: 109px;
    padding: 109px 0;
    background: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.contact-body h3, .contact-body p {
    text-align: center;
    color: white;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*min-height: calc(100vh - 109px);*/
    height: 100%;
    width: 100%;
    background-color: rgba(28,76,142,0.7);
    margin: 0;
    padding: 0;
    z-index: 1;
}

.contact-details {
    position: relative;
    text-align: center;
    z-index: 999;
    color: white;
    padding: 20px 50px;
    background-color: rgba(0,0,0,0.7);
}

.contact-heading {
    color: white;
    z-index: 9999;
}

.email-link {
    color: white;
}

.contact-name {
    color: #DFE7FF;
    background-color: rgba(64,64,64,0.4);
    margin-top: 15px;
}

/*
*Temporary Works
*/
.temporary-body {
    background: url(../img/temp-works-back.jpg);
}

/*
*Structural
*/
.structural-body {
    background: url(../img/structural-back.jpg);
}

/*
*Remedial
*/
.remedial-body {
    background: url(../img/remedial-back.jpg);
}

/*
*About
*/
.about-body {
    position: relative;
    background: url(../img/about-back.jpg);
    z-index: 0;
}

.about-content {
    padding: 50px;
    color: white;
    min-height: calc(100vh - 327px);
    position: relative;
    z-index:2;
    background-color: rgba(0,0,0,0.7);
}

.service-content {
    position: relative;
    min-height: calc(100vh - 99px);
    margin-top: 109px;
    padding: 109px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

@media screen and (min-width: 440px){
     .links {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .intro {
        top: 5vh;
    }

    .intro h1 {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 768px){
    .links {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .service-content {
        padding: 109px 0;
    }

    .service-box {
        min-height: 250px;
    }

    .intro {
        top: 15vh;
    }

    .intro h1 {
        font-size: 3em;
    }
}

@media screen and (min-width: 992px){
    .links {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .service-box {
        min-height: 225px;
    }
}