@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
@media (min-width: 576px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

.body_cosmo {
    padding-top: 100px;
    padding-left: .75rem;
    max-width: 97%;
}

.body_cerulean {
    padding-top: 75px;
    padding-left: .5rem;
    max-width: 96%;
}
.body_darkly {
    padding-top: 95px;
    padding-left: .5rem;
    max-width: 96%
}

.my-start-border-red {
    border-left: 2px solid rgb(255,0,0, .75) !important;
}
.my-start-border-tomato {
    border-left: 2px solid rgb(255, 99, 71, .75) !important;
}
.my-start-border-orange {
    border-left: 2px solid rgb(255, 165, 0, .75) !important;
}
.my-start-border-dodgerblue {
    border-left: 2px solid rgb(30, 144, 255, .75) !important;
}
.my-start-border-mediumseagreen {
    border-left: 2px solid rgb(60, 179, 113, .75) !important;
}
.my-start-border-slateblue {
    border-left: 2px solid rgb(106, 90, 205, .75) !important;
}
.my-start-border-violet {
    border-left: 2px solid rgb(238, 130, 238, .75) !important;
}
.my-start-border-lightseagreen {
    border-left: 2px solid rgb(32, 178, 170, .75) !important;
}
.my-start-border-darkkhaki {
    border-left: 2px solid rgb(189, 183, 107, .75) !important;
}

.editor-toolbar {
    
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.CodeMirror-cursor {
    border-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.CodeMirror, .editor-preview {
    color: lightgray !important;
    /*border-color: lightgray !important;*/
    caret-color: white !important;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.small_icons {
    height: 2.25rem;
    width: 2.25rem;
    padding-bottom: 5px;
}

div > p > img {
    max-width: 75%;
    height: auto;
}

.create_post_img_preview > img {
    max-width: 50%;
    height: auto;
}

.create_community_img_icon_preview > img {
    max-width: 15%;
    height: auto;
}

.create_community_img_banner_preview > img {
    max-width: 50%;
    height: auto;
}

.comment_data_hexbear > p > img {
    max-width: 5%;
    height: auto;
}

.comment_data > p > img {
    max-width: 50%;
    height: auto;
}

.comment_data > p {
    word-break: break-word;
}

.section_banners {
    max-height: 10rem;
    width: auto;
}

.link_green {
    color: rgb(0,180,0);
}
.link_green:visited, .link_green:hover {
    color: rgb(0, 150, 0);
}

.bare_link {
    text-decoration: none;
}

.posting {
    min-width: 100%;
    min-height: 7rem;
    margin-left: 5px;
}

.posting_vote_area {
    min-height: 7rem;
    margin-right: 5px;
}


.posting_info_area {
    min-width: 75%;
}

.thumbnail_container {
    position: relative;
}
.thumbnail_container img svg {
    display: block;
}
.thumbnail_container .bi-globe-americas {
    position: absolute;
    top: 0;
    right: 0;
    color: lightslategray;
    -webkit-text-stroke: 1px lightslategray;
}


.posting_thumbnail {
    object-fit: cover;
    aspect-ratio: 1/1;
    max-height: 5rem;
    max-width: 5rem;
}

.vote_button {
    padding-left: 0px;
    padding-right: 0px;
}

.posting_text_icon {
    height: 5rem;
}

.posting_link_icon {
    height: 5rem;
}

.posting_counts {
    height: 1.75rem;
}

.img_blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}

.fs-7 {
    font-size: .9rem !important;
}
.fs-8 {
    font-size: .8rem !important;
}
.fs-9 {
    font-size: .7rem !important;
}

.navbar-nav {
    padding-left: .5rem;
}


iframe {
    overflow: hidden;
    border: none
}

.navbar .bi {
    margin-right: .25rem;
    font-size: 1rem
}

.navbar-brand {
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: calc(24px - 0.75rem);
    padding-left: .5rem;
}

/*
.navbar_container {
    padding-left: .5rem;
}
*/

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-left: 0rem;
}


/*
#home .navbar,#help .navbar {
    background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%)
}

#home .navbar-brand .nav-link,#help .navbar-brand .nav-link {
    display: inline-block;
    margin-right: -30px
}

#home {
    padding-top: 0
}

#home .btn {
    padding: .5rem .9rem
}
*/
.bs-docs-section {
    margin-top: 4em
}

.bs-docs-section .page-header h1 {
    padding: 2rem 0;
    font-size: 3rem
}

.dropdown-menu.show[aria-labelledby=themes] {
    display: flex;
    flex-wrap: wrap;
    width: 420px
}

.dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
    width: 33.333333%
}

.dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
    width: 100%
}

.bs-component {
    position: relative
}

.bs-component+.bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

.source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
    font-weight: 700
}

.source-button i {
    pointer-events: none
}

.source-button:hover {
    cursor: pointer
}

.bs-component:hover .source-button {
    display: block
}

#source-modal pre {
    max-height: calc(100vh - 11rem)
}

.progress {
    margin-bottom: 10px
}

#footer {
    margin: 5em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    margin-bottom: 0;
    clear: left
}

.splash {
    position: relative;
    padding: 12em 0 6em;
    color: #fff;
    text-align: center;
    background-color: #375ee3;
    background-image: url("../img/splash.svg"),linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
    background-repeat: no-repeat;
    background-size: cover
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em;
    color: #fff
}

.splash #social {
    margin: 2em 0 3em
}

.splash .alert {
    margin: 2em 0;
    border: none
}

.splash .sponsor a {
    color: #fff
}

.section-tout {
    padding: 6em 0 1em;
    text-align: center;
    background-color: #eaf1f1;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.section-tout .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    font-size: 2rem;
    line-height: 1;
    color: rgba(255,255,255,.9);
    background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
    border-radius: 50%
}

.section-tout p {
    margin-bottom: 5em
}

.section-preview {
    padding: 4em 0
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image img {
    width: 100%;
    height: auto
}

.section-preview .preview .options {
    padding: 2em;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.125)
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em
}

.sponsor a {
    text-decoration: none
}

.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}

.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}

.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}

[data-bs-theme=dark] .section-tout {
    background-color: #111
}

[data-bs-theme=dark] .section-preview .preview {
    background-color: #2b3036
}

@media(max-width: 767px) {
    .splash {
        padding-top:8em
    }

    .splash .logo {
        width: 100px
    }

    .splash h1 {
        font-size: 2em
    }

    #banner {
        margin-bottom: 2em;
        text-align: center
    }
}

@media(min-width: 992px) {
    .navbar-transparent {
        background:none !important
    }
}

.bs-component>.btn,.bs-component>.btn-toolbar>.btn-group,.bs-component>.btn-group,#home .section-preview .card .btn-group {
    margin-bottom: .25rem
}
