@font-face {
  font-family: Hello;
  src: url(../../fonts/hello/Hello.otf);
}

@font-face {
  font-family: Hello;
  src: url(../../fonts/hello/Hello.ttf);
}

@font-face {
  font-family: Louis;
  src: url(../../fonts/louis_george_caf/Louis\ George\ Cafe.ttf);
}

html {
  scroll-behavior: smooth;
}

/*body*/
body {
  background: #b3cf99;
  background-repeat: no-repeat;
  font-family: Louis !important;
}

/*header*/
header {
  width: 100%;
  height: 100px;
  margin-top: 0px;
}

header h1 {
  position: absolute;
  text-align: left;
  color: #5e4332;
  font-family: Hello !important;
  font-size: 50px;
  margin-top: -20px;
  margin-left: 30px;
}

/*nav bar*/
nav {
  width: 100%;
  height: 50px;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: auto;
}

nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-right: 30px;
}

nav ul li {
  display: inline-block;
  margin: 0px 20px;
}

nav ul li:first-child {
  margin-left: 15px;
}

nav li a {
  text-decoration: none;
  color: #5e4332;
}

nav li a.active {
  color: #ebdaa4;
}

nav li a:hover {
  color: #ebdaa4;
}

/*banner*/
#banner {
  width: 100%;
  height: 35vh;
  background-image: url(../img/frogbg.jpeg);
  background-repeat: repeat;
  background-size: auto;
  background-position-y: center;
}

/*main*/
main {
  max-width: 1280px;
  position: relative;
  margin: 0px auto;
}

main h2 {
  font-size: 40px;
  padding-top: 20px;
  /*text-align: center;*/
  color: #5e4332;
}

main ul {
  font-size: 18px;
  /*text-align: center;*/
}

/*footer*/
/*footer h3 {
    color: rgb(73, 39, 19);
    text-align: center;
    font-size: 25px;
}

footer p {
    text-align: center;
} */
