/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

body {
    background-color: #F3FBFF!important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

.navbar-toggler {
    display:none;
}
.navbar-brand {
    /*background: #b7fc04;*/
    /*border-radius: 5px;*/
    /*padding-right: 10px;*/
    /*padding-left: 7px;*/
    /*font-size: 2rem!important;*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

.jf {
    background-color: #410a56!important;
}
.va .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand, .navbar-brand a, .navbar-brand a:hover {
    color: #b7fc04!important;
}

.navbar-nav, .navbar-nav a {
    margin: 0 auto;
    color: #c4a4cd!important;
}

a.dropdown-item {
    color:#2e1d24!important;
}

.yz {
    background: #f8f6fb !important;
    color: #040202!important;
    border-radius: 1rem!important;
    border-color: transparent!important;
    font-weight: 600!important;
}

.yz:hover {
    background-color: #f3f0e7!important;
}

.sk {
    background: #b7fc04 !important;
    color: #040202!important;
    border-radius: 1rem!important;
    border-color: transparent!important;
    font-weight: 600!important;
}

.sk:hover {
    background: #aaf901!important;
}

.uo {
    color: #f8f6fb !important;
    background-color: #a9742b !important;
    border-color: #a9742b !important;
}

.sq a {
    background: #a4f508;
    color: #410a56;
    border: unset;
    border-radius: 1rem!important;
    font-weight: 600;
}

.sq a:hover {
    background: #aaf901;
    color: #410a56;
}
/*.wz {
    background: #022d50;
}*/

.wz a, .wz a:hover {
    color: #f8b45a;
}

.text-primary {
    color: #fdb732!important;
}

.card-title a {
    color: #a9742b !important;
}

.tags a {
    background: #AC6E2F;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
    color: #fff;
}

.tags a:hover {
    color: #f6fefe;
    text-decoration: none;
}

.ef {
    border-bottom: 2px solid #b7fc04;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #2e1d24!important;
}

.tm {
    background: #F3FBFF!important;
    padding: 10px;
    border-radius: 10px;
}

.ru {
    width: 100%;
    height: auto;
}

.jh {
    padding: 2.5rem 0;
    color: #f8f6fb;
    text-align: center;
    background-color: #040202;
    /*border-top: .ko solid #efe0e3;*/
}

.jh a, .jh a:hover {
    color: #a59e9f!important;
}

.jh div {
    margin: 0!important;
}

.pr a {
    background: #a9742b;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}

.pr a {
    color: #f8f6fb;
}

.pr a:hover {
    color: #f8f6fb;
    text-decoration: none;
}

.ne li {
    min-height: 60px;
}

.list_contents {
    background: #f0fae8;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.list_contents li a {
    color: #3499ce;
}



.lz {
    text-align: center;
    background: #f8fcfc;
}

.lz form {
    margin: 0;
}

/*.list-group-item {
    background: #2b343d!important;
}*/

.list-group-item a {
    color: #a59e9f!important;
}


.vy a {
    font-size: 12px;
}

.vu {
    max-width: 100%;
}

.vu img {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.4em !important;
}

h4 {
    font-size: 1.3em !important;
}

h5 {
    font-size: 1.2em !important;
}

h5 {
    font-size: 1.1em !important;
}

h2.card-title {
    font-size: 1em !important;
}