﻿.header-item, .navbar-header {
    height: 110px;
}

.topnav {
    /*margin-top: 90px;*/
    background-color: #3871c1;
    width: 100%;
}

.navbar-collapse.show {
    margin-top: 110px;
}

.logo img {
    height: 100px;
    /*border: solid 1px #a2c671;*/
}

.topnav .navbar-nav .nav-link {
    color: #fff;
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #69bfed;
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    /*color: #69bfed;*/
    color: #078903;
    background-color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    /*color: #343a40;*/
    color: #078903;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.dropdown-lang:focus, .dropdown-item.dropdown-lang:hover {
    /*color: #343a40;*/
    color: #078903;
    text-decoration: none;
    background-color: transparent !important;
}
.navbar-header .dropdown .show.header-item
{
    background-color:transparent !important;
}

.footer {
    background: #3871c1 !important;
    height: auto;
    bottom: 0;
    position: relative;
}

    .footer h2 {
        color: #cecccc;
    }

    .footer p, .footer span {
        color: #cecccc;
    }

    .footer a, .dropdown a {
        color: #fff;
    }

        .footer a:hover {
            color: #b2b2b2;
        }

.btn-dark {
    color: #d8d7d7;
    background-color: #ad7602;
    border-color: #a87400;
}

    .btn-dark:hover {
        background-color: #0690fa;
        border-color: #0690fa;
    }

.card-img:hover {
    transform: scale(1.1);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dropdown-menu-div, .dropdown-lang {
    background-color: #2d61aa !important;
}

.dropdown .header-item {
    color: #fff;
}

.dropdown .bg-soft-light {
    background-color: #2d61aa !important;
}

.dropdown .border-start, .dropdown .border-end {
    border: none !important;
}

.topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 1rem;
}

body[data-layout=horizontal] .page-content {
    margin-top: 35px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2ab57d;
}

#registerLink:hover, #loginLink:hover {
    color: #cecccc;
}

.btn-primary {
    background-color: #2ab57d;
    border-color: #2ab57d;
}

    .btn-primary:hover {
        background-color: #046901;
        border-color: #046901;
    }

a {
    color: #3871c1;
}

    a:hover {
        color: #2ab57d;
    }

.pace .pace-activity {
    background: #2ab57d !important;
}
