/* 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: #eefffa!important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

.navbar-toggler {
    display:none;
}
.navbar-brand {
    /*background: #aef602;*/
    /*border-radius: 5px;*/
    /*padding-right: 10px;*/
    /*padding-left: 7px;*/
    /*font-size: 2rem!important;*/
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

.nb {
    background-color: #470258!important;
}
.yc .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: #aef602!important;
}

.navbar-nav, .navbar-nav a {
    margin: 0 auto;
    color: #caacd0!important;
}

a.dropdown-item {
    color:#33201e!important;
}

.pj {
    background: #eff8f6 !important;
    color: #0c060b!important;
    border-radius: 1rem!important;
    border-color: transparent!important;
    font-weight: 600!important;
}

.pj:hover {
    background-color: #f7eade!important;
}

.lo {
    background: #aef602 !important;
    color: #0c060b!important;
    border-radius: 1rem!important;
    border-color: transparent!important;
    font-weight: 600!important;
}

.lo:hover {
    background: #affe09!important;
}

.kb {
    color: #eff8f6 !important;
    background-color: #a5782a !important;
    border-color: #a5782a !important;
}

.xs a {
    background: #aaf706;
    color: #470258;
    border: unset;
    border-radius: 1rem!important;
    font-weight: 600;
}

.xs a:hover {
    background: #affe09;
    color: #470258;
}
/*.ay {
    background: #073051;
}*/

.ay a, .ay a:hover {
    color: #efbc53;
}

.text-primary {
    color: #f6bd28!important;
}

.card-title a {
    color: #a5782a !important;
}

.pv a {
    background: #b26c39;
    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: #f7f7fe;
}

.pv a:hover {
    color: #f5f9f9;
    text-decoration: none;
}

.xz {
    border-bottom: 2px solid #aef602;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #33201e!important;
}

.xn {
    background: #eefffa!important;
    padding: 10px;
    border-radius: 10px;
}

.yw {
    width: 100%;
    height: auto;
}

.so {
    padding: 2.5rem 0;
    color: #eff8f6;
    text-align: center;
    background-color: #0c060b;
    /*border-top: .qe solid #f5e2e1;*/
}

.so a, .so a:hover {
    color: #a694a1!important;
}

.so div {
    margin: 0!important;
}

.sz a {
    background: #a5782a;
    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;
}

.sz a {
    color: #eff8f6;
}

.sz a:hover {
    color: #eff8f6;
    text-decoration: none;
}

.ne li {
    min-height: 60px;
}

.list_contents {
    background: #f4f0f1;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.list_contents li a {
    color: #3e94c4;
}



.cs {
    text-align: center;
    background: #fdf3fb;
}

.cs form {
    margin: 0;
}

/*.list-group-item {
    background: #293e33!important;
}*/

.list-group-item a {
    color: #a694a1!important;
}


.fd a {
    font-size: 12px;
}

.hh {
    max-width: 100%;
}

.hh 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;
}