﻿.main-header .main-box {
    background: #f5b062;
}

.intro-section .inner-part .content-column h3 {
    color: #f5b062;
}

.main-menu .navigation > li > a {
    color: white;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
    color: black;
}

.contact-section::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba( 245, 176, 98, 0.94);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.fluid-section-one .right-column::before, .fluid-section-one .left-column::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba( 245, 176, 98,0.94);
}
