*{  
padding: 0;
margin:0;
box-sizing: border-box; 
}

#wrapper {
    clear: both;
    width: 82%;
    background-color: #ffffff;
    margin:0 auto;
}

body{
    font-size: .95em;
    font-family: 'Garamond','Hoefler Text','Times New Roman',serif;
    background-color: #000;
    min-width: 65em;
  }

ul{
    list-style: none;
    text-align: center;
    font-family: 'Poiret One', 'Quicksand','Oxygen', 'Calibri',sans-serif;
    font-size: 3.2em;
    background-color: #000;
    margin-top: 1;
}
li{
    display: inline;
    line-height: 2.4em;
}
a{
    color: #fff;
    text-decoration: none;
    padding: 1px 5px;
}

a:visited {
    color:#cc0000;
    text-decoration: none;
}
a:active{color:#fff;
    text-decoration: none;
}

a:hover {
    color: #788691;
    text-decoration: none;
}
header {
    background-color: #000;
    }
h1 {
    font-family: 'Fredericka the Great','Cabin Sketch','Vast Shadow','Jacques Fracois Shadow','Impact',sans-serif;
    text-align: center;
    color: #ffffff;
    font-size: 5.3em;
    padding-top: .5em;
    padding-left: 0.6em;
    width: 90%;
    }
h2 {
    font-family: 'Vast Shadow','Jacques Fracois Shadow','Impact',sans-serif;
    text-align: left;
    color: #788691;
    font-size: 2em;
    padding:1.2em;
    margin: 0.5em;
    width: 90%;
    
}
h3{
    font-family: 'Cinzel Decorative', 'Copperplate',fantasy;
    font-size: 1.8em;
    font-weight: bold;
    padding: 10% 10% 3%;
    text-align: center;
}
p{
    padding: .5em;
    font-size: 180%;
    line-height: 15%;
    padding-bottom: 0.5em;
}

.introduction{
    font-family: 'Parisienne','Satisfy','Allura','Georgia',cursive;
    font-size: 1.1em;
    line-height:180%;
    padding: 1em;
    color: #788691;
} 
.partone{
    font-family: 'Poiret One', 'Cinzel Decorative','Nixie One', 'Book Antiqua', serif;
    font-size: 1.3em;
    line-height:200%;
    padding: 15px;
    text-align: left;
} 
.references ul li{
    list-style:disc;
    line-height: 2.4em;
    padding: 1em;
    font-size: 1em;
}

.refrain{
    font-family:'Arima Madurai', 'Oxygen','Tahoma', sans-serif;
    font-size: 1.10em;
    line-height:180%;
    padding: 1em;
}
.refrain p{
    line-height: 1.2em;
    
}
.helium{
    font-family: 'Fredericka the Great','Cabin Sketch','Vast Shadow','Jacques Fracois Shadow','Impact',sans-serif;
    font-size: 1.22em;
    color: #788691;
}

.love{
    font-family: 'Parisienne','Satisfy','Allura','Georgia',cursive;
    font-size: 1.55em;
    color:#cc0000;
    
}
.hell{
    font-family: 'Cinzel Decorative', 'Copperplate',fantasy;
    font-size: 1.35em;
    text-align: center;
    padding: 15px;
    color: #333;
    font-weight: bold;
}

    
.biography{
    font-family: 'Poiret One', 'Cinzel Decorative','Nixie One', 'Book Antiqua', serif;
    font-size: 1.1em;
    line-height: 200%;
    padding: 1em;
    text-align: left;   
}

.biography p{
    line-height: 1.5em;
}
.references ul li a{
    margin-left: 5%;
    line-height: 2.4em;
    padding: 0.5em;
    font-size: 1.0em;
}



footer {
    clear: both;
    height: 35%;
    background-color: #000;
    }
        
    footer p   {
        color: white;
        text-align: right;
        font-size: 150%;
        padding: 1 1 1;  
        margin-top: 1.5em;
        padding-top: 1em;
        border-top-style: solid;
        }

@media screen and (min-width:1024px){
    body{
        font-size:100%
    }
}

@media (min-width:440px){
    
}

