body {
    color: #393D47;
}

::selection {
    color:#1F2022;
    background: #B2BEB5;
}

form span.required {
    color: #aa1629!important;
}

#header {
    background-color: #1F2022;
    border: none;
}

a, a:visited, a:focus {
    color: #E5E1E6!important;
}

a.active, a:hover {
    color: #aa1629!important;
}

.btn, .button {
    color: #aa1629!important;
    border-color: #aa1629!important;
}

.btn:focus, .btn:hover, .button:focus, .button:hover {
    text-decoration: none;
    border-color: #aa1629!important;
    background: #aa1629!important;
    color: #E5E1E6!important;
}

#header a, #header a:visited, #header a:focus {
    color: #E5E1E6!important;
}

#header a.active, #header a:hover {
    color: #aa1629!important;
}

.aboutus {
    background-image: url(img/triangle_1.svg)!important;
    background-repeat: no-repeat!important;
    background-position: bottom right!important;
    background-size: auto 100%!important;
    background-color: #ffffff!important;
}

.services {
    background-image: url(img/services_bg.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: #ffffff!important;
    color: #E5E1E6;
}

.services h2 {
    color: #E5E1E6;
}

.services p {
    text-align: center;
}

.machinery {
    background-image: url(img/triangle_2.svg)!important;
    background-repeat: no-repeat!important;
    background-position: top left!important;
    background-size: auto 100%!important;
    background-color: #ffffff!important;
}

.machinery p {
    text-align: center;
}

.request {
    background-image: url(img/request_bg.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-color: #ffffff!important;
    color: #E5E1E6;
}

.request h2 {
    color: #E5E1E6;
}

.tender {
    background-image: url(img/triangle_3.svg)!important;
    background-repeat: no-repeat!important;
    background-position: top right!important;
    background-color: #ffffff!important;
    color: #E5E1E6;

}

.references {
    background-image: url(img/triangle_4.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    background-color: #ffffff!important;
    color: #E5E1E6;

}


.contact {
    background-color: #393D47!important;
    color: #E5E1E6;
    
}

.contact h2 {
    color: #E5E1E6;
}

.contact h3 {
    color: #E5E1E6;
    font-size: 20px;
}

.contact h4 {
    color: #E5E1E6;
    font-size: 16px;
    text-transform: uppercase;
}

#footer {
    background-color: #1F2022!important;
    color: #E5E1E6;
}

/***********
Intro oldal
***********/

.intro_page #header, .intro_page #footer, .intro_page #to-start  {
    display: none!important;
}