/* 
   This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
   Please leave this notice in place, along with any additional credits below.
   ---------------------------------------------------------------
   Title: E+ creative
   Author: Emily Wharton
   Description: basic Css for website
*/

html, body {
    font-size:2vw; 
    font-family: Helvetica, Verdana, sans-serif;
    color: black;
    background-color: white;
    Margin:  2vw;
}

li p {
    
    padding: 1vw, 3vw, 1vw, 0;
}

li li{
    padding: 40 vw;
}

h1 {
    font-size: 5vw;
    Margin: 3vw, 0vw;
text-align: center;
}

h2 {
    font-size: 4vw;
Margin: 2vw, 0vw;
}

h3 {
    font-size: 3vw;
        Margin: 1.5vw, 0vw;
}

h4 {
    font-weight: bold;
 margin: .1em;
}

h5 {
    font-size: 2.2vw;
    margin: .1em;
}

h6 {
    font-size: 1.1vw;
        line-height:1.2    ;
    }

p {
margin: 1vw, 0vw;
}


a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #921416;
    }

a:hover {
    color: #be7273;
}

.footnote {
        font-size: .8vw;
    vertical-align: super;
}


.nav { 
  display: flex;
  justify-content: center;
    
        font-size: 2vw;
        
    padding: 2%;
  background-color: #921416;
    color: white;

      
    }

.nav a{
vertical-align: middle;
    padding-right: 5%;
      text-decoration: none;
      cursor: pointer;
          color: white      
      }
      
      .nav a:link {
          color: white
        }
        
        .nav a:visited {
            color: white;
      }
      
      .nav a:hover {
      #deb9b9;
      }

.nav a:active {
color: #d3a1a2;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
       font-style: italic; 
font-size: 8vw;
font-family: Brush Script MT, Lucida Handwriting, Cursive;
Color: #921416;
background-color: white;

}

.accent1 P
color: #d3a1a2 -- Rosewood Apricot
HEX:
}

.accent2 {}
color: #deb9b9 -- Lilac Paradise
]