body {
        background-image: url("/misc/static/sky1.jpg");
}

#tag_container {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 20px 10px 50px 0;
        height: fit-content;
        padding: 10px 0 10px 0;
        color: white;
}

.gallery_container {
        margin: 20px 0 20px 0;
        padding: 5px 0 5px 0;
        flex:1;
}

.entry_container {
        display: flex;
        margin: 5px 10px 80px 10px;
        border: 2px solid var(--gray);
        border-radius: 3px;
        background: var(--gray-light);
        color: var(--text-dark);
        flex-direction: column;
}

.entry_container:hover{
        background: var(--gray);
        box-shadow: 0 1px 5px 0 var(--gray-light);
        cursor: pointer;
}

.entry_title {
        font-family:'Bitter', 'Open Sans';
        margin: 5px 3px 3px 3px;
        pointer-events: none;
}

.entry_date {
        pointer-events: none;
        font-size: 13px;
        color: var(--gray-darker);
        margin: 0 3px 0 3px;
}

.filter_main {
        font-family:'Bitter', 'Open Sans'; 
        margin: 0 10px 0 13px;
        font-weight: 600;
        font-size: 18px;
}

.filter_date {
        width: fit-content;
}

.filter_controls {
        display: flex;
}

.filter_controls button {
        flex: 1;
}

.page_nav_buttons {
        height: 20px;
        width: 20px;
        border: none;
        background:none;
        cursor: pointer;
        border-radius: 5px;
        margin: 0 10px 0 10px;
}

.page_nav_buttons img {
        object-fit: contain;
        width:100%;
}

#filter_expand:hover {
        cursor: pointer;
}

.filter_background {
        padding: 10px;
        margin: 20px 0 0 0;
        display: flex;
        align-items: center;
}

.filter_expand {
        margin: 0 20px 0 0;
}

.filter_action {
        padding: 5px;
        margin: 0 5px 0 5px;
}

.about_row {
        width: 70%;
        padding: 5px;
        margin: 10px 0 10px auto;
        display: flex;
        flex-direction: row;
        cursor: pointer;
        position: relative;
}

.category_header {
        width: 100%;
        font-family:'Bitter', 'Open Sans'; 
        font-weight: 500;
        font-size: 16px;
        padding: 8px;
        cursor: pointer;
        border-bottom: 1px solid rgb(255,255,255,0.3);
}

.category_tags {
        margin: 0 0 10px 0;
        padding: 10px;
}

.category_row {
        margin-bottom: 5px;
}

.category_date {
        display: flex;
        flex-direction: column;
}


.back_button {
        height: 25px;
        width: 25px;
}

.main_img_container {
        display: flex;
        justify-content: center;
        background: var(--gray);
        align-items: center;
        width: 100%;
        padding: 40px 0 40px 0;
}

.main_img_container img {
        object-fit: contain;
        max-height: 900px;
        max-width: 800px;
}

.no-scroll {
        overflow: hidden;
        height: 100%;
}

.meta {
        max-width: 750px;
        width: 100%;
        background: #fff;
        margin: 0 auto 150px auto;
}

.gallery_borders {
        box-shadow: 8px 0 6px -8px rgba(0, 0, 0, 0.2), -8px 0 6px -8px rgba(0, 0, 0, 0.2);
        background: #fff;
}

.main_img_title {
        font-size: 32px;
        font-family: "Bitter", "Open Sans", sans-serif;
        font-weight: 500;
        overflow-wrap: anywhere;       
}

.next_img {
        margin-right: 20px;
        height: 100px;
        width: 50px;
        background: none;
        border-width: 0;
        background-image: url('/misc/icons/next_img.png?v=2');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

}

.back_button {
        height: 30px;
        width: 30px;
        background: none;
        border-width: 0;
        background-image: url('/misc/icons/cancel.png?v=0');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.left {
        transform: scaleX(-1);
        margin-left: 20px;
}

.next_img:hover {
        cursor: pointer;
}

.img_meta {
        display: flex;
        flex-direction: row;
        padding: 10px 0 10px 0;
        border-style: solid;
        border-color: var(--gray);
        border-width: 2px 0 0 0;
}

.bottom_border {
        width: 100%;
        border-style: solid;
        border-color: var(--gray);
        border-width: 0 0 2px 0;
}

.data_col1 {
        width: 30%;
        font-size: 16px;
        font-weight: 700;
        overflow-wrap: anywhere;       
}

.data_col2 {
        width: 80%;
        overflow-wrap: anywhere;       
}

.col1, .col2 {
        margin: 0;
}

.tools_section{
        margin-bottom: 20px;
        color: white;
}

.tools_section img {
        object-fit: contain;
        width: 100%;
}

.align_center {
        display: flex;
        justify-content: center;
}

#main_img_wrapper {
        background: var(--gray-light);
        position: absolute;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 100;
}

#pattern_layer {
        display: flex;
        flex: 1;
        background-repeat: repeat;
}

#clickable_area {
        display: flex;
        flex: 1;
        z-index: 1;
}
