﻿#directions h1, #directions h2, #directions h3 {
    text-align: center;
    margin-top: 10px;
}

#directions h1 {
    color: darkorange;
    font-family: fantasy;
    font-size: 50px;
}

#directions h2 {
    font-weight: bold;
    font-size: 21px;
}

#directions h3 {
    font-size: 18px;
}



.image {
    background-color: #17375e;
    background: url(/images/banner.png) no-repeat center center;
    background-size: cover;
    height: 850px;
    margin-top: -20px;
}

.screen {
    /*color: #fff;*/
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;

    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box
}


#ourProjects {
    background-color: #fff;
}
#aboutCompany {
    background-color: #eee;
}
#career {
    background-color: #fff;
}
#contacts {
    background-color: #eee;
}

#carousel {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 10px;
}