body {
    font-family: "Poppins", sans-serif;
    color: #777777;
}

h1,h2,h3,h4,h5,h6 {
    color: #0F404B !important;
}

#logo img {
    height: 140px;
    margin-top: -30px;
}

#scrollTopButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #E1C744;
    font-size: 30px;
    z-index: 2;
    background: #0F404B;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.heading-text.heading-section h2:before {
    background-color: cadetblue !important;
}

#search .btn-search-close {
    background-color: #0F404B;
}

#search .search-form .form-control {
    border-color: #0F404B;
}

#btn-search,
#language-trigger {
    color: #ffffff !important;
}
#btn-search:hover,
#language-trigger:hover {
    color: #E1C744 !important;
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #E1C744;
}

.social-icons {
    margin: 0 auto;
}

.social-link a {
    background-color: #0F404B !important;
    color: #E1C744 !important;
}
.social-link a:hover {
    background-color: white !important;
    color: black !important;
}

.hero-text-container {
    margin-right: auto !important;
    margin-left: 10% !important;
    text-align: left;
}

.section-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.interests-box {
    color: rgb(15,64,75) !important;
}
.interests-box p {
    color: #484848;
}
.interests-box a {
    background: #0F404B;
    color: #E1C744;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}
.interests-box a:hover,
.interests-box a:focus,
.interests-box a:active {
    color: #E1C744 !important;
}
.interests-box:nth-of-type(1) {
    background-color: #f1b732;
}
.interests-box:nth-of-type(2) {
    background-color: #fcc43f;
}
.interests-box:nth-of-type(3) {
    background-color: #fdce49;
}

.portfolio-description h3 {
    color: #E1C744 !important;
}

#references-section {
    background: #f8f9fa;
}

.blog-detail-link {
    background-color: #0F404B !important;
    border-color: #0F404B !important;
}

.icon {
    font-size: 30px;
    text-align: center;
}
.icon a {
    color: rgb(15,64,75) !important;
}

.post-item-description h2 a {
    color: rgb(15,64,75) !important;
}

@media (max-width: 575px) {
    .parallax-container {
        background-position: center right !important;
    }
    .bg-overlay[data-style="1"] {
        background: black;
    }
    .hero-text-container {
        margin: 0 auto !important;
        text-align: center;
    }
    .portfolio-description {
        width: 90% !important;
    }

    .social-icons {
        width: 53%;
    }

    .social-icons-bottom {
        width: auto !important;
    }

    .copyright-text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .parallax-container {
        background-position: center right !important;
    }
    .bg-overlay[data-style="1"] {
        background: black;
    }
    .hero-text-container {
        margin: 0 auto !important;
        text-align: center;
    }
    .portfolio-description {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .parallax-container {
        background-position: center right !important;
    }

    .portfolio-description {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .parallax-container {
        background-position: center right !important;
    }

    .portfolio-description {
        width: 90%;
    }
}