@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Zilla+Slab&display=swap');
@font-face { font-family: Lilita One; src: url('LilitaOne-Regular.ttf')}
@font-face { font-family: Zilla Slab; src: url('ZillaSlab-Regular.ttf')}

.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  font-style: normal;
}  

.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --bg-color: #672112;
  --head-color: #852e1a;
  --foot-color: #c14326;
  --caption-color: rgba(212, 71, 40, 0.6);
}

body {
  background-color: var(--head-color);
  height: 100%;
  margin: 0px;
  display: initial;
  overflow: auto;
  box-sizing: inherit;
}

nav {
  position: absolute;
  left: 5%;
  right: 0;
  display: inline;
  align-items: center;
  text-align: right;
  justify-content: space-between;
  padding: 17px 20px;
}

.menu-text {
  align-items: center;
  display: inline-flex;
  text-transform: capitalize;
  font-family: "Zilla Slab";
  font-size: 28px;
  position: relative;
  margin-left: 2%;
  padding: 18px;
  color: white;
}

.menu-bar {
  align-items: center;
  display: inline-flex;
  text-transform: capitalize;
  font-family: "Zilla Slab";
  font-size: 28px;
}

.menu-bar a:link {
  color: #ffffff;
}

.menu-bar a:visited{
  color: #ffffff;
}

.menu-bar a:hover {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.398);
  background: rgba(255, 255, 255, 0.205);
  color: rgba(248, 127, 127, 0.897);
  background-color: transparent;
  text-decoration: none;
}

.title {
  margin-left: 25px;
}

.background-img1, .background-img2, .background-img3 {
  position: relative;
  opacity: 0.90;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.inner_footer {
  margin-left: 80px;
  margin-right: 80px;
  width: 50%;
}

.title_footer {
  font-size: 28px;
  font-family: "Zilla Slab";
  color: white;
}

.information_footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Zilla Slab";
  color: white;
}

.li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.icons_footer {
  display: flex;
  flex-direction: row;
  list-style: none;
  line-height: 1;
  transition: 300ms;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.email_footer {
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Zilla Slab";
  color: #ffffff;
}

.email_box_footer {
  background-color: var(--foot-color);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 10px 10px 0px 0px var(--foot-color);
  border-radius: 0px 0px 10px 0px;
  margin-bottom: 60px;
  text-align: center;
  width: 25%;
}

.footer-link, .footer-link a, .footer-link a:visited {
  font-size: 26px;
  border: 3px solid #2b0e07;
  border-radius: 5px;
  padding: 10px;
  color: #ffcdcd;
  font-family: "Zilla Slab";
  background-color: #4d1616;
  margin-right: 10px;
}