/*
Theme Name: Ani Pana 2027
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: "Cabin", serif;
  color: black;
  font-size: 18px;
  font-weight: 600;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:focus {
  padding-left: 5px;
  padding-right: 5px;
}
.navDesktop {
  display: none;
}
.navMobile {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #92bda5;
  z-index: 1000;
  font-size: clamp(1rem, calc(3.3vw + 0.5rem), 4.0625rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMobile p {
  font-size: 4rem;
  text-align: center;
  color: black;
  background-color: #088c78;
}
.toggle-canvas {
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: white;
  border: 0;
  font-size: 30px;
  padding: 0 5px;
  margin: 0;
  position: fixed;
  top: 10px;
  right: 3px;
  background-color: #92bda5;
  border-radius: 10px;
  z-index: 1000;
}
.toggle-canvas:hover,
.toggle-canvas:focus {
  color: #fff;
  background-color: #AA80BD;
  text-align: right;
}
.offset-canvas {
  top: 0;
  left: 0px;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #92bda5;
  z-index: 999;
  transform: translate3d(-1300px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .scroller {
  height: 100%;
  overflow-y: scroll;
}
.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offset-canvas ul i {
  color: #8c340f;
}
.offset-canvas ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 2px dashed black;
  color: white;
  text-decoration: none;
  font-size: 2rem;
}
.offset-canvas ul li a:hover {
  background-color: #AA80BD;
  text-decoration: underline;
}
.offset-canvas.show-canvas {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 950px) {
  .navMobile {
    display: none;
  }
  .navDesktop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #92bda5;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: clamp(1rem, 2.1vw, 2rem);
    z-index: 9999;
  }
  .navDesktop i {
    color: #8c340f;
  }
  .navDesktop div {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop .active {
    background-color: #AA80BD;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop div:hover {
    background-color: #AA80BD;
  }
  .navDesktop div:hover a {
    color: white;
    text-decoration: underline;
  }
}
.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%);
}
.headingArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-image: url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 40vh;
}
.headingArea .image1 {
  height: 40vh;
}
.headingArea .image1 img {
  height: 100%;
}
