/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> COLORS and SIZES (import)  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> RESET (import) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> RESET (import) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BASED on Meyer/HTML5DR/OTHERS, MOD by JB */
@import url("https://fonts.googleapis.com/css?family=Cinzel+Decorative:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, svg, 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, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary, time, mark, audio, video, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, 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; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

abbr[title], dfn[title] {
  border-bottom: 1px #555 dotted;
  cursor: help; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

col {
  display: table-column; }

colgroup {
  display: table-column-group; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* END _reset import */
/* END _reset import */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> FONTS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.serif, h1, .mbtn {
  font-family: 'Cinzel Decorative', serif; }

.sansserif, body, .cta-t:before, .cta-s:before {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "slnt" 0, 															    "wdth" 100, 															    "GRAD" 0, 															    "ROND" 0; }

html {
  font-size: 20px; }

body {
  font-weight: 200;
  font-style: normal;
  color: white;
  line-height: 1.5; }

b, .b, strong, .strong {
  font-weight: 800; }
  b span, .b span, strong span, .strong span {
    position: relative; }

i, .i, em, .em {
  font-style: italic; }

/*
 * Primary Content and Structure CSS
 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> GLOBAL ELEMENTS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p {
  margin-bottom: .65em; }

#content p:not([class]) {
  text-shadow: 0 0 4px rgba(18, 18, 18, 0.99); }

a {
  text-decoration: none; }

.nowrap {
  white-space: nowrap; }

.attn {
  color: #f69;
  width: 7rem;
  display: inline-block; }

.centered {
  text-align: center; }

.gotele {
  white-space: nowrap; }

small {
  font-size: 75%; }

.shadow-logo-png, #logo img {
  color: rgba(0, 0, 0, 0.95);
  filter: drop-shadow(0 0 0.25rem) drop-shadow(0 0 0.5rem) drop-shadow(0 0 1.5rem); }

.mbtn {
  background: #fc3;
  cursor: pointer;
  display: inline-block;
  margin: .5rem auto;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  line-height: 1.0;
  color: #13255d;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px, rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -26px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -49px 40px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; }

.mbtn:hover, .mbtn:focus {
  background: RGB(79, 116, 224);
  color: #fc3; }

.mbtn:active {
  background: #f90;
  color: #13255d; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> COMMON CONTAINERS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  background-position: center center;
  background-color: #16265a;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/img/bg-sky-trees-2880-1920.webp"); }

#wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: clamp(6rem, 90%, 55rem); }

header {
  /*  min-height: 8rem;  */ }

footer {
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem; }

main {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 3rem;
  backdrop-filter: blur(20px);
  border-radius: 2rem; }

#test {
  background: rgba(0, 0, 0, 0.5);
  padding: 2.5rem 3rem;
  backdrop-filter: blur(20px);
  border-radius: 2rem;
  margin-top: 1rem; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> NAV & BRANDING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
  width: 60%;
  margin: 0 auto;
  padding: 3rem 0; }
  #logo img {
    width: 100%;
    height: auto; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  border-radius: 1rem 1rem 0 0;
  margin-top: 1rem; }

.copyright {
  text-align: center;
  color: rgba(204, 204, 204, 0.85);
  font-size: 95%; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> GRID CONTAINERS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.g-main {
  display: grid;
  width: 100%;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "g-head g-head" 								    "g-cont g-port" 								    "g-cont g-cta";
  grid-area: g-main; }

.g-head {
  grid-area: g-head;
  padding: .5rem; }

.g-cont {
  grid-area: g-cont;
  padding: .5rem; }

.g-port {
  grid-area: g-port;
  padding: .5rem; }

.g-cta {
  grid-area: g-cta;
  padding: .5rem;
  text-align: center; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> GRID CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 {
  color: #fc3;
  font-size: 1.85rem;
  line-height: 1.0;
  margin-bottom: .5rem; }

p {
  font-size: 1.2rem; }
  p.sig {
    text-align: right;
    padding-right: 5rem;
    font-style: italic; }

.g-port img {
  width: 100%;
  /* margin-top: 3rem; */
  border-radius: 24% 76% 33% 67% / 73% 47% 53% 27%; }

#ctas {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  #ctas a {
    margin: 2rem auto;
    width: 18ch;
    text-align: center;
    font-size: 3vw; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> Testimonials - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#test {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center; }
  #test dl {
    text-align: center; }
    #test dl dd {
      margin-bottom: 1.5rem; }
    #test dl dt {
      position: relative;
      font-style: italic;
      width: auto;
      display: inline-block;
      color: #fc3; }
    #test dl dt:before {
      position: absolute;
      content: "";
      top: -0.5rem;
      left: -0.75rem;
      right: -0.75rem;
      background: RGB(159, 182, 243);
      height: 1px; }
    #test dl:last-child:nth-child(3n-2) {
      grid-column-end: 3; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* !>>> MODAL CONTROLS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal-state {
  display: none; }

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible; }

.modal-state:checked + .modal .modal__inner {
  top: 0; }

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(59, 67, 152, 0.7);
  transition: opacity 0.25s ease;
  backdrop-filter: blur(5px); }

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.modal__inner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2rem;
  padding: 2rem 0;
  height: 80vh; }

.modal__close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer; }

.modal__close:after, .modal__close:before {
  background: #ccc;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  display: block;
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0; }

.modal__close:before {
  transform: rotate(-45deg); }

.modal__close:hover:after, .modal__close:hover:before {
  background: #555; }

@media only screen and (min-width: 625px) {
  .cta-t, .cta-s {
    position: relative; }
  .cta-t:before, .cta-s:before {
    position: absolute;
    top: -1rem;
    right: -1rem;
    left: -1rem;
    bottom: -3rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(79, 116, 224, 0.75);
    display: grid;
    align-content: end;
    padding-bottom: 10px;
    font-size: 1.3vw;
    color: #fc3; }
  .cta-t:before {
    content: "* If your computer/device supports calls *"; }
  .cta-s:before {
    content: "* If your computer/device supports sms/texts *"; } }

@media only screen and (max-width: 970px) {
  html {
    font-size: 2vw; }
  body {
    background-image: url("/assets/img/bg-sky-trees-2160-1440.webp"); }
  #logo {
    padding: 2rem 0; }
  .g-main {
    display: block; }
  .g-port, .g-cta {
    float: right;
    clear: right;
    width: 40%;
    margin-left: 1rem; }
  .mbtn {
    font-size: 150%; }
  #ctas .mbtn {
    font-size: 350%;
    max-width: 90%; }
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box; }
  #test {
    grid-template-columns: repeat(2, 1fr); }
    #test dl:last-child:nth-child(3n-2) {
      grid-column-end: 2; } }

@media only screen and (max-width: 625px) {
  html {
    font-size: 3.5vw; }
  body {
    background-image: none; }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("/assets/img/bg-sky-trees-1620-1080.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Do NOT use background-attachment: fixed here */ }
  main {
    padding: 2rem 1rem; }
  #logo {
    width: 80%; }
  h1 {
    text-align: center; }
  p {
    font-size: 1.4rem; }
  .g-main {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "g-head" 									    "g-port" 									    "g-cta" 									    "g-cont";
    grid-area: g-main; }
  .g-port, .g-cta {
    float: none;
    width: 100%;
    margin-left: 0; }
  #test {
    grid-template-columns: 1fr; }
    #test dl:last-child:nth-child(3n-2) {
      grid-column-end: 2; } }
