/* 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;
}

body {
  background: rgb(243, 231, 209);
  overflow-x: hidden;
}

header {
  background: url(images/header.jpg) no-repeat;
  background-size: cover;
  height: 1500px;
  width: 100%;
}
header h1 {
  font-family: banshee-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}

p {
  font-family: "Libre Baskerville", serif;
  line-height: 1.5vw;
}

#intro {
  margin: 80px;
}

#diet {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 60px;
}
#diet img {
  width: 20%;
}
#diet p {
  width: 50%;
  font-family: "Libre Baskerville", serif;
  padding: 70px;
}

#behavior {
  background: url(images/behavior1.jpg) center center fixed;
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#behavior p {
  width: 50%;
  padding: 5vh;
  color: beige;
}

#habitat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
  margin: 60px;
  align-items: left;
}
#habitat img {
  width: 30%;
}
#habitat p {
  padding: 80px;
}

#howtohelp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#howtohelp p {
  margin: 60px;
  font-family: "Libre Baskerville", serif;
  padding: 40px;
}
#howtohelp img {
  width: 40%;
  margin: 60px;
}

@media screen and (max-width: 600px) {
  header {
    height: 600px;
    width: 100%;
  }
  header h1 {
    font-size: 60px;
  }
  p {
    line-height: 4vw;
  }
  #diet {
    flex-direction: column;
  }
  #habitat {
    flex-direction: column;
  }
  #howtohelp {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */