/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* DO NOT CHANGE THE RESET*/
/*Start default CSS*/

  header {
    border: 1px solid #4D8700;
    margin: 2%;
    text-align: center;
    background-image: linear-gradient(to right, #4D8700, #608A21, #CCBD8C);
  }

  h1 {
    font-size: 1.2em;
    font-family: 'Satisfy', cursive;
    padding-top: 10px;
  }

  nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 1%;
    font-family: 'Libre Franklin', sans-serif;
    font-style: oblique;
    font-weight: bold;
  }

  body {
    height: 100%;
  }

  div p{
  border: 1px solid darkslategrey; 
  background-color: darkslategrey;
  padding: 2%;
  position: relative;
  width: 80%;
  margin: 4%;
  }

  #beginning {
    font-family: 'Sansita Swashed', cursive;
    padding: 10%;
    font-size: 35px;
    background-image: linear-gradient(to top right, #58532e, #781A12, #7A4921);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;   
    min-height: 100%;
    text-align: center;
    color: #333333;
  }

  #beginning p {
    background-color: grey;
  }

#part-1 {
    background-image: url("img/img1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Noto Serif Display, serif;
    padding: 15%;
    font-size: 22px;
    min-height: 100%;
    color: navajowhite;
  }

  #part-2 {
    background-image: url("img/img2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Noto Serif Display, serif;
    padding: 15%;
    font-size: 22px;
    min-height: 100%;
    color: navajowhite;
  }

  #part-3 {
    background-image: url("img/img3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Noto Serif Display, serif;
    padding: 15%;
    font-size: 22px;
    min-height: 100%;
    color: navajowhite;
  }

  #part-4 {
    background-image: url("img/img4.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Noto Serif Display, serif;
    padding: 15%;
    font-size: 22px;
    min-height: 100%;
    color: navajowhite;
  }

  #part-5 {
    background-image: url("img/img5.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Noto Serif Display, serif;
    padding: 10%;
    font-size: 22px;
    min-height: 100%;
    color: navajowhite;
  }

  a:link {
    color: #001440;
  }

  a:hover {
    color: #454240;
  }

  a:visited{
    color: darkslategrey;
  }

  img {
    width: 100%;
  }

  footer {
    margin: 2%;
    font-size: 18px;
    font-family: Libre Franklin, sans-serif;
    color: darkslategrey;
  }