/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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;
}

@font-face {
  font-family: "Gill";
  src: url("fonts.ttf") format("truetype");
}
/* = typeface Colour Palette = */
img {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
a {
  cursor: pointer;
}

.gradient1 {
  background: rgb(175, 20, 81);
  background: -moz-linear-gradient(45deg, rgb(175, 20, 81) 0%, rgb(1, 122, 138) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(175, 20, 81)), color-stop(100%, rgb(1, 122, 138)));
  background: -webkit-linear-gradient(45deg, rgb(175, 20, 81) 0%, rgb(1, 122, 138) 100%);
  background: -o-linear-gradient(45deg, rgb(175, 20, 81) 0%, rgb(1, 122, 138) 100%);
  background: -ms-linear-gradient(45deg, rgb(175, 20, 81) 0%, rgb(1, 122, 138) 100%);
  background: linear-gradient(45deg, rgb(175, 20, 81) 0%, rgb(1, 122, 138) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#af1451", endColorstr="#017a8a", GradientType=1 );
}

.gradient2 {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(23, 152, 172) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(23, 152, 172)));
  background: -webkit-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(23, 152, 172) 100%);
  background: -o-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(23, 152, 172) 100%);
  background: -ms-linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(23, 152, 172) 100%);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(23, 152, 172) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#1798ac", GradientType=1 );
}

* {
  scroll-behavior: auto;
  scroll-behavior: smooth;
  -webkit-appearance: none;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}
html {
  background-color: #222222;
}

body {
  font: 1.2em "Helvetica", sans-serif;
  color: #220901;
  transition: all 0.3s;
}

img, iframe {
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: #AF1551;
}

p {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  color: #220901;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.flex {
  display: flex;
  gap: 2em;
}
.flex div {
  flex: 1;
}
.flex .fl1 {
  flex: 1;
}
.flex .fl2 {
  flex: 2;
}
.flex .fl3 {
  flex: 3;
}

.bttn {
  background-color: #AF1551;
  color: #fff;
  min-width: 18em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  font-weight: bold;
  box-shadow: 0.5em 0.5em 0 rgba(0, 0, 0, 0.1333333333);
  padding: 0 2em;
  cursor: pointer;
  transition: 0.2s all;
  position: relative;
  z-index: 5;
}

.bttn:hover, .wpcf7-submit:hover, .wpcf-submit:hover {
  background-color: #1798AC !important;
  color: #fff !important;
  transition: 0.2s all !important;
}

.wpcf7-submit {
  cursor: pointer;
}
.wpcf7-submit:hover {
  background-color: #1798AC !important;
  color: #fff !important;
  transition: 0.2s all !important;
}

h1, h2, h3, h4, h5, h6 {
  font: 1rem "Gill", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1em;
  padding-bottom: 0.7rem;
}

h2, h3, h4, h5, h6 {
  font: 1rem "Gill", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1em;
  padding-bottom: 0.2em;
  padding-bottom: 0.7rem;
}

h3, h4, h5, h6 {
  font: 1rem "Gill", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1em;
  padding-bottom: 0.7rem;
}

h4, h5, h6 {
  font: 1rem "Gill", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1em;
}

