body {
    font-family: "Open Sans";
}

section.home {
    background-image: url("/web/img/abstract1.png");
    width: 100%;
    height: 100vh;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

section.services {
    background-image: url("/web/img/abstract.png");
    width: 100%;
    height: 100vh;
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: center;
}

section.home .banner {
    width: 15%;
    font-size: 32px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

section.services .banner {
    width: 25%;
    font-size: 50px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

section .banner {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
}

.item {
    margin: 40px 0;
}

section h1 {
    text-transform: uppercase;
    font-weight: bold;
}

section h2, h1 {
    text-align: center;
}

section h2 {
    text-transform: capitalize;
}

.service-items .col-md-6 {
    padding: 0;
}

.service-item {
    width: 100%;
    height: 381px;
    position: relative;
}

.service-item img {
    max-width: 100%;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.service-item p {
    position: absolute;
    bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 1px black, 0 0 0.5em #000;
    font-weight: bold;
}

.service-items {
    padding: 40px 0;
}

.service-items > .col-md-6:nth-child(odd) .service-item p {
    right: 50px;
}

.service-items > .col-md-6:nth-child(even) .service-item p {
    left: 50px;
}

/*.service-item:hover img {*/
    /*-moz-transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
/*}*/

.service-item .etc {
    width: 100%;
    height: 100%;
    background-color: #157c75;
}

section.philosophy {
    background-image: url("/web/img/abstract3.png");
    width: 100%;
    height: 100vh;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

section.philosophy .banner, section.contacts .banner {
    width: 25%;
    font-size: 50px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

section.philosophy-text p{
    font-size: 18px;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 25px auto;
}

section.contacts {
    background-image: url("/web/img/abstract4.png");
    width: 100%;
    height: 100vh;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .banner {
        font-size: 19px;
    }

    section.services {
        background-size: 50%;
    }

    section.services .banner {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    section.home {
        background-size: contain;
    }

    section.services {
        background-size: 75%;
    }

    section.philosophy {
        background-size: contain;
    }

    section.philosophy .banner {
        font-size: 28px;
        width: 50%;
    }

    section.services .banner {
        font-size: 24px;
        width: 100%;
    }

    section.home .banner,section.contacts .banner {
        width: 30%;
        font-size: 16px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: #fff;
    }

    .navbar-nav{
        top: 0 !important;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: rgba(0,0,0,.5);
    }

    .service-item {
        height: auto;
    }

    .service-items > .col-md-6:nth-child(even) .service-item p, .service-items > .col-md-6:nth-child(odd) .service-item p {
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
    }

    .service-item .etc {
        height: 250px;
    }
}