/*
Theme Name: Hakuna 2027 New
Author: Les Sturgeon
Version: 2.0 
*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.center {
  text-align: center !important;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
html {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: black;
  font-size: 16px;
  font-weight: 600;
  background-color: #f8f5ee;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:focus {
  padding-left: 5px;
  padding-right: 5px;
}
/* Button reset*/
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
/* --- Accessibility --- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: white;
  clip: auto !important;
  color: black;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 1px;
  left: 1px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Focus outline style */
*:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/* Menu styles*/
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.menu {
  display: flex;
  justify-content: center;
  background-color: white;
  font-family: "Cabin", serif;
  font-size: clamp(1rem, 2.1vw, 1.4rem);
}
.menu a {
  display: inline-block;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  color: black;
}
.menu a:hover {
  background-color: #f8f5ee;
  color: black;
}
.menu > ul {
  display: flex;
  position: relative;
}
.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  transition: max-height 0.45s ease-in-out;
  background-color: white;
}
.close {
  max-height: 0;
}
.display {
  max-height: 484px;
}
.has-children-button {
  display: flex;
  position: relative;
  align-items: center;
}
.has-children-button a {
  padding-right: 65px;
}
.has-children-button .menu-toggle {
  position: absolute;
  right: 16px;
}
.menu-toggle {
  background-color: #648057;
  border: 1px solid white;
  border-radius: 10px;
}
.menu-toggle .fa {
  padding: 6px 8px;
  color: black;
}
/* Mobile menu */
@media only screen and (max-width: 800px) {
  .sticky {
    position: relative;
    top: 0;
    left: 0;
  }
  .site-branding {
    padding-left: 16px;
  }
  .site-branding h1 {
    font-size: 2em;
  }
  .menu > ul {
    flex-direction: column;
    width: 100%;
  }
  .menu li a {
    width: 100%;
  }
  .has-children-button {
    display: flex;
    position: relative;
    align-items: center;
  }
  .has-children-button .menu-toggle {
    position: absolute;
    right: 16px;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu li:first-child {
    border-top: 1px dotted black;
  }
  .sub-menu li {
    border-bottom: 1px dotted black;
  }
  .sub-menu li a {
    padding-left: 30px;
  }
}
.skip-nav-link {
  position: absolute;
  left: 10px;
  transform: translateY(-150px);
  padding: 20px;
  border-radius: 0 0 20px 20px;
  transition: transform 325ms;
}
.skip-nav-link:focus {
  transform: translateY(60%);
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.marck-script-regular {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
