body {
    font-family: "Noto Serif Khitan Small Script", serif;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background-color: #f0dfdf;
    margin: 0;
    padding: 0;
    width: 100%;
    
}

a {
    text-decoration: none;
}

ol {
    padding-left: 30px;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    /* padding: 20px; */
    padding-bottom: 5px;
    padding-top: 20px;
    text-shadow: #333 1px 1px 1px;   
}
p{
  padding: 5px; 
  font-size: 20px;  
}


.headers {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 20px;
    text-shadow: #333 1px 1px 1px;
}


.span-red {
    /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
    color: rgb(0, 255, 0);
}

.bio{
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-style: italic;
    color: #1c1c1c;
}

.icons-container{
    display: flex;
    align-items: center;
    justify-content: center;

}
.icons {
    width: 24px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.list {
    display: flex;
    padding-bottom: 20px;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}

li:hover {
    color: rgb(255, 0, 140);
}

.art-item {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    position: relative;
    padding: 10px;
    padding-left: 0;
    text-decoration: none;
    color: #000000;
    width: 95%;
}


.art-title {
    font-weight: bold;
    margin-bottom: 5px;
    /* min-width: 20vw; */
    /* width: 40vw; */
    font-size: 18px;
}

.art-mediums {
    margin-bottom: 5px;
}

.date {
    margin-bottom: 5px;
    color: rgb(0, 255, 0);
    font-size: 18px;
    font-weight: 700;
    text-shadow: #333 1px 1px 1px;

}

.art-dashes {
    border-top: 3px dotted #000000;
    margin-top: 0.8em;
    margin-right: 10px;
    width: 100%;
}

.canvas, .page-canvas {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    padding: 0px;
}


.container {
    width: 100%; 
    max-width: 100vw; 
    /* height: 100vh;  */
    display: flex;
    justify-content: center;
    align-items: center;
}
.write-up{
    vertical-align: top;
    align-items: center;
    align-content: center;
}
.banner-img{
    padding-top: 20px;
}
.main-img{
    padding-top: 20px;
    /* width: 100%; */
    align-items: center;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
}
.gallery-top{
    vertical-align: top;
    width: 100%; 
    max-width: 100vw; 
    /* height: 100vh;  */
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: top;
}

.art-title{
    display: flex;
    vertical-align: top;
}
#oksanaImg {
    width: 100%;
    height:auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: #333 1px 1px 1px;
}

#main-img-gallery{
    width: 100%;
    height:auto;
    max-width: 800px;
    max-height: 80%;
    
    box-shadow: #333 1px 1px 1px; 
}

@media screen and (max-width: 768px) {
    .headers {
        font-size: 28px;
      }
    h2{
        font-size: 20px;
    }
    
    p{
        padding-left: 20px; 
        padding-right: 20px;
        font-size: 18px; 
      }
      
}

@media screen and (min-width: 769px) {
   
    p{
        padding-left: 50px; 
        padding-right: 50px; 
      }
      .write-up{
        display: flex;
        flex-direction:row;
        align-items: stretch; /* Align items to the top */
        max-width: 100%;
        align-content: center;
        align-items: top;
        /* padding-left: 30px;
        padding-right: 30px; */
    }
     .column{
        max-width: 50%;
        
     }
}

@media screen and (min-width: 1200px) {
    .write-up{
        display: flex;
        flex-direction:row;
        align-items: stretch; 
        max-width: 100%;
        align-content: center;
        align-items: top;
        padding-left: 8%;
        padding-right: 8%;
    }
     .column{
        text-align: justify;
     } 
}