body {
  font-family: "gesta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
	color: #336AE2;
}

p{
	font-size: 18px;
    color: #1E1F21;
}

li {
	font-size: 20px;
    color: #1E1F21;
}

h2 {
 	font-family: "gesta", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color:  #336AE2;
    padding-bottom: 1.5rem;
}

h3 {
 	font-family: "gesta", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color:  #336AE2;
    
        padding-top: 1rem;
}

.box-blue {
    background-color: #336AE2;
}

.box-blue h1 {
 	font-family: "gesta", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #FFF;
}

.box-grey {
    background-color: #A7ADB7;
}

.footer {
	font-size: 14px;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none
}

.footer a:hover {
    color: white;
    text-decoration: underline
}

.box-blue-footer {
    background-color: #336AE2;
}

.box-grey-footer {
    background-color: #66686F;
    height:8px
}



.navbar-bancorpe {
    background-color: #66686F;
    padding: 0rem;
    padding-left: 1rem
}

.nav-link {
	color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    
    font-size: 18px;
}


.nav-link:hover {
    background-color: #36373B;
    color: white;
}

.navbar-nav .nav-link.show {
    color: white;
}

.active {
    background-color: #336AE2;
	color: white !important;
}

.dropdown-menu {
    border-radius: 0px ;
    background-color: #66686F;
    margin-top: -15px;
    border: 0px;
    padding: 0px;
}

.dropdown-item {
    background-color: #66686F;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #515358;
    font-size: 18px;
}

.dropdown-item:hover {
    background-color: #36373B;
    color: white;
}




@media (max-width: 991.98px) {
    /* csak mobil + tablet */
    
    .navbar-bancorpe {
    background-color: white;
    padding: 0rem;
    padding-left: 0rem
    }

    .nav-link {
        color: grey;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;

        font-size: 18px;
        border-top: 1px solid grey
    }


    .nav-link:hover {
        background-color: #36373B;
        color: white;
    }

    .navbar-nav .nav-link.show {
        color: white;
    }

    .active {
        background-color: #336AE2;
        color: white !important;
    }

    .dropdown-menu {
        border-radius: 0px ;
        background-color: #66686F;
        margin-top: -15px;
        border: 0px;
        padding: 0px;
    }

    .dropdown-item {
        background-color: #66686F;
        color: white;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #515358;
        font-size: 18px;
    }

    .dropdown-item:hover {
        background-color: #36373B;
        color: white;
    }
}









.menu_left {
	list-style-type: none !important;
    margin-left: -30px;
}

.menu_left li {
	padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.menu_left li a {
	color: #A7ADB7;
    text-decoration: none;
}

.menu_left li:hover {
	padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #36373B;
    text-decoration: none;
}

.menu_left li a:hover {
	color: white
}

.modal-title {
	color: #36373B;
}

.modal-body {
	color: #36373B;
}

table {
	width: 100%
}

table td {
	padding: 0.5rem !important;
    font-size: 18px;
    color: #36373B;
}

table tr:last-child {
	border: none
}