/*
--------------------------------------------------
keyframes
--------------------------------------------------
*/
@keyframes         fade-in { from { opacity: 0 } to { opacity: 1 } }
@-o-keyframes      fade-in { from { opacity: 0 } to { opacity: 1 } }
@-ms-keyframes     fade-in { from { opacity: 0 } to { opacity: 1 } }
@-moz-keyframes    fade-in { from { opacity: 0 } to { opacity: 1 } }
@-webkit-keyframes fade-in { from { oheropacity: 0 } to { opacity: 1 } }

@keyframes scrolling-x-left { to { background-position-x: -200% } }
@keyframes scrolling-x-right  { from { } to { background-position-x:  200% } }
/*
--------------------------------------------------
core
--------------------------------------------------
*/
html {

}
body {
  -webkit-animation: fade-in 1s;
  -moz-animation: fade-in 1s;
  -ms-animation: fade-in 1s;
  -o-animation: fade-in 1s;
  animation: fade-in 1s;
  background-color: #eee;
  font-family: 'Poppins', sans-serif;
}
main ol li a,
main ul li a,
p a {
  text-decoration: none;
  border-bottom: 2px solid #E1C57B;
  color: #000;
}
a:hover {
  color: #8F7644;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
}
/*
--------------------------------------------------
variables
--------------------------------------------------
*/
/*
--------------------------------------------------
presets
--------------------------------------------------
*/
.bg-tan {
  background-color: #ECE9DF;
}
.text-gold { color: #E7C36F; }
.mw-115px { max-width: 115px!important }
.mw-300px { max-width: 300px!important }
.mw-350px { max-width: 350px!important }
.mw-1040px { max-width: 1040px!important }
/*
--------------------------------------------------
elements
--------------------------------------------------
*/
button, .btn {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.btn {
  padding: 15px 20px;
  border-radius: 0!important;
  text-transform: uppercase;
}
.btn-gold {
  border: 0;
  background: rgb(161,122,52);
  background: -moz-linear-gradient(22deg, rgba(161,122,52,1) 0%, rgba(231,195,111,1) 50%, rgba(125,95,45,1) 100%);
  background: -webkit-linear-gradient(22deg, rgba(161,122,52,1) 0%, rgba(231,195,111,1) 50%, rgba(125,95,45,1) 100%);
  background: linear-gradient(22deg, rgba(161,122,52,1) 0%, rgba(231,195,111,1) 50%, rgba(125,95,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a17a34",endColorstr="#7d5f2d",GradientType=1);
}
/*
--------------------------------------------------
layout
--------------------------------------------------
*/
header .nav a {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-decoration:
}
header .nav a:hover {
  background-color: #000;
  color: #fff!important;
}
header nav .sub-menu a {
  font-weight: 400;
  color: #636363!important;
}
header nav .main-menu a {
  color: #000;
}
header .logo {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
}
header .logo {
  width: 100%;
  height: auto;
  max-width: 204px;
}
header .container {
  position: relative;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page-cover {
  height: 60vh; 
  background-position: center; 
  background-size: cover; 
}
#menu-button {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
#menu-button:checked + label + .menus {
  display: block!important;
}
.menu-button {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
}
.top-button {
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  position: fixed;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.1);
  border-radius: 100px;
  color: #fff;
}
footer,
footer p {
  font-family: 'Poppins', sans-serif;
}
footer .sub-footer {
  width: 100%;
  border-top-color: #222!important;
  color: #444;
}
footer a {
  padding: 5px 0;
  display: inline-block;
  text-decoration: none!important;
  color: #fff;
}
footer a:hover {
  color: #777!important;
}
footer ul {
  list-style: none;
}
@media (min-width: 1681px) { 
  .wrapper {
    width: 100%;
    /*max-width: 80vw;*/
    max-width: 1440px;
  }
  header nav {
    margin: 0!important;
    padding: 0!important;
  }
}
h1 {
  font-weight: 100!important;
}
h2 {
  font-family: 'Playfair Display', serif;
  line-height: 2.4em;
}
p {
  font-family: 'Playfair Display', serif;
  line-height: 2em;
}
/*
--------------------------------------------------
sections
--------------------------------------------------
*/
.hero {
  min-height: calc(80vh - 100px);
  background-color: #eee;
  background-image: url('../images/hero_documents.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Playfair Display', sans-serif;
  color: #fff!important;
}
.hero
h1 b {
  font-weight: 700!important;
}
.get-started-nav {
  z-index: 5;
}
#get-started + label .bi-chevron-down {
  transition: all 0.3s ease;
}
#get-started:checked + label .bi-chevron-down {
  transform: translateY(-2px) rotate(180deg);
}
#get-started:checked + label + .get-started-nav {
  display: flex!important;
}
#get-started + label + .get-started-nav .bi-arrow-right  {
  transition: all 0.3s ease;
  transform: translateX(-50px);
}
#get-started:checked + label + .get-started-nav a:hover .bi-arrow-right  {
  transform: translateX(0);
}
.get-started-menu {
  display: flex;
  list-style: none;
  box-shadow: 0 10px 100px 0px rgba(0,0,0,0.4);
}
.get-started-menu li {
  min-width: 150%;
}
.get-started-menu li a.btn {
  width: 100%!important;
  text-align: left;
}
.get-started-menu li a.btn:hover {
  background-color: #000!important;
  color: #fff;
}
/*
--------------------------------------------------
queries
--------------------------------------------------
*/
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 200px;
    height: auto;
  }
  .menus {
    max-height: 0px;
    padding-top: 0;
    transition: all 1s ease;
    overflow: hidden;
  }
  .menus .top-menu {
    border-bottom: 0!important;
  }
  .menus ul,
  .menus li {
    width: 100%!important;
    display: flex!important;
    align-items: stretch;
    text-align: right;
  }
  .menus ul li a {
    width: 100%;
    display: flex;
    width: 100%;
    text-align: right;
    flex-direction: column;
  }
  .menus .top-menu,
  .menus .sub-menu, 
  .menus .main-menu,
  .menus .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #menu-button:checked + label + .menus {
    padding-top: 50px;
    max-height: 999px;
  }
  footer  {
    text-align: center!important;
  }
  footer h3 {
    margin-top: 50px;
  }
}