body {
display: block;
margin: 0;
width: 100vw;
    font-family: sans-serif;
    /* update with Google font, web safe font and generic fallback */
    font-size: 100%;
    /* the default browser font size is 16px */
    line-height: 1;
    /* update to suit your type choices */
    color: #000;
    /* base text colour - update to suit your design */
}
/* box sizing */
html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
/* flexible content images code */

img {
    max-width: 100%;
    height: auto;
  }

/* element styling (e.g. standard p, h1, h2, a, etc) */

h1,h2,h3{
    color:lightgoldenrodyellow;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
}
h1{
    text-align: center;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    color: #24423f;
}
h2{
    font-size: 2rem;
}
h3{
  font-size: 1.5rem;
}
p{
  font-size: 18px;
  color: #1B312F;
}
/*header*/
header{
  display: flex;
  height: 20vh;
  width: 100vw;
  background-color: #f5d7d6;
  display: flex;
  align-items: center; 
  justify-content: center;
  /*position: fixed;
  left: 0;
  top: 0;*/
  margin-bottom: 5px;
}
/*main*/
.container-content{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  max-width: 650px;
}

/*section styling & layout*/

.temp {
  margin-left: auto;
  margin-right: auto;
  color: #24423f;
  text-align: center;
  font-size: 22px;
}


.intro{
  background-color: #c44d85;

}
.about{
  background-color: #366560;
  padding: 15px;

}
.about h2{
  color: #edb8b6;
}
.about h3{
  color: #edb8b6;
}
.about p{
  color: #fffced;
  font-size: 20px;;
}

/*.books{
  background-color: #366560;
  padding: 15px;

}
.books h2 {
  color: #bba165;
}
.books h3 {
  color: #bba165;
}
.books p{
  color: #fffced;
  font-size: 16px;
}*/

/*alternative colour palette for books*/
.books2{
  background-color: #cdba8e;
  padding: 15px;

}
.books2 h2 {
  color: #1B312F;
}
.books2 h3 {
  color: #1B312F;
}
.books2 p{
  color: #000000;
}


.moments{
  background-color: #abc7b6;
  padding: 15px;
}
.moments h2{
  color: #366560;
}
.moments p{
  color: #1B312F;
}
/* .gram-gallery{

} */
.support{
  background-color: #c44d85;

}
.contact{
  background-color: #c44d85;
}

/*footer*/
.page-footer{
  background-color: #24423f;
  display: flex;
  height: 20vh;
  width: 100vw;
  align-items: center; 
  justify-content: center;
  padding-top: 20px;

}
.footer-content p{
  color: #f5d7d6;
  text-align: center;
} 
.copyright-text{
  color: #f5d7d6;
  font-family: serif;

}

