@charset "utf-8";
/*about me*/

@media screen and (min-width: 481px){

body{
    background-image: url(../gallery/sakura_yoko.jpg);
    background-attachment:fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0%;
}

img{
    opacity: 0.5;
}
.header{
    font-family: sans-serif;
    text-align: end;
    background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
    color: navy;
    font-size: 30px;
}
.heading{

    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 10px;
    margin-bottom: 20px;
    color:  saddlebrown;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color:pink;
    
}

.self{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color:maroon;
    text-align: center;
    background-blend-mode:luminosity;
    margin-bottom: 30px;

}

summary{
    list-style: none;
    cursor: pointer;
    outline: none;
}

/*details summary::webkit-details-marker{
    display: none;
}

details summary::before{
    content:'●';
    color: brown;
}*/

details summary{
    background-color: lightgoldenrodyellow;
    text-align: center;
    
}

details[open] .content {
    animation: fadeIn 2.0s ease-in-out;
  }

  @keyframes fadeIn {
    0% {
    opacity: 0; 
    transform: translateX(+100px); 
    }
}

.academic-box { 
    margin: auto;
    margin-bottom: 30px;
    padding: 15px 15px;
    width: 700px;
    border-radius: 20px;
    background-color: white;
}
.hobby-box { 
    margin:auto;
    margin-bottom: 30px;
    padding: 15px 15px;
    width: 700px;
    border-radius: 20px;
    background-color: white;
}
.skill-box{ 
    margin:auto;
    margin-bottom: 30px;
    padding: 15px 15px;
    width: 700px;
    border-radius: 20px;
    background-color: white;
} 
.advantage-box { 
    margin: auto;
    margin-bottom: 30px;
    padding: 15px 15px;
    width: 700px;
    border-radius: 20px;
    background-color: white;
}
.disadvantge-box{ 
    margin:auto;
    margin-bottom: 30px;
    padding: 15px 20px;
    padding: 15px 15px;
    width: 700px;
    border-radius: 20px;
    background-color: white;
}

.h3{
    margin-bottom: 36px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: brown;
    text-align: center;
    text-decoration-line: underline;
}

.desc{
    color:#b22222;
    font-size: 16px;
    text-align: left;
    text-decoration-line: none;

}

.back-top{
    width: 150px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

/*.page-footer{
    display: block;
    background-color: cornsilk;
    margin: auto;
    margin-bottom: 35px;
    color: coral;
    font-size: 12px;
    text-align: center;
    }*/
}

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

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

    body{
        background-image: url(../gallery/sakura-tate.jpg);
        background-repeat: no-repeat;
        padding: 0%;
        text-align: center;
        
    }

    .header{
        font-family: sans-serif;
        text-align: end;
        background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
        color: navy;
        font-size: 15px;
    }
    .heading{
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 40px;
        max-width: 100%;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: darksalmon;
        text-decoration: underline;
        text-align: center;
    }

    
    .self{
        font-size: 20px;
        font-family: 'Courier New', Courier, monospace;
        color:maroon;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    summary{
        flex-direction: column;
        list-style: none;
        cursor: pointer;
        outline: none;
        align-items: center;
        text-align: center;

    }
    
    /*details summary::webkit-details-marker{
        display: none;
    }
    details summary::before{
        content:'●';
        color: brown;
    }*/
    
    
    details summary{
        background-color: lightgoldenrodyellow;
        text-align: center;
        
    }
    
    details[open] .content {
        animation: fadeIn 2.0s ease-in-out;
      }
    
      @keyframes fadeIn {
        0% {
        opacity: 0; 
        transform: translateX(+100px); 
        }
    }
    
    .academic-box { 
        margin: auto;
        margin-bottom: 27px;
        padding: 15px 15px;
        max-width: 100%;
        border-radius: 20px;
        background-color: white;
    }
    .hobby-box { 
        margin:auto;
        margin-bottom: 27px;
        padding: 15px 15px;
        max-width: 100%; 
        border-radius: 20px;
        background-color: white;
    }
    .skill-box{ 
        margin:auto;
        margin-bottom: 27px;
        padding: 15px 15px;
        max-width: 100%;
        border-radius: 20px;
        background-color: white;
    } 
    .advantage-box { 
        margin: auto;
        margin-bottom: 27px;
        padding: 15px 15px;
        max-width: 100%;
        border-radius: 20px;
        background-color: white;
    }
    .disadvantge-box{ 
        margin:auto;
        margin-bottom: 27px;
        padding: 15px 15px;
        max-width: 100%;
        border-radius: 20px;
        background-color: white;
    }
    
    .h3{
        margin-bottom: 36px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: brown;
        text-align: center;
        text-decoration-line: underline;
        align-items: center;
    }
    
    .desc{
        color:#b22222;
        font-size: 12px;
        text-align: left;
        text-decoration-line: none;
        padding-left: 5px;
        padding-right: 5px;
    
    }
    
    .back-top{
        width: 150px;
        margin: auto;
        box-sizing: border-box;
        border-radius: 4px;
        background-image: linear-gradient(90deg, rgba(210, 153, 194, 1), rgba(255, 247, 194, 1));
            font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    
}