html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}





/*  
  style.css

  Colors
  ======
  
  light pink #e6b093
    pink #f79771
*/

nav ul li a{
  display: inline-block;
  text-decoration: none;
  padding: 14px 25px;
  text-align: center;
  color: #e6b093;
  font-family: "Days one"
}

nav ul li a:hover {
color: #f79771;
 background-color: #e6b093;
 color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

h1 {
   color: #e6b093;
   font-family: "Days one";
    font-size: 30px;
   
}

h4 {
   color: #f79771;
   font-family: "helvetica";
   font-size: 20px;
   font-weight: lighter;
   padding-top: 2%;
   padding-right: 25%;
  padding-left: 25%;
}

h6 {
  color: #e6b093;
   font-family: "helvetica";
   font-size: 13px;
   font-weight: lighter;
   padding-top: 0.5%;
}

h6 a{
  text-decoration: none;
  display: inline-block;
  color: #f79771;
}

.about {

   text-align: center;
 }

 .email:hover {
  opacity: 0.3;
  text-decoration: none;
  display: inline-block;
}



.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: white;
    color: #e6b093;
   font-family: "Days one"

}

hr.solid {
  border-top: 0.0005px solid #bbb;
  background-color: white;
}
