
* {
    padding: 0;
    margin: 0;
    border: 0;
}

html, body {
    width:100%;
    height:100%;
    font-family: 'Noto Sans TC', sans-serif;
    background-color: black;
}

.frame {
    width: 100%; 
    height: 100%;
    position: fixed;
    top: -100%;
    left: -100%;
}

#splashpage {
    background: grey url("img/rbg2.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left bottom;
}

h1 {    
    font-family: 'Bree Serrif', sans-serif;
    color: white;
    font-size: 2.5em;
    position: fixed;
    top: 45%;
}

@media screen and (min-width: 500px){
    h1 {
        font-size: 8vw;
    }
}

#title2 {
    top: 56%;
}

#biotext {
    z-index: 11;
    color: white;
    background-color: grey;
    opacity: .75;
    font-size: 0.9em;
    height: 50%;
}

#statement {
    z-index: 11;
    color: white;
    background-color: grey;
    opacity: .75;
    font-size: 0.9em;
    height: 50%;
}

#artist {
    z-index: 11;
    color: white;
    background-color: grey;
    opacity: .75;
    font-size: 0.9em;
    height: 50%;
}

#retext {
    z-index: 11;
    color: white;
    background-color: grey;
    opacity: .75;
    font-size: 0.9em;
    height: 50%;
        padding-left: 25px;
}

#refbody {
    font-size: 1.5em;
    padding-left: 25px;
}

    a:link {
      color: white; 
      background-color: transparent; 
      text-decoration: none;
    }

    a:visited {
      color: white;
      background-color: transparent;
      text-decoration: none;
    }

    a:hover {
      color: red;
      background-color: transparent;
      text-decoration: underline;
    }

    a:active {
      color: red;
      background-color: transparent;
      text-decoration: underline;
    }

#biopicture {
    background: grey url("img/rbg6.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    z-index: 10;
    height: 100%;
}

h2, p {
    z-index: 10;
    margin: 15px;
}

h2 {
    font-size: 6.5vw;
}

h2 span {
    color: black;
}

#biotext p {
    font-size: 1em;
}

@media screen and (min-width: 550px) {
    #biotext p {
        font-size: 1.5em;
        margin: 25px 20px;
    }
}

@media screen and (min-width: 950px) {  
    #biotext p {
        font-size: 2em;
    }
}

@media screen and (min-width: 1400px) {
    h2 {
        margin: 3% 1%;
    }
    
    #biotext p {
        margin: 3% 1%;
    }
}

#herstory {
    background: black url("img/rbg.jpg") no-repeat;
    background-size: contain;
    background-position:  center;
    background-attachment: fixed;
    z-index: 5;
}

#hercontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    margin: 0;
    font-size: 0.7em;
    overflow: hidden;
}

@media screen and (min-width: 550px) {
    #hercontainer {
        font-size: 1em;
    }
}

@media screen and (min-width: 750px) {
    #hercontainer {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1000px) {
    #hercontainer {
        font-size: 1.5em;
    }
}

#hertext1, #hertext2 {
    position: absolute; 
    top: 50%;
    transform: translate(0, -50%);
    box-sizing: border-box;
    padding: 5% 3%;   
    margin: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

#becauseshe {
    background: #ff0000 url("img/rbg3.jpg") no-repeat;
    top: 0; 
    left: 0;
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
}

#hername, #hertext {
    background-color: rgba(125, 125, 125, 0.8);
    color: white;
    text-align: right;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

#hername {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 2.5em;
    margin-right: 5%;
}

#hertext {
    position: absolute; 
    bottom: 5%;
    right: 5%;
    width: 85%;
    font-size: 0.9em;
}

@media screen and (min-width: 700px) {
    #hertext {
        width: 40%;
        font-size: 1em;
    }
}


#ruth {
    background: black url("img/bio.jpg") no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
}

#ruthname, #ruthtext {
    background-color: rgba(80,220,100, 0.9);
    opacity: .65;
    padding: 10px;
    margin: 0;
}

#ruthname {
    position: absolute;
    top: 5%;
    font-size: 2.5em;
}

#ruthtext {
    position: absolute;
    bottom: 5%;
    width: 85%;
}

@media screen and (min-width: 700px){
    #ruthtext {
        width: 60%;
    }
}

@media screen and (min-width: 1100px) {
    #ruthname, #hername {
        font-size: 5em;
    }
    
    #ruthtext, #hertext {
        font-size: 1.5em;
        width: 40%;
    }
}
footer {
    font-size: 1.5em;
    color: white;
        clear:both;
        position: relative;
         bottom:10px;
         left:570px;
    }