@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@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);
}
body {
  background: #e5d8d1; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e5d8d1 0%,
    #f2e9e4 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e5d8d1 0%,
    #f2e9e4 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e5d8d1 0%,
    #f2e9e4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d8d1', endColorstr='#f2e9e4',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  font-family: Louis !important;
  height: 953px;
  /*background-image: url(../../img/background.jpeg);
  background-size: cover;*/
}

/*header*/
header {
  width: 100%;
  height: 100px;
  margin-top: 0px;
}
header h1 {
  position: absolute;
  text-align: left;
  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;
  font-family: Louis !important;
}
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: rgb(73, 39, 19);
}
nav li a.active {
  color: #cb9a7c;
}
nav li a.hover {
  color: rgb(73, 39, 19);
}
nav li a:hover {
  color: #cb9a7c;
}

/*main*/
main {
  max-width: 1280px;
  position: relative;
  margin: 0px auto;
  color: rgb(73, 39, 19);
  text-align: center;
}
h1 {
  font-size: 40px;
}
p {
  font-size: 25px;
}
main div {
  text-align: center;
}
main div a {
  text-decoration: none;
  font-size: 18px;
  color: rgb(73, 39, 19);
  background-color: #e5d8d1;
  padding: 20px;
  border-radius: 30px;
}