/**@import "base/forms.scss";**/
/**@import "base/typeography.scss";**/
main {
  position: relative;
  z-index: 2;
  background-color: #000;
  box-shadow: 0 2rem 6rem #000;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header .logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header .logo img {
  max-height: 2rem;
  width: auto;
}
header .logo span {
  color: #fff;
  padding: 0;
  font-family: "Gill", sans-serif;
}
header .logo a {
  color: #fff;
}
header .menutoggle {
  display: flex;
  height: 3rem;
  width: 2rem;
  gap: 0.4rem;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
header .menutoggle::before, header .menutoggle::after, header .menutoggle span {
  background-color: #fff;
  height: 0.3rem;
  display: block;
  content: "";
  transition: all 0.3s;
}
header .menutoggle::before {
  width: 70%;
}
header .menutoggle span {
  width: 100%;
}
header .menutoggle::after {
  width: 50%;
}
header .menutoggle:hover {
  cursor: pointer;
}
header .menutoggle:hover::before {
  width: 100%;
}
header .menutoggle:hover span {
  width: 100%;
}
header .menutoggle:hover::after {
  width: 100%;
}

.page header .container, .single header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page header .logo, .single header .logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.page header .logo img, .single header .logo img {
  max-height: 2rem;
  width: auto;
}
.page header .logo span, .single header .logo span {
  color: #000;
  padding: 0;
}
.page header .logo a, .single header .logo a {
  color: #000;
}
.page header .menutoggle, .single header .menutoggle {
  display: flex;
  height: 3rem;
  width: 2rem;
  gap: 0.4rem;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.page header .menutoggle::before, .page header .menutoggle::after, .page header .menutoggle span, .single header .menutoggle::before, .single header .menutoggle::after, .single header .menutoggle span {
  background-color: #000;
  height: 0.3rem;
  display: block;
  content: "";
  transition: all 0.3s;
}
.page header .menutoggle::before, .single header .menutoggle::before {
  width: 70%;
}
.page header .menutoggle span, .single header .menutoggle span {
  width: 100%;
}
.page header .menutoggle::after, .single header .menutoggle::after {
  width: 50%;
}

.home header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.home header .logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.home header .logo img {
  max-height: 2rem;
  width: auto;
}
.home header .logo span {
  color: #fff;
  padding: 0;
}
.home header .logo a {
  color: #fff;
}
.home header .menutoggle {
  display: flex;
  height: 3rem;
  width: 2rem;
  gap: 0.4rem;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.home header .menutoggle::before, .home header .menutoggle::after, .home header .menutoggle span {
  background-color: #fff;
  height: 0.3rem;
  display: block;
  content: "";
  transition: all 0.3s;
}
.home header .menutoggle::before {
  width: 70%;
}
.home header .menutoggle span {
  width: 100%;
}
.home header .menutoggle::after {
  width: 50%;
}

nav {
  position: absolute;
  right: -24rem;
  top: 0;
  height: 100vh;
  display: flex;
  padding: 3rem;
  background-color: #fff;
  transition: ease-out 0.3s;
  flex-direction: column;
  justify-content: space-between;
  width: 23rem;
  transition: all 0.3s;
}
nav a {
  color: #000;
}
nav li {
  padding-bottom: 0.5rem;
}

.menu-on nav {
  display: flex;
  transition: all 0.3s;
  right: 0;
  box-shadow: 0 0 1rem;
}

#homepage_gallery {
  overflow: hidden;
}
#homepage_gallery ul.main_gallery h2, #homepage_gallery ul.main_gallery p {
  text-shadow: 0 0 0.4rem #000;
}
#homepage_gallery ul.main_gallery li {
  position: relative;
  height: 100vh;
  width: 100%;
}
#homepage_gallery ul.main_gallery li img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#homepage_gallery ul.main_gallery li .slidecontent {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
#homepage_gallery ul.main_gallery li .slidecontent .slidecontainer {
  max-width: 90rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  flex-direction: column;
}
#homepage_gallery ul.main_gallery li .slidecontent .slidecontainer h2, #homepage_gallery ul.main_gallery li .slidecontent .slidecontainer p {
  color: #fff;
}
#homepage_gallery ul.main_gallery li .slidecontent .slidecontainer h2, #homepage_gallery ul.main_gallery li .slidecontent .slidecontainer h1 {
  font-size: 1.4rem;
}
#homepage_gallery ul.main_gallery li .slidecontent .slidecontainer .innerslide {
  max-width: 30rem;
}
#homepage_gallery .navcontain {
  position: absolute;
  bottom: 0;
  z-index: 99;
  height: 12rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  right: 0;
  overflow: hidden;
}
#homepage_gallery ul.thumbnail_nav {
  margin-bottom: -5rem;
  z-index: 99;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s;
}
#homepage_gallery ul.thumbnail_nav li {
  aspect-ratio: 4/3;
  max-width: 9rem;
}
#homepage_gallery ul.thumbnail_nav li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#homepage_gallery ul.thumbnail_nav:hover {
  margin-bottom: 0;
  opacity: 1;
}

footer {
  position: sticky;
  bottom: 0;
  height: 30rem;
  z-index: 1;
}
footer .logo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
footer .logo img {
  max-height: 2rem;
  width: auto;
}
footer a, footer h2 {
  color: #fff;
}
footer h2 {
  padding-bottom: 0;
}
footer p, footer a, footer li {
  color: #fff;
  font-size: 0.8rem;
}
footer .footwrap {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
}
footer ul {
  display: flex;
  white-space: nowrap;
  gap: 1rem;
  float: right;
}

main#page {
  background-color: #fff;
}
main#page article {
  margin: 0 auto;
  max-width: 90rem;
  padding: 10rem 4rem 2rem;
}
main#page article img {
  max-width: 100%;
}
main#page .parent {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
  align-items: start;
}
main#page .div1 {
  grid-column: 1/10;
  align-self: end;
}
main#page .div1 h2 {
  padding-right: 10%;
  padding-bottom: 3rem;
}
main#page .div2 {
  grid-column: 10/19;
}
main#page .div3 {
  grid-column: 1/10;
}
main#page .div5 {
  grid-column: 6/14;
}
main#page .div4 {
  grid-column: 1/6;
}
main#page .div6 {
  grid-column: 1/19;
}
main#page .div6 p:last-of-type {
  width: 170%;
}
main#page .div7 {
  grid-column: 14/19;
}
main#page .div8 {
  grid-column: 10/17;
}
main#page .innerparent {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: auto;
  column-gap: 24px;
  align-items: start;
}
main#page .innerparent .div1 {
  grid-column: 1/19;
}
main#page .aboutbottom {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0 6rem;
}
main#page h1 {
  max-width: 58rem;
  padding-bottom: 3rem;
}
main#page h1, main#page h2, main#page h3 {
  font-size: 2.8rem;
}
main#page .abouttop {
  display: flex;
  max-width: 60rem;
  margin: 0 auto;
  gap: 4rem;
  margin-bottom: 3rem;
}
main#page .abouttop .images {
  flex: 3;
  position: relative;
}
main#page .abouttop .images .topimg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 18rem;
}
main#page .abouttop .images .headshot {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 10rem;
}
main#page .abouttop .contentarea {
  flex: 5;
}
main#page .blockquote {
  padding: 2rem 0;
}
main#page .blockquote blockquote {
  max-width: 48rem;
  text-align: center;
  margin: 0 auto;
}
main#page .blockquote blockquote p {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
}
main#page .blockquote .author {
  text-align: center;
}
main#page .aboutbottom img {
  margin: 3rem auto;
}

.gallerygrid {
  display: flex;
  flex-wrap: wrap;
}
.gallerygrid article {
  width: 25%;
}
.gallerygrid img {
  height: 100%;
  width: 100%;
  display: block;
}

article .entry-content h2 {
  font-size: 2rem;
  padding-right: 20%;
  padding-bottom: 1.2rem;
  padding-top: 2rem;
  color: #000
}
article .entry-content h2:first-of-type {
  padding-top: 0;
  color: #000
}
article .card {
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
article .card h2 {
  padding-bottom: 0;
  font-size: 1rem;
  color: #000
}
article .card h3 {
  font-weight: 400;
  font-size: 1.2rem;
}
article .card .headshot {
  border-radius: 100%;
  overflow: hidden;
}
article .card .headshot img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
article .sticky {
  position: sticky;
  top: 8rem;
}

.single main .comtainer {
  padding-top: 4rem;
}
.single main .comtainer strong {
  font-weight: bold;
}

.single article::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
  display: block;
}

#contactpage {
  background-color: #fff;
  padding-top: 8rem;
}
#contactpage h1 {
  font-size: 2.4rem;
}
#contactpage .wpcf7-form span, #contactpage .wpcf7-form input {
  width: 100%;
}
#contactpage .wpcf7-form input {
  height: 2.8rem;
  padding: 0 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contactpage .wpcf7-form textarea {
  height: 6.8rem;
  padding: 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contactpage .wpcf7-form .wpcf7-submit {
  max-width: 20rem;
  font-size: 1.2rem;
  background-color: #82ca9c;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.mobiletoggle {
  display: none;
}

@media screen and (max-width: 990px) {
  .footwrap {
    flex-direction: column;
  }
  .footright {
    display: none;
  }
  .container, .slidecontainer {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  main article {
    background-color: #fff;
    padding: 8rem 0;
    flex-direction: column;
  }
  .parent {
    grid-template-columns: 1fr !important;
  }
  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8 {
    grid-column: 1/-1 !important;
  }
  .div1 h2 {
    padding-right: 0;
    padding-bottom: 2rem !important;
  }
  .div6 p:last-of-type {
    width: 100% !important;
  }
  .div6 .flex {
    flex-direction: column !important;
  }
  main#page article img {
    width: 100%;
  }
  main#page .aboutbottom img {
    margin: 3rem auto;
    max-width: 11rem;
  }
  main#page .abouttop {
    display: flex;
    max-width: 60rem;
    margin: 0 auto;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-direction: column;
  }
  main#page .abouttop .images .topimg1 {
    position: relative !important;
    top: 0;
    right: 0;
    width: 100%;
  }
  .container {
    flex-direction: column;
    gap: 0;
  }
  #contactpage {
    background-color: #fff;
    padding: 2rem 0;
    flex-direction: column;
  }
  main#page .abouttop .images .headshot {
    position: relative !important;
    z-index: 2 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50% !important;
    left: 0 !important;
    margin-top: -10rem !important;
    margin-left: -7vw !important;
  }
  header .container {
    flex-direction: row;
  }
  article .card .headshot {
    border-radius: 100%;
    overflow: hidden;
    max-width: 7rem;
  }
}
