body {
    font-family: "Montserrat", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    background-color: #f1f3f4;
    color: #1A1818 !important;
}

.text-burgundy {
    color: #66cbf6 !important;
}

.bg-burgundy {
    background-color: #66cbf6 !important;
}

.bg-soft-blue {
    background-color: #66cbf6 !important;
}

.category {
    transition: all .5s;
}

.category:hover {
    cursor: pointer;
    transform: translateY(10px);
}

.footer {
    background-color: #1b1464 !important;
}

.footer img {
    /*filter: brightness(20);*/
}

.navbar.homepage {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

#navbarNav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #7ed3f7 !important;

    transition: border-bottom 0.4s;
}

#navbarNav .nav-link:hover {
    color: white !important;
    background-color: #7ed3f7 !important;
}

#navbarNav .nav-link.active {
    color: white;
    background-color: #7ed3f7 !important;
    /*padding-left: 35px;
    padding-right: 15px;
    background-image: url("../image/company/damla.png");
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 12px;*/
}

.article img {
    width: 100% !important;
    height: auto !important;
}

.category-box {
    position: relative;
    width: 100%;
    background-size: cover !important;
    height: 225px !important;
    transition: all .5s;
}

.category-box a {
    z-index: 100;
}

/*.category-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#918c8c, transparent);
    top: 0;
    left: 0;
    opacity: 1;
}
*/
.category-box:hover {
    cursor: pointer;
    /*background: linear-gradient(#918c8c, transparent);*/
    transform: scale(1.05);
}

.bg-dark-blue {
    background-color: #1b1464 !important;
}

.wp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    z-index: 1000;
    animation: border-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition: border .5s;
}

.wp-button a {
    position: relative;
    z-index: 1000 !important;
}

@keyframes border-fade{0%,to{border-color:#4fce5d}50%{border-color:#fff}}

