h1 {
    font-family: 'Beth Ellen',cursive;
}


body {
    background-color:#101010;
    font-family : 'Crimson Text', serif;
}

.background {
    background-color: rgb(95 80 72);
    background-size: auto;
    background-image: url("/static/bgkraftdr.cb64720b4706.webp");
    padding-bottom:4.5em;
}

.main-container {
    background-color: white;
}

.menu-bar {
    background-color: rgb(0, 0, 0);
    color:white;

}

.main-content {
    border:1px solid black;
    border-top:none;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}

.header {
    height:250px;
    background-color: darkgray;
    background-image: url("/static/gote2.edfaea7becc3.webp");
    background-position: center;
    background-size: cover;
}

.footer {
    height:3em;
    color:rgb(170, 170, 170);
    font-size:small;
}

.menu-bar a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: white;
    font-weight:bold;
    transition: all .15s ease-out;
}

.menu-bar a:hover {
    color: rgb(139, 83, 223);
}

a {
    color: #8b52d0;
    transition: .15s ease-out color;
    text-decoration: none;
}

a:hover {
    color: #d0ae52
}

.footer {
    color: gray;
}

.footer a {
    color: rgb(255, 227, 175);
}

table.table {
    font-size: small;
    width:100%;
}

table.table i {
    color:#ccc;
}

table.table th {
    padding-left:6px;
    font-family: 'Roboto', sans-serif;
    color:white;
    background-color: black;
    font-size:small;
    padding-right:1em;
}

table.table td {
    border:1px solid #ccc;
    padding:6px 3px;
    border-left:none;
    border-right:none;
    padding-right:1em;
}

.sold img {
    filter: grayscale(1);
}

.sold::after {
    content: 'SOLD';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-family: 'Crimson Text';
    font-weight: 600;
    font-size: 56px;
    text-shadow: 0 0 2px BLACK;
}

hr {
    display:block;
    width:90%;
    margin-left:5%;
    background-image: url("/static/separator1.a175cee7d18b.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2em;
    opacity: .4;
    border:none;
    margin-top:1em;
    margin-bottom: 1.5em;
}

.title {
    font-size:8em;
    color:white;
    font-family: 'Beth Ellen',cursive;
    text-shadow: 0px 0px 4px black;

}

h2 {
    font-family: 'Beth Ellen', cursive;
}
h2>a {
    color: black;
}
.lead {
    color: #898989 !important;
} 

.pagination {
    font-size:large;
}

.image-container {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
    margin: 1.5rem;
    min-width:220px;
}

.image-container>a>img {
    object-fit: cover;
    object-position: 50% 20%;
    height: 220px;
    width: 100%;
}

.image-container-large {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
    margin: 1.5rem;
    /*max-width:750px;*/
    width: fit-content;
}

.image-container-large>a {
    display:block;
}

.image-container-large>a>img {
    max-width: 750px;
    width:100%;
    max-height: 750px;
}

.image-container>span {
    display:block;
    padding: .3rem;
}

.image-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}


button,.btn {
    background-color: black;
    color:white;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    padding:12px;
    border:none;
}


textarea {
    border-radius: 8px;
    padding: 8px;
}

input {
    border-radius: 8px;
    padding: 8px;
    border:none;
}

label {
    font-weight: bold;
    padding-top: 1rem;
}

@media (min-width : 1400px) {
    .container-md {
        /*max-width:1140px !important;*/
        max-width:960px !important;
    }
}

@media (min-width : 1200px) {
    .container-md {
        max-width:960px !important;
    }
}

@media (min-width : 992px) {
    .container-md {
        max-width:960px !important;
    }
}

.comment-author {
    font-family: 'Beth Ellen', cursive;
    font-size:large;
}

.comment-content {
    margin-left: 90px;
    padding: 8px;
}

.comment-body {
        padding-top:1rem;
    }

.comment-date {
    color: gray;
    padding-left: 1rem;
}

.comment-image>img {
    border-radius: 8px;
    border: 1px solid rgb(87, 87, 87);
    box-shadow: 1px 1px 2px rgba(0,0,0,.35);
}

@media (max-width: 768px ) {
    .header {
        height:200px;
    }

    .menu-bar a {
        border-bottom:1px solid gray;
        display:block;
        padding-top:5px;
        padding-bottom:5px;

    }

    .main-content{
        border: none;
    }

    .main-container {
        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    .background {
        padding-bottom: 0;
    }

    .title {
        font-size: 5em;
    }

    .comment-content {
        margin-left: 10px;
    }

    .comment-image>img {
        width:50px;
        height: 50px;
        margin-left:20px;
        margin-top:10px;
    }

    .comment-author {
        padding-left:50px;
    }

    .comment-date {
        display:block;
        padding-left: 50px;
    }
}

hr.sm {
    width: 50%;
    margin-left: 25%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    background-image: url("/static/separator5.765aaf162a9b.png");
    /* height: 1em; */
    opacity: .3;
}


.image-container {
    box-shadow: none;
    font-family: 'Beth Ellen',cursive;
    background-color: black;
    color:rgb(211, 211, 211) !important;
    border-radius: 4px;
    margin: 8px;
}

@media (min-width : 768px) {
    .image-container {
        padding : 8px;
    }
}

.rating-explicit {
    display:none;
}

.show-explicit .rating-explicit {
    display: block !important;
}