@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900');

body {
    margin: 0;
    padding: 0;
}

div.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

header div.head-bar {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-bottom: 1px solid #f5f5f5;
}

header div.head-bar div.brand {
    float: left;
    margin-top: 10px;
}

header div.head-bar div.brand img {
    height: 80px;
}

header div.head-bar div.brand span {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 11px;
    padding-left: 4px;
    color: #787878;
}

header div.menu-icon {
    display: none;
}

header div.head-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

header div.head-bar ul li {
    float: left;
}

header div.head-bar ul li a {
    display: block;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    line-height: 100px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #505050;
    transition: background 250ms ease-in-out;
}

header div.head-bar ul li a:hover {
    background: #fafafa;
}

header div.head-bar ul li.active a {
    color: #8dc63f;
    font-weight: 400;
}

header div.land {
    padding-top: 100px;
    height: 400px;
    background: url("images/roof.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}


header div.land::after {
    background: rgba(0,0,0,0.5);
}

header div.land h1 {
    padding: 25px 130px;
    display: inline-block;
    background: linear-gradient(to right, #66b434, #99d658);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 100;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 160px 0;
}

header div.land span {
    font-weight: 700;
}

header div.land .land-text {
    text-align: center;
}

section.intro {
    padding: 70px 0;
    background: #f7f7f7;
    text-align: center;
}

section.intro p {
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #3f3f3f;
}

section.tech {
    background: url("images/worker.jpg") right no-repeat;
    background-size: cover;
}

section.tech .text {
    box-sizing: border-box;
    width: 60%;
    padding: 60px 80px;
    background: #FFFFFF;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 20px;
    color: #888888;
    font-size: 16px;
}

section.tech .text h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 32px;
    line-height: 35px;
    color: #8dc63f;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.tech .image {
    width: 40%;
}

section.tech .image img {
    width: 100%;
}

section.pricelist {
    background: #f7f7f7;
    padding: 70px 0;
    text-align: center;
}

section.pricelist h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 26px;
    color: #464646;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}

section.pricelist .text-wrap {
    width: 90%;
    margin: 0 auto;
}

section.pricelist p {
    font-family: Montserrat;
    font-weight: 300;
    color: #585858;
    font-size: 15px;
}

section.pricelist a {
    display: inline-block;
    background: linear-gradient(to right, #66b434, #99d658);
    padding: 15px 30px;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    transition: transform 250ms;
}

section.pricelist a:hover {
    transform: scale(1.1);
}

section.ref {
    padding: 70px 0;
}
section.ref h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 26px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.ref table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 5px;
}

section.ref table th {
    background: #a8e063;
    color: #FFFFFF;
    text-align: left;
    padding: 15px 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

section.ref table tr {
    margin-bottom: 5px;
}

section.ref table td {
    background: #ebebeb;
    color: #656565;
    text-align: left;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
}

section.ref a {
    float: right;
    display: inline-block;
    background: #ebebeb;
    padding: 10px 20px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
    color: #656565;
    margin-top: 10px;
    transition: transform 250ms;
}

footer.contact {
    margin-top: 120px;
    background: url("images/contact.png") center no-repeat;
    background-size: cover;
}

footer.contact h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

footer.contact hr {
    width: 50px;
    height: 2px;
    border: 0;
    background: #FFFFFF;
    margin-bottom: 50px;
}

footer.contact .company {
    margin-top: 30px;
}

footer.contact .company .brand {
    display: block;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 25px;
    color: #a8e063;
}

footer.contact .company p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 5px 0;
}

footer.contact .contact {
    margin-top: 40px;
}

footer.contact .contact p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 5px 0;
}

footer.contact form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

footer.contact form input {
    height: 50px;
    background: rgba(255,255,255, 0.25);
    border: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    padding: 0 20px;
    outline-color: transparent;
    transition: outline-color 250ms ease-in-out;
}

footer.contact form input::placeholder {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    color: #cecece;
    text-transform: uppercase;
}

footer.contact form input:focus {
    outline: #66b434 2px solid;
}

footer.contact form textarea {
    height: 120px;
    background: rgba(255,255,255, 0.25);
    border: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    padding: 20px;
    resize: none;
    outline-color: transparent;
    transition: outline-color 250ms ease-in-out;
}

footer.contact form textarea::placeholder {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    color: #cecece;
    text-transform: uppercase;
}

footer.contact form textarea:focus {
    outline: #66b434 2px solid;
}

footer.contact form input.btn {
    padding: 15px 25px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 900;
    background: #88ca4a;
    border: 0;
    justify-content: flex-end;
}

footer.contact form .name {
    width: 60%;
    flex-grow: 1;
    margin-right: 20px;
}

footer.contact form .city {
    width: 35%;
    flex-grow: 1;
}

footer.contact form .email {
    width: 40%;
    flex-grow: 1;
    margin-right: 20px;
}

footer.contact form .tel {
    width: 35%;
    flex-grow: 1;
    margin-right: 20px;
}

footer.contact form .size {
    width: 15%;
    flex-grow: 1;
}

footer.contact form textarea {
    width: 100%;
    flex-grow: 1;
}

footer.contact .contact p span {
    color: #b0b0b0;
}

footer.contact div.container {
    padding: 60px 20px;
}

footer.contact .row {
    width: 100%;
    display: flex;
}

footer.contact .row .col-md-5 {
    width: 40%;
}

footer.contact .row .col-md-7 {
    width: 60%;
}



@media(max-width: 900px) {
    body.fixed {
        overflow: hidden;
        height: 100%;
    }

    header div.menu-icon {
        display: block;
        float: right;
    }

    header div.menu-icon img {
        width: 30px;
        padding: 30px 20px;
        cursor: pointer;
    }

    header div.head-bar {
        position: fixed;
    }

    header div.head-bar ul {
        display: none;
    }

    header div.head-bar ul.active {
        display: block;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 2;
        background: rgba(255,255,255, 0.98);
    }

    header div.head-bar ul li {
        float: none;
        width: 100%;
    }

    header div.head-bar ul li a {
        display: block;
        font-family: Montserrat;
        font-weight: 300;
        font-size: 16px;
        line-height: 100px;
        padding: 0 40px;
        text-decoration: none;
        text-transform: uppercase;
        color: #505050;
        transition: background 250ms ease-in-out;
        border-bottom: 1px solid #f7f7f7;
    }

    header div.head-bar ul li a:hover {
        background: #f1f1f1;
    }

    header div.head-bar ul li.active a {
        color: #8dc63f;
        font-weight: 600;
    }

    section.tech {
        background: url(images/worker.jpg) right top no-repeat;
        background-size: auto;
        padding-top: 400px;
    }

    section.tech div.container {
        padding: 0;
    }

    section.tech .text {
        width: 100%;
    }

    section.ref a {
        background: #f5f5f5;
        float: none;
        display: block;
        padding: 20px;
        text-align: center;
        font-size: 18px;
    }

    footer.contact .row {
        flex-wrap: wrap;
    }

    footer.contact .row .col-md-5 {
        width: 100%;
        margin-bottom: 90px;
        text-align: center;
    }

    footer.contact .row .col-md-7 {
        width: 100%;
        padding: 0 30px;
    }
}