a {
    text-decoration: underline;
}

a:hover {
    color: #888;
}

img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.single_blog-post-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    box-sizing: border-box;
    overflow: scroll;
    padding-top: 30px;
    position: relative;
}

.single_blog-post-wrapper::-webkit-scrollbar {
    display: none;
}


.single_blog-post-header{
    position: absolute;
    top: 60px;
    left: 0;
    width: 80px;
    max-width: 1900px;
    height: 60px;
    box-sizing: border-box;


    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

    z-index: 100;
}

.single_blog-post_author-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.blog-header_author{
    text-decoration: none;
    text-align: center;
}

.blog-header_author_separator{
    padding-inline: 4px;
}

.single_blog-post-header-button {
    height: 50px;
    width: 50px;
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
    background-color: #0008;
}

.single_blog-post-header-button:hover {
    background-color: #6666;
}

.single_blog-post-header-button > * {
    height: 100%;
    width: 100%;
}

.single_blog-post-footer_left {
    left: 30px;

}
.single_blog-post-footer_right {
    right: 30px;

}

.single_blog-post-footer_left,
.single_blog-post-footer_right{
    position: absolute;
    bottom: 20px;
    height: 60px;
    box-sizing: border-box;



    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;

    z-index: 100;
}


.single_blog-post-footer-button {
    height: 50px;
    width: 50px;
    border: 0px solid;
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
    background-color: #0008;

}
.single_blog-post-footer-button:hover {
    background-color: #6666;
}

.single_blog-post-footer-button > * {
    height: 100%;
    width: 100%;
}

.arrow_up{
    transform: rotate(90deg);
    visibility: hidden;
}


.single_blog-post-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0px 15px 60px 15px;
}

.article-header{
    border-bottom: 1px solid #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.single-blog-post-content-wrapper{
    width: 100%;
}


/* .md code-window formatting ("highlight") */
.highlight {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.highlight > pre {
    overflow-x: auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}

p > code,
li > code {
    line-break: anywhere;
}

code {
    overflow-x: auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 4px;
    background-color: #272822;
}

table {
    width: 100%;
    height: auto;

    display: block;
    overflow-x: auto;

    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 4px;
    /*border: 1px solid #333333;*/
    background-color: #333333;
    border-collapse: collapse;
}


th, td{
    box-sizing: border-box;
    border-bottom: 1px solid #666666;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}


.single_blog-post-content img:hover  {
    opacity: 0.8;
}


.aqn {
    color: black;
}
.aqn *{
    color: black;
}



/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding-top: 10%; /* Location of the box */

    top: 0;
    width: 100%; /* Full width */
    max-width: 1920px;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    overflow-y: auto;
}

/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.3s;
    animation-name: zoom;
    animation-duration: 0.3s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.zoom-viewer-image-shell-close-span {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.zoom-viewer-image-shell-close-span:hover,
.zoom-viewer-image-shell-close-span:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



@media only screen and (max-width: 801px){
    .fixed-soc-med-dock {
        visibility: hidden;
    }
}

@media (min-width: 801px) {
    .single_blog-post-header-button_top {
        display: flex;
    }

    .single_blog-post-footer_left {
        display: none;
    }

}

@media (max-width: 800px) {
    .single_blog-post-header-button_top {
        display: none;
    }

    .single_blog-post-footer_left {
        display: flex;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .article-header{
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
    }
}
