html,
body {
    scroll-behavior: smooth;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 333;
}

#loader img {
    margin-top: 10%;
}

/* ================= NAVIGATION ================= */
.navbar-light .navbar-nav .nav-link{
    color: #6D8B74 !important;
}

.kev-lang-block{
    position: absolute;
    top: -0.3rem;
    right: 3.8rem;
}


.dropdown-item {
    text-transform: uppercase;
    color: #6D8B74 !important;
}

body {
    background-image: url("../img/corn_back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#company {
    color: #6D8B74;
    font-family: 'Koulen', cursive;
    font-size: 1.4rem;
}

#logo-img {
    position: relative;
    top: 0;
    left: 0;
    height: 4rem;
}

#kev-main-content {
    padding-top: 6rem;
    min-height: 70vh;
}

.article {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 1.3rem;
    color: white;
}
.article p{
    color: #5F7161;
    font-weight: bold;
}

.kev-img-main {
    height: 10rem;
}


