/*https://coolors.co/palette/ff801f-ff9e1f-ffd899-bc87e8-2a0052*/

body {
    background: #2d0057;
    background: linear-gradient(37deg,rgba(45, 0, 87, 1) 0%, rgba(60, 0, 69, 1) 100%);
    font-family: Arial;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    align-content: center;
    align-items: center;
    text-align: center;

}
/*h1 {*/
/*    color: #fbffc7;*/
/*}*/

img {
    border-style: outset;
    border-color: #FF9E1F;
    border-width: thick;
}

.text {
    color: #FFD899;
}

nav {
    color: #FFD899;
    margin-bottom: 20px;
}

a {
    color: #FFD899;
}
a:hover {
    color: #FF801F;
}

a.current {
    color:#FF9E1F;
    font-weight: bold;
}

.img_desc{
    color:#FF9E1F;
}

h1 {
    font-weight: bolder;
    font-size: xxx-large;
}
h2 {
    font-weight: bold;
}


.blog_list_page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    width: 100%;
}

.blog_list_page_thumbnail {
    position: absolute;
    right: 10rem;      /* distance from the right edge */
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
}
.thumbnail_wrapper {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.thumbnail_wrapper img {
    width: 250px;
    height: 187px;
    object-fit: cover;      /* Crop to fill */
    object-position: center; /* Center the crop */
    display: block;
}

.blog-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    border-style: outset;
    border-color: #FF9E1F;
    border-width: thick;
    background: #001a6e;
    background: linear-gradient(37deg, rgba(0, 20, 80, 1) 0%, rgba(61, 0, 99, 1) 100%);

    /* Keeps it away from screen edges */
    width: calc(100% - 40px);
    box-sizing: border-box;
}

.blog-content {
    color: #ddd;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}



.blog-content img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 20px;
}

.blog-content ul,
.blog-content ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 20px auto;
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
    color: #FFD899;
}

.blog-content a {
    color: #66ccff;
}

.blog-content hr {
    border: none;
    border-top: 1px solid #555;
}







.art-box {
    max-width: 90%;
    margin: 40px auto;
    padding: 30px;
    border-style: outset;
    border-color: #FF9E1F;
    border-width: thick;
    background: #001a6e;
    background: linear-gradient(37deg, rgba(0, 20, 80, 1) 0%, rgba(61, 0, 99, 1) 100%);

    /* Keeps it away from screen edges */
    width: calc(100% - 40px);
    box-sizing: border-box;
}

.art-content {
    color: #ddd;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}



.art-content img {
    max-width: 50%;
    height: auto;
    /*display: block;*/
    margin: 20px;
}

.art-content ul,
.art-content ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 20px auto;
}

.art-content h1,
.art-content h2,
.art-content h3 {
    color: #FFD899;
}

.art-content a {
    color: #66ccff;
}

.art-content hr {
    border: none;
    border-top: 1px solid #555;
}