:root {
    --primary: #c86be3;
    --secondary: #2f51bb;
    --cyan: #38c0d1;
    --white: #ffffff;
    --black: #000000
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Roboto', sans-serif !important;
}

header {
    background: rgb(48, 69, 120);
    background: linear-gradient(90deg, var(--secondary) 60%, var(--primary) 100%);
}

main a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

main a:hover {
    color: var(--secondary);
}

.social-link svg {
    max-width: 2rem;
}

.main-news .category {
    font-weight: 700;
    color: var(--cyan);
}



.left-news .h4 {
    font-weight: 700;
    color: var(--cyan);
}

.left-news .h4:hover {
    color: var(--secondary);
}

.left-news .category {
    font-weight: 700;
    color: var(--secondary);
}

.carousel-item {
    position: relative;
}

.carousel-caption {
    padding-bottom: 0.25rem;
}

.carousel-indicators {
    margin-bottom: 0.25rem;
}

.black-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.news-media-grid-item-content .h4 {
    font-weight: 700;
    color: var(--cyan);
}

.news-media-grid-item-content .h4:hover {
    font-weight: 700;
    color: var(--secondary);
}

.text-cyan {
    color: var(--cyan);
}

.text-local-secondary {
    color: var(--secondary);
}

.bg-local-secondary {
    background-color: var(--secondary);
}

footer {
    background: rgb(48, 69, 120);
    background: linear-gradient(90deg, var(--secondary) 60%, var(--primary) 100%);
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn-menu svg {
    max-width: 2rem;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: var(--secondary);
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--white);
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.main-news .child {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: #081a7d !important;
}

.child svg {
    width: 2rem;
}

.img-circle {
    border-radius: 50%;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.section-title {
    color: var(--secondary);
    font-weight: 700;
}

#post-detail>figure,
#post-detail>figure>img {
    width: 100% !important;
    height: auto;
}

#post-detail>figure>figcaption{
    border-bottom: solid 1px #e0e0e0;
    font-size: 0.888em;
    margin-top: 0.444rem;
    padding-bottom: 0.555em;
    text-align: left;
}

#post-detail>figure>figcaption {
    color: #757575;
}