/* 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: #030609!important
}

main a {
    color: #F8292C;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

/*.main-wrapper {
    background: #fff;
    margin: 20px 0;
    border-radius: 30px;
}*/

.header_bg {
    background: rgb(2,5,8);
    background: linear-gradient(180deg, rgba(2,5,8,1) 0%, rgba(3,5,8,1) 53%, rgb(83, 3, 12) 100%);
}
.header_bg .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-toggler {display:none;}

.navbar-brand, .navbar-brand a, .navbar-brand a:hover {
    color: #fff!important;
    /*text-shadow: 0px 0px 10px rgba(0,207,166,1);*/
    font-weight: bold;
    font-size: 1.5rem!important;
}



.navbar-nav {
    margin: 0 auto;
    color: #fff!important;
    font-weight: bold;
}

.btn-sign-in {
    background: #ece808!important;
    color: #000!important;
    border-color: transparent!important;
    font-weight: 700!important;
    box-shadow: 2px 2px 0 0 #664c00;
}

.btn-sign-in:hover {
    background: #c59306!important;
    color: #000!important;
}

.btn-sign-up {
    background: #f80e13!important;
    animation: pulse-ab99f0a7 1.5s ease-in infinite;
        -webkit-animation: pulse-ab99f0a7 1.5s ease-in infinite;
        box-shadow: 0 0 rgba(255, 0, 4, .85);
    color: #fff!important;
    border-color: transparent!important;
    font-weight: 700!important;
    box-shadow: 2px 2px 0 0 #740103;

}

.btn-sign-up:hover {
    background: #d8080b!important;
    color: #000!important;
}

.btn-head {
    color: #fff !important;
    background-color: #AC6E2F !important;
    border-color: #AC6E2F !important;
}

/*.content-block {
    background: #0b304b;
}*/

.content-block a, .content-block a:hover {
    color: #f5b95f;
}

.text-primary {
    color: #ffbe3c!important;
}

.card-title a {
    color: #AC6E2F !important;
}

.sidebar-title {
    border-bottom: 2px solid #FFBD00;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}

.bd-placeholder-img {
    width: 100%;
    height: auto;
}

.footer {
    padding: 2.5rem 0;
    color: #000;
    text-align: center;
    background: rgb(2,5,8);
    background: linear-gradient(0deg, rgba(2,5,8,1) 0%, rgba(3,5,8,1) 53%, rgba(43,9,13,1) 100%);
}

.footer a, .footer a:hover {
    color: #fff!important;
}

.footer div {
    margin: 0!important;
}

.tags a {
    background: #AC6E2F;
    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;
}

.tags a {
    color: #fff;
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
}

.recent-posts li {
    min-height: 60px;
}

.list_contents {
    background: #1e262f;
    /*box-shadow: 0 0.4rem 1.6rem #BC46C1;*/
    padding: 10px 0 10px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid rgba(241, 244, 248, .08);
}

.list_contents li {
    list-style-type: decimal;
    color: #fff;
}

.list_contents li a {
    color: #fff;
    text-shadow: 0 0 24px rgba(255, 255, 255, .48);
}


.sidebar {
    background: #030609;
}

.sidebar {
    text-align: center;
}

.sidebar form {
    margin: 0;
}

.sidebar-top li {
    background: rgb(2,5,8);
    background: linear-gradient(180deg, rgba(2,5,8,1) 0%, rgba(3,5,8,1) 53%, rgba(43,9,13,1) 100%);
}

.sidebar-top li {
    color: #f80e13;
}

.sidebar-top li a {
    color: #ecb108!important;
}

.sidebar-widget-btn a{
    background: #0d1826;
    color: #fff!important;
    border-color: transparent!important;
    font-weight: 700!important;

}

.widget-sidebar {
    background: #171819;
    margin-top: 30px;
}

.sidebar-widget-btn a:hover {
    background-color: #14273e!important;
    color: #EFEFEF!important;
    text-shadow: 0 0 24px rgba(255, 255, 255, .48);
    border: 1px solid rgba(241, 244, 248, .08);
}

.widget-tags a {
    font-size: 12px;
}

.blog-post {
    max-width: 100%;
}

.blog-post img {
    height: auto;
    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;
}