@font-face {
  font-family: Louis;
  src: url(../../fonts/louis_george_caf/Louis\ George\ Cafe.ttf);
}

/*header*/
header {
  width: 100%;
  height: 50px;
  margin-top: 0px;
}

/*nav bar
nav {
  width: 100%;
  height: 50px;
  padding-top: 12px;
  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: 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;
}*/

body {
  margin: 0;
  padding: 0;
  background-color: #a5a581;
  /*background-color: #b3cf99;*/
  font-family: Louis !important;
  color: #5e4332;
}

main {
  max-width: 1280px;
  position: relative;
  margin: 0px auto;
  background-color: #b1b290;
  border-radius: 20px;
}

h1 {
  font-size: 80px;
  color: rgba(165, 165, 129, 0.8);
}

h3 {
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 0;
}

p {
  text-align: center;
  padding-bottom: 5px;
}

section {
  position: absolute;
  top: 0;
  right: 25px;
  text-align: right;
  width: 100%;
}

#loop {
  width: 100%;
}

video {
  object-fit: contain;
}

/*footer*/
footer {
  text-align: center;
}
