/* Resets & General */

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

img {
    display: block;
}

ul {
    list-style: none;
}

a, a:active, a:link, a:hover, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.container {
    height: 100%;
    padding: 4vw;
    position: relative;
    width: 100%;
}

/* Header */

.site-header {
    background: #fff;
    float: left;
    margin: 0 0 2vw;
    width: 100%;
    z-index: 100;
}

.site-logo {
    float: left;
    height: 60px;
    width: 4vw;
}

.site-logo a {
    background: url(../images/bb-logo.svg) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

/* Navigation */

.site-nav {
    background: #fff;
    float: right;
    margin: 1.4vw 0 0;
    width: auto;
}

.site-nav ul {
    padding: 0;
    width: auto;
}

.site-nav ul li {
    display: inline-block;
    margin: 0 0 0 3vw;
}

.site-nav ul li a {
    border-bottom: 1px solid transparent;
    color: #4a5863;
    font-family: "Lato", sans-serif;
    font-size: 1.1vw;
    font-weight: 300;
    letter-spacing: 0.4vw;
    text-transform: uppercase;
}

.site-nav ul li a:hover {
    
}

.nav-open, .nav-close {
    display: none;
}

/* Main content */

.main-content {
    float: left;
    width: 100%;
}

.main-intro {
    background: url(../images/promo3.jpg) no-repeat;
    background-position: left 80%;
    background-size: 100%;
    float: left;
    height: 38vw;
    width: 100%;
}

.main-intro h1 {
    background: url(../images/bb-full-logo.png) no-repeat;
    background-size: 100%;
    height: 17vw;
    margin: 8vw 0 1vw 26vw;
    text-indent: -9999px;
    width: 40vw;
}

a.cta-callback {
    background: #a4b060;
    color: #fff;
    display: block;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.2vw;
    margin: 0 0 0 34vw;
    padding: 2vw;
    text-align: center;
    text-transform: uppercase;
    width: 24vw;
}

a.cta-callback-mob {
    background: #a4b060;
    color: #fff;
    display: none;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 1vw;
    margin: 0;
    padding: 7vw;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.main-intro a:hover {
    background: #fff;
    color: #4a5863;
}

.main-info {
    float: left;
    margin: 4vw 0;
    width: 100%;
}

.main-info p {
    color: #4a5863;
    font-family: "Martel", sans-serif;
    font-size: 1.6vw;
    font-weight: 200;
    letter-spacing: -0.05vw;
    margin: 0 0 0 15vw;
    text-align: center;
    width: 62vw;
}

.main-services {
    border-bottom: 1px dotted #dbdee0;
    border-top: 1px dotted #dbdee0;
    float: left;
    margin: 0;
    width: 100%;
}

.main-services div {
    border-left: 1px dotted #dbdee0;
    float: left;
    height: 20vw;
    width: 25%;
}

.main-services div:nth-child(1) {
    border: none;
}

.main-services .services-windows {
    background: url(../images/icon-windows.svg) no-repeat center 6vw;
    background-size: 15%;
}

.main-services .services-plumbing {
    background: url(../images/icon-plumbing.svg) no-repeat center 5vw;
    background-size: 11%;
}

.main-services .services-bathrooms {
    background: url(../images/icon-bathroom.svg) no-repeat center 6.5vw;
    background-size: 21%;
}

.main-services .services-kitchens {
    background: url(../images/icon-kitchen.svg) no-repeat center 6vw;
    background-size: 15%;
}

.main-services div p {
    font-family: "Lato", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.5vw;
    line-height: 1.75vw;
    margin: 11vw 10% 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%
}

.main-services .services-windows p {
    color: #495964;
}

.main-services .services-plumbing p {
    color: #7295b0;
}

.main-services .services-bathrooms p {
    color: #a4b060;
}

.main-services .services-kitchens p {
    color: #965244;
}

.contact-info {
    float: left;
    margin: 4vw 0 0;
    width: 100%;
}


.contact-info p {
    color: #4a5863;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    text-align: center;
    width: 33.33%;
}

.contact-info p.contact-title {
    font-family: "Martel", sans-serif;
    font-size: 1.6vw;
    font-weight: 200;
    letter-spacing: -0.05vw;
}

.contact-info p span {
    display: inline-block;
    font-size: 2vw;
    margin: 0 0 0.5vw;
}

/* Footer */

.site-footer {
    background: #4a5863;
    float: left;
    margin: 4vw 0;
    padding: 4vw;
    width: 100%;
}

.site-footer p {
    color: #fff;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.75vw;
    padding: 2vw 0 0;
}

.site-footer img {
    float: right;
    width: 5vw;
}

/* About Page */

.about-content {
    float: left;
    width: 100%;
}

.about-content h1 {
    border-top: 1px dotted #dbdee0;
    color: #4a5863;
    font-family: "Martel", sans-serif;
    font-size: 2vw;
    font-weight: 200;
    padding: 4vw 0;
    text-align: center;
    width: 100%;
}

.about-text {
    float: left;
    width: 60%;
}

.about-content p {
    color: #4a5863;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    margin: 0 0 2vw;
    text-align: justify;
    width: 100%;
}

.about-content p:last-child {
    margin: 0 0 4vw;
}

.about-images {
    float: left;
    width: 40%;
}

.about-content img {
    float: left;
    margin: 0 0 0 10%;
    outline: 4px solid #a4b060;
    outline-offset: -4px;
    width: 40%
}

.tools-icon {
    border-top: 1px dotted #dbdee0;
    float: left;
    width: 100%;
}

.tools-icon img {
    margin: 0 0 0 48%;
    padding: 4vw 0 0;
    width: 4%
}

/* Services Page */

.services-content {
    float: left;
    width: 100%;
}

.services-content h1 {
    border-top: 1px dotted #dbdee0;
    color: #4a5863;
    font-family: "Martel", sans-serif;
    font-size: 2vw;
    font-weight: 200;
    padding: 4vw 0;
    text-align: center;
    width: 100%;
}

.services-content ul {
    float: left;
    margin: 0 0 2vw;
    width: 100%;
}

.services-content ul li {
    background: url(../images/icon-tick.svg) no-repeat  left 0.2vw;
    background-size: 2.5vw;
    color: #4a5863;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 2vw;
    font-weight: 300;
    margin: 0 0 2vw;
    padding: 0 0 0 4vw;
    text-align: left;
    width: 50%;
}

/* Callback Page */

.contact-content {
    float: left;
    width: 100%;
}

.contact-content h1 {
    border-top: 1px dotted #dbdee0;
    color: #4a5863;
    font-family: "Martel", sans-serif;
    font-size: 2vw;
    font-weight: 200;
    padding: 4vw 0;
    text-align: center;
    width: 100%;
}

.contact-content p {
    color: #4a5863;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    margin: 0 10% 4vw;
    text-align: center;
    width: 80%;
}

.contact-content form {
    float: left;
    margin: 0 10% 4vw;
    width: 80%;
}

.contact-content form label {
    display: none;
}

.contact-content form input {
    border: 1px solid #a4b060;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
    color: #4a5863;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    font-weight: 300;
    margin: 0 2% 4vw 0;
    outline: none;
    padding: 12px;
    transition: border 0.3s, background 0.3s;
    width: 32%;
}

.contact-content form input:nth-child(6) {
    margin: 0 0 4vw;
}

.contact-content form textarea {
    clear: both;
    border: 1px solid #a4b060;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #4a5863;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    font-weight: 300;
    margin: 0 0 40px;
    outline: none;
    padding: 12px;
    transition: border 0.3s, background 0.3s;
    width: 100%;
}

.contact-content form input.contact-submit {
    background: #a4b060;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    margin: 0 0 0 34%;
    outline: none;
    padding: 12px;
}

.contact-content form input:focus, .contact-content form textarea:focus {
    background: #fff;
    border: 1px solid #b6c949;
    
}

.contact-content form input.contact-submit:focus, .contact-content form input.contact-submit:hover {
    background: #b6c949;
    transition: border 0.3s, background 0.3s;
}

/* Our Work */

.work-content {
    float: left;
    padding: 0 0 10vw;
    width: 100%;
}

.work-content h1 {
    border-top: 1px dotted #dbdee0;
    color: #4a5863;
    font-family: "Martel", sans-serif;
    font-size: 2vw;
    font-weight: 200;
    padding: 4vw 0;
    text-align: center;
    width: 100%;
}

.work-content p {
    color: #4a5863;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    margin: 0 0 4vw;
    text-align: center;
    width: 100%;
}

.work-content h2 {
    border-bottom: 1px dotted #a4b060;
    color: #a4b060;
    font-family: "Martel", sans-serif;
    font-size: 2vw;
    font-weight: 200;
    margin: 0 0 4vw;
    padding: 0 0 3vw;
    text-align: center;
    width: 100%;
}

.work-two {
    float: left;
    width: 50%;
}

.work-two .work-photo {
    float: left;
    margin: 0 8% 0 0;
    width: 44%;
}

.work-two img:last-child {
    margin: 0 4% 0 0;
}

.work-four {
    float: left;
    margin: 0 0 4vw;
    width: 100%;
}

.work-four .work-photo, .work-four img {
    float: left;
    margin: 0 4% 0 0;
    width: 22%;
}

.work-four img:last-child {
    margin: 0;
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .container {
        
    }
    .main-intro {
        background-position: 40% top;
        background-size: 190%;
        height: 90vw;
    }
    .main-intro  h1 {
        height: 30vw;
        margin: 32vw 0 0 6vw;
        width: 80vw;
    }
    a.cta-callback {
        display: none;
    }
    a.cta-callback-mob {
        display: block;
    }
    .site-header {
        height: 54px;
    }
    .site-logo {
        width: 9vw;
    }
    .nav-open {
        display: block;
        float: right;
        margin: 2vw 0 0;
        width: 8vw;
    }
    .nav-close {
        display: none;
        position: fixed;
        right: 4vw;
        top: 6vw;
        width: 8vw;
        z-index: 100;
    }
    .site-nav {
        background: rgba(117,144,164,0.95);
        display: none;
        height: 100%;
        left: 0;
        margin: 0;
        padding 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .site-nav ul {
        margin: 20vw 0 0;
        width: 100%;
    }
    .site-nav.nav-active, .nav-close.nav-active {
        display: block;
    }
    .nav-open.nav-active {
        display: none;
    }
    .site-nav.nav-active ul li {
        margin: 0 0 10vw;
        transition: all 1s;
    } 
    .site-nav ul li {
        display: block;
        text-align: center;
    }
    .site-nav ul li a {
        color: #fff;
        font-size: 8vw;
    }
    .main-info p {
        float: left;
        font-size: 3.6vw;
        margin: 4vw 0 0;
        width: 100%;
    }
    .main-services {
        border: none;
    }
    .main-services div {
        border-left: 1px dotted #dbdee0;
        float: left;
        height: 40vw;
        width: 50%;
    }
    .main-services div p {
        font-size: 2.6vw;
        line-height: 3.6vw;
        margin: 26vw 10% 0;
    }
    .main-services div:nth-child(3) {
        border: none;
    }
    .main-services div:nth-child(1), .main-services div:nth-child(2) {
        border-bottom: 1px dotted #dbdee0;
    }
    .main-services .services-windows {
        background-position: center 9vw;
        background-size: 28%;
    }
    .main-services .services-plumbing {
        background-position: center 8vw;
        background-size: 16%;
    }
    .main-services .services-bathrooms {
        background-position: center 11vw;
        background-size: 34%;
    }
    .main-services .services-kitchens {
        background-position: center 9vw;
        background-size: 28%;
    }
    .contact-info { 
        margin: 4vw 0 0;
    }
    .contact-info p {
        font-size: 3vw;
        margin: 0;
        width: 50%;
    }
    .contact-info p:nth-child(1) {
        border-bottom: 1px dotted #dbdee0;
        font-family: "Martel", sans-serif;
        font-weight: 200;
        padding: 0 0 4vw;
        margin: 0 0 4vw;
        width: 100%;
    }  
    .contact-info p span {
        font-size: 4vw;
    }
    .site-footer {
        margin: 8vw 0 0;
    }
    .site-footer img {
        width: 15vw;
    }
    .site-footer p {
        font-size: 3vw;
        padding: 7.5vw 0 0;
    }
    .about-content h1, .services-content h1, .work-content h1, .contact-content h1 {
        border: none;
        background: #4a5863;
        color: #fff;
        font-size: 5vw;
    }
    .about-text {
        width: 100%;
    }
    .about-images {
        margin: 0 0 8vw;
        width: 100%;
    }
    .about-images img {
        width: 45%;
    }
    .about-images img:first-child {
        margin: 0;
    }
    .about-content p {
        font-size: 4vw;
        margin: 4vw 0 4vw;
    }
    .services-content ul {
        margin: 0 0 8vw;
    }
    .services-content ul li {
        background: none;
        border-bottom: 1px dotted #dbdee0;
        font-size: 4vw;
        margin: 0;
        padding: 4vw 0;
        text-align: center;
        width: 100%;
    }
    .contact-content p {
        font-size: 4vw;
        margin: 4vw 0 4vw;
        width: 100%;
    }
    .contact-content form {
        margin: 0 0 4vw;
        width: 100%;
    }
    .contact-content form input {
        font-size: 4vw;
        margin: 0 0 4vw;
        width: 100%;
    }
    .contact-content form textarea {
        font-size: 4vw;
        margin: 0 0 4vw;
        width: 100%;
    }
    .contact-content form input.contact-submit {
        border-radius: 4px;
        font-size: 4vw;
        margin: 0;
    }
    .work-content p {
        font-size: 4vw;
        margin: 4vw 0 4vw;
    }
    .work-content h2 {
        font-size: 5vw;
        margin: 0 0 8vw;
    }
    .work-four .work-photo {
        margin: 0 0 8vw;
        width: 100%;
    }
    .tools-icon {
        border: none;
    }
    .tools-icon img {
        padding: 0;
        margin: 0 0 0 46%;
        width: 8%
    }
}