body {
    width: 100vw;
    height: 100vh;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #3255A4;
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: 400;
    overflow-x: hidden;
}

footer{
    height: 10vh ;
    border-top: solid;
    border-width: 1px;
    border-color: #BB8B41;
}

.top-contents {
    display: flex;
    color: #3255A4;
    background-image: url('./photos/bg_pink-01.png');
    background-size: cover;
    flex-direction: column;    
}

.contents-intro {
    align-content: space-around;
    flex-direction: row;
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
    display: flex;
    max-width: 100vw;
    padding: 20px;
}

.contents-title {
    font-family: 'Overpass', sans-serif;
    min-width: 30vw;
    color: #BB8B41;
    font-size: 1.3rem;
    line-height: 1.4em;
    position: relative;
    font-weight:500;
    padding-bottom: 40px;
    padding: 10px;
}

.contents-sub {
    align-content: space-around;
    flex-direction: row;
    display: flex;
    padding: 10px;
    padding-right: 20px;
   
}

div .short, .time, .venue {
    padding-right: 30px;
}

.contents-about {
    display: flex;
    flex-direction: row;
    padding: 20px;
  /*  padding-right: 33px;*/
    max-width: 100vw;
    align-content: space-between;
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
    border-top: solid;
    border-width: 1px;
    border-color: #BB8B41;
}

.social {
    min-width: 30vw;
    padding-bottom: 40px;
    padding: 10px;
}

.exhibition-description{
    border:solid;
    border-width: 1px;
    border-color: #BB8B41;
    margin: 10px;
    padding: 10px;
    background-color: white;
}

.contents-poster {
    border-top: solid;
    border-width: 1px;
    border-color: #BB8B41;
    padding: 0px;
    margin: 0px;
}

.contents-poster img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;

}

.split {
    width: 100vw;
    display: flex;
    flex-direction: row;

}

.half-1 {
    width: 50vw;
    border: 1px solid #BB8B41;
    border-left: none;
    border-bottom: none;
}

.half-2 {
    width: 50vw;
    border: 1px solid #BB8B41;
    border-left: none;
    border-right: none;
    border-bottom: none;
}



.scroll-container-1 {
    height: 1000px;
    border-top: 1px solid #BB8B41;
 
    overflow: scroll;
}

.scroll-container-2 {
    height: 1000px;
    border-top: 1px solid #BB8B41;
    overflow: scroll;
}

h1 {
    font-family: 'Overpass', sans-serif;
    color: #BB8B41;
    font-size: 1.3rem;
    padding-left: 10px;
    position: relative;
    padding: 30px;
    font-weight: 300;

}


h2.title-name {
    font-family: 'Overpass', sans-serif;
    font-size: 1rem;
    line-height: 1.4em;
    position: relative;
    font-weight: 500;
    /*pointer-events: none;*/
}

.container-essay {
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
}

.container-artwork {
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
    padding:10px;
}

.essay-bg {
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
   /* background-image: url('./photos/bg_gold-01.png');*/
    background-size:cover;
    height:max-content;
}

.artwork-bg {
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
   /* background-image: url('./photos/bg_pink-01.png');*/
    background-size:cover;
    height:max-content;
}

.essay-page{
    display: flex;
    flex-direction: row;
    color: #3255A4;
    margin: 30px;
    padding: 30px;
    border-color: #BB8B41;
    border-style: solid;
    border-width: 1px;
    position: relative;
    background-color: white;
}

.essay-page h2{
    min-width: 28vw;
    padding:10px;
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
    font-size: 1.3rem;
    line-height: 1.4em;
    position: relative;
    font-weight: 500;
}


.contents{
    padding:30px;

}


.essay-content{
  padding: 10px; 
   
}

.essay-content-intro{
    font-family: 'Overpass', sans-serif;
    padding:20px;
    padding-top:0px;
}

.essay {
    color: #3255A4;
    margin-top:30px;
    margin-bottom: 30px;
    padding: 0px;
    border-color: #BB8B41;
    border-style: solid;
    border-width: 1px;
    position: relative;
    background-color: white;
}

.title-name{
    padding:20px;
}

.essay-link:hover{
    color: #BB8B41;
    display: block;
    transition: 0.4s ease;
}

.essay-content-top{
    padding-bottom: 20px;
    padding-top: 20px;
}

.references{
    border-top: 1px solid #BB8B41; 
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 20px;
    overflow-wrap:break-word;
}

.essay-photo{
    width:100%;
}

.artwork {
    color: #3255A4;
    margin: 30px;
    padding: 20px;
    border-color: #BB8B41;
    border-style: solid;
    border-width: 1px;
    position: relative;
}

.artwork-page{
    display: flex;
    flex-direction: row;
    color: #3255A4;
    margin: 30px;
    padding: 20px;
    border-color: #BB8B41;
    border-style: solid;
    border-width: 1px;
    position: relative;
    background-color: white;
}

.artwork-page h2{
    min-width: 30vw;
    padding:10px;
    font-family: 'Overpass', sans-serif;
    color: #3255A4;
    font-size: 1.3rem;
    line-height: 1.4em;
    position: relative;
    font-weight: 600;
}

.artwork-content{
    padding:20px;
}

.artwork img {
    width: 100%;
    height: 100%;
}

.work_image img {
    object-fit: contain;
}

.before-name {
    color: #BB8B41;
}


.hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 100;
    display: none;
    pointer-events: none;
}



.social-link:hover {
    color: #BB8B41;
    transition: 0.4s ease;
}


a:link {
    text-decoration: none;
    color: #3255A4;  
}

.title-link:hover{
        color: #BB8B41;
        transition: 0.4s ease;
}

a:visited {
    text-decoration: none;
    color: #3255A4;
}

a:active {
    text-decoration: none;
}

footer{
    background-image: url('./photos/bg_pink-01.png');
    background-size:auto;
    background-position: bottom;
  
}


@media screen and (max-width: 800px) {

    h1{
        font-family: 'Overpass', sans-serif;
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    .contents-sub{
        flex-direction: column;
    }

    .contents-intro {
        flex-direction: column;
    }

    .contents-about {
        flex-direction: column;
    }

    .social {
        padding-bottom: 40px;
    }

    .container {
        flex-direction: column;
    }

    .half {
        width: 100%;
    }

    .essay-page{
        display: flex;
        flex-direction: column;
        color: #3255A4;
        margin: 30px;
        padding: 20px;
        border-color: #BB8B41;
        border-style: solid;
        border-width: 1px;
        position: relative;
        background-color: white;
    }

}


.container-artwork .artwork {
    background-color: white;
    color: #3255A4;
    margin: 10px;
    margin-top: 10px;
    padding: 10px;
    border-color: #BB8B41;
    border-style: solid;
    border-width: 1px;
    pointer-events: none;
}


@media screen and (max-width: 500px) {

    .essay .essay-content-intro {
        display: none;
    }

    h1{
        font-family: 'Overpass', sans-serif;
        font-size: 1.15rem;
        line-height: 1.4em;
        font-weight: 400;


    }


   h2.title-name {
        font-family: 'Overpass', sans-serif;
        font-size: 0.8rem;
        line-height: 1.4em;
        position: relative;
        font-weight: 500;
        /*pointer-events: none;*/
    }


    .essay-page h2.title-name {
        font-family: 'Overpass', sans-serif;
        font-size: 1.15rem;
        line-height: 1.4em;
        position: relative;
        font-weight: 500;
        /*pointer-events: none;*/
    }

    .artwork-page h2.title-name {
        font-family: 'Overpass', sans-serif;
        font-size: 1.15rem;
        line-height: 1.4em;
        position: relative;
        font-weight: 500;
        /*pointer-events: none;*/
    }
}



@media screen and (max-width: 350px) {


    h1{
        font-family: 'Overpass', sans-serif;
        font-size: 0.95rem;
        line-height: 1.4em;
        font-weight: 400;
    }

    h2.title-name {
        padding:10px;
    }

}