@import url("font/LibreBaskerville-Regular.ttf");

@supports (font: -apple-system-body) {
  html {
    font: -apple-system-body !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Shippori Mincho', serif;
  background: transparent;
}

.wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.container {
}

.header-area {
}


  .quote { 
    float: right;
  display: block;
    position: relative;
    top: 35px;
  height: auto;
  width: 600px;
  margin-right: 20px;
  }

.quote h3 { 
    text-align: left;
font-size: clamp(1.5rem, 1.6vw, 2.0rem);
  font-weight: 600;
  color: white;
  }


    /* BLIND & FLOOD START */

    @keyframes fade-in {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
    }

    #flood {
    position: fixed;
    background-color: #62cc6a;
    height: 100dvh;
    width: 100dvw;
    animation: elevate 1.5s;
    z-index: 0;
    }

    #vblind {
    position: fixed;
    background-color: #62cc6a;
    height: 100dvh;
    width: 100dvw;
    -webkit-animation: moveToTop 1.6s ease both;
    animation: moveToTop 1.6s ease both;
    z-index: 999;
    }

    @-webkit-keyframes moveToTop {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(-100%); }
    }
    @keyframes moveToTop {
    from {-webkit-transform: translateY(100%); transform: translateY(100%);  }
    to { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
    }

    @keyframes elevate {
    0% {
    position: absolute;
    top: 100%;
    }
    100%{
    position: absolute;
    top: 0;
    }
    }

    /* BLIND & FLOOD END */

/* SPLASH START */

video {
  object-fit: cover;
  content: inherit;
}

.fadebg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
    height: 100%;
  background-position: center center;
  background-size: cover;
  animation-name: fade-in;
  animation-duration: 2s;
}

.splash {
  position: fixed;
  z-index: -2;
    resize: both;
}

#vista {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
}

.screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  min-width: 100%;
  min-height: 100%;
  background: rgba(28, 100, 60, 0.6); 
  mix-blend-mode: darken;
}

/* SPLASH END */



/* NAVIGATION START */

.navigation {
  background-color: transparent;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

a.site-eap {
  display: none;
}

a.site-logo {
  text-align: left;
font-size: clamp(1.3rem, 1.6vw, 2.0rem);
  font-weight: 100;
  color: black;
  text-decoration: none;
    display: block;
  position: absolute;
  left: 25px;
  top: 35px;
  z-index: 99;
}

a.site-logo:hover {
  color: darkgreen;
  transition: .5s;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 110px;
}

.site-navbar ul li a {
  color: black;
    font-size: clamp(1.3rem, 1.6vw, 2.0rem);
  padding-bottom: 0px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  text-transform: none;
}

.site-navbar ul li a:hover {
  color: darkgreen;
      transition: .5s;
}

/* NAVIGATION END */


/* TOGGLER START */

.nav-toggler {
  border: 2.5px solid #62cc6a;
  background-color: transparent;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
}

span {
  position: absolute;
  top: 3px;
  right: 2px;
}

.nav-toggler span:before, 
.nav-toggler span:after {
  height: 3px;
  position: relative;
  background-color: #62cc6a;
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(0px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(3px);
  width: 11px;
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(3px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(.2px) rotate(-45deg);
}


/* TOGGLER END */


/* INTRO START */

.intro-area {
  height: calc(100vh);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.intro-area p {
  font-size: 18px;
}

/* INTRO END */


/* FORM START */

#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: green;
    border-color: green;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: green;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

/* FORM END */


/* BODY */

p {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}

a {
  color: darkgreen;
  text-decoration: none;
}

a:hover {
  color: limegreen;
}

h1 {
  font-size: 1.1rem;
  color: white;
  margin: 0;
  width: auto;
  padding-top: 25px;
}

h3 {
font-size: clamp(1.3rem, 1.6vw, 2.0rem);
  color: white;
  margin: 0;
  width: auto;
  padding-bottom: 25px;
}


.left {
  float: left;
  display: inline-block;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
    animation: elevate .7s;
  align-content: center;
  align-items: center;
      animation: elevate 1.5s;
}


.flex-container {
    float: left;
display: inline-block;
background-color: transparent;
top: 11px;
position: relative;
left: calc(50%);
width: 50%;
    padding-bottom: 50px;
}

.iflex-container {
    float: left;
display: inline-block;
background-color: transparent;
top: 11px;
position: relative;
left: calc(50%);
width: 45%;
    padding-bottom: 50px;
}

.flex-container > div {
  background-color: transparent;
  width: 97%;
  margin: 0px;
  text-align: left;
  line-height: 75px;
  font-size: 30px;
}

.flex-container p {
font-family: 'Shippori Mincho', serif;
font-size: 19px;
font-weight: 400;
line-height: 1.75em;
  width: 100%;
}

.flex-container ul {
font-family: 'Shippori Mincho', serif;
font-size: 19px;
font-weight: 400;
line-height: 1.75em;
}

.flex-container h1 {
font-family: 'Shippori Mincho', serif;
font-size: 2.0rem;
font-weight: 400;
line-height: 1.4em;
  color: darkgreen;
  margin: auto;
  width: auto;
      top: 50%;
  margin-bottom: 40px;
}

.flex-container h2 {
font-family: 'Shippori Mincho', serif;
font-size: 2.0rem;
font-weight: 400;
line-height: 1.4em;
  color: black;
  margin: auto;
  width: auto;
      top: 50%;
  margin-bottom: 40px;
}


.container { 
  display: flex;
  align-items: left;
  justify-content: left;
  height: 100%;
  padding: 0;
  width: 100%;
  }

.content {
  height: auto;
  }

.content img {
  width: 100%;
  height: auto;
  }

.list {
display: grid;
grid-template-columns: repeat(1,minmax(0,1fr));
}

.list_item {
  padding-bottom: 30px;
}

.list_item_title {
border-color: black;
  border-top: solid;
  border-width: 1px;
display: flex;
font-family: 'Shippori Mincho', serif;
font-size: 2.0rem;
justify-content: space-between;
line-height: 1.05;
padding-top: .8rem;
  margin-bottom: 20px;
}

.reveal {
  margin: 0;
  overflow: hidden;
  &:nth-child(2);
  }

.reveal_leaf {
  margin: 0;
  overflow: hidden;
  }

.reveal_headshot {
  margin: 0;
  overflow: hidden;
  }

.reveal_content{
  transform: translateY(100%);
  animation: reveal 1.0s cubic-bezier(1, 0, 0.5, 0) forwards;
  animation-delay: 0.8s;
  &:nth-child(3);
  }

@keyframes reveal {
  from {
    transform: translateY(110%);
      }
  to {
    transform: translateY(0);
  }
}


.portrait {
  display: inline-block;
  position: fixed;
  margin: 0;
  left: 20px;
  bottom: 20px;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.portrait img {
  width: auto;
  height: 450px;
}

.headshot {
  display: inline-block;
  position: fixed;
  margin: 0;
  left: 20px;
  bottom: 20px;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.headshot img {
  width: auto;
  height: 450px;
}


/* MOBILE NAVIGATION START 1200px */

@media screen and (max-width: 1200px) {
  
  .left, .flex-container, .iflex-container {   
    width: 100%;
    padding: 0;
  }
  
  .quote { 
    float: left;
  display: block;
    position: relative;
    top: 0;
  height: auto;
    width: 90%;
  max-width: 600px;
  margin-left: 20px;
    margin-top: 100px;
  }
    
  .navblock {
  background-color: white;
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 998;
  }  
  
  .navigation {
    height: 100px;
}

  
  a.site-logo {
      left: 20px;
  top: 10px;
}

  .nav-toggler{
    display: block;
  }
  
  .site-navbar {
    min-height: 50px;
  }
  
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh);
    left: 0px;
    top: 0;
    flex-direction: column;
    align-items: left;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 3;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: left;
    position: relative;
    top: 20%;
    left: 20px;
  }
  
  .site-navbar ul li a {
    padding-top: 10px;
    color: #62cc6a;
      font-size: 30px;
  }
  
  .site-navbar ul li a:hover {
    color: darkgreen;
    transition: .7s;
  }
  
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  
  .site-navbar ul.open li {
    animation-name: fade-in;
  animation-duration: 2s;
  }
  
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  
  .leaf {
display: inline-block;
position: absolute;
margin: 0;
left: 110px;
top: 180px;
}


.left {
  display:block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
    animation: elevate 1.5s;
  align-content: center;
  align-items: center;
      animation: elevate 1.5s;
}
  
.flex-container {
  display:block;
  background-color: #EBE9E1;
  align-items: center;
      position: relative;
  left: 0;
  width: 100%;
  height: auto;
    min-height: 100dvh;
}

.flex-container > div {
  background-color: transparent;
  max-width: 600px;
  margin-left: 20px;
  text-align: left;
  line-height: 75px;
  font-size: 30px;
}
  
  .flex-container h1 {
font-family: 'Shippori Mincho', serif;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.4em;
}

.flex-container h2 {
font-family: 'Shippori Mincho', serif;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.4em;
}
  
.flex-container p {
font-family: 'Shippori Mincho', serif;
font-size: 19px;
font-weight: 400;
line-height: 1.75em;
  width: 100%;
}
  
.list_item_title {
  font-size: 1.8rem;
  line-height: 1.05;
}
  
/* MOBILE NAVIGATION END */


  .fadebg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-position: center center;
  background-size: cover;
  animation-name: fade-in;
  animation-duration: 2s;
}

.splash {
  position: fixed;
  z-index: -2;
}

#vista {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  
}
  
  .portrait {
display: inline-block;
position: relative;
margin: 0;
left: 20px;
top: 60px;
  margin-bottom: 70px;
}
  
  .portrait img {
width: calc(50vw - 7.5vw);
height: auto;
}
  
  .headshot {
display: inline-block;
position: relative;
margin: 0;
left: 20px;
top: 60px;
  margin-bottom: 70px;
}
  
  .headshot img {
width: calc(50vw - 7.5vw);
height: auto;
}
  
}

/* 1200px END */


/* 800px START */

@media screen and (max-width: 800px) {
  
.portrait img {
  width: calc(70vw - 7.5vw);
  height: auto;
}
  
.headshot img {
  width: calc(70vw - 7.5vw);
  height: auto;
}
 
.list_item img {
  width: 100%;
  height: auto;
}
 
.flex-container > div {
  width: calc(95vw - 2.5vw);;
}
  
}


/* 600px START */

@media screen and (max-width: 600px) {

.portrait {
  display: inline-block;
  position: relative;
  margin: 0;
  left: 0;
  top: 60px;
  margin-bottom: 70px;
}
  
.headshot {
  display: inline-block;
  position: relative;
  margin: 0;
  left: 20px;
  top: 60px;
  margin-bottom: 70px;
}

.reveal_leaf {
  width: 100%;
  margin: auto;
}  

.portrait img {
  width: 70%;
  height: auto; 
  margin-left: 15%;
}

.reveal_headshot {
  width: calc(100vw - 7.5vw);
  margin: auto;
}  
  
.headshot img {
  width: 100%;
  height: auto; 
}
 
.list_item img {
  width: calc(95dvw - 2dvw);
  height: auto;
}
  
a.site-logo {
  font-weight: 100;
  left: 15px;
  top: 10px;
}
  
    .quote h3 { 
font-size: clamp(1.5rem, 1.2vw, 1.5rem);
  font-weight: 800;
  color: white;
  }
  
}


/* 600px START */

@media screen and (max-width: 400px) {

  
  a.site-eap {
  text-align: left;
font-size: clamp(1.3rem, 1.6vw, 2.0rem);
  font-weight: 100;
  color: black;
  text-decoration: none;
    display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 99;
}

a.site-eap:hover {
  color: darkgreen;
  transition: .5s;
}
  
a.site-logo {
  display: none;
}
  
  .quote h3 { 
    text-align: left;
font-size: clamp(1.5rem, 1.2vw, 1.5rem);
  font-weight: 800;
  color: white;
  }
  
}

/* 800px HEIGHT START */

@media screen and (max-height: 800px) {
  

  .left, .flex-container {   
    width: 100%;
    padding: 0;
  }
  
    .quote { 
    float: left;
  display: block;
    position: relative;
    top: 0;
  height: auto;
    width: 90%;
  max-width: 600px;
  margin-left: 20px;
    margin-top: 100px;
  }
    
  .navblock {
  background-color: white;
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 998;
  }  
  
  .navigation {
    height: 100px;
}
  
  a.site-logo {
  left: 20px;
  top: 10px;
}
  
  .quote h3 { 
    text-align: left;
font-size: clamp(1.5rem, 1.6vw, 2.0rem);
  font-weight: 800;
  color: white;
  }

  .nav-toggler{
    display: block;
  }
  
  .site-navbar {
    min-height: 50px;
  }
  
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh);
    left: 0px;
    top: 0;
    flex-direction: column;
    align-items: left;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 3;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: left;
    position: relative;
    top: 20%;
    left: 20px;
  }
  
  .site-navbar ul li a {
    padding-top: 10px;
    color: #62cc6a;
      font-size: 30px;
  }
  
  .site-navbar ul li a:hover {
    color: darkgreen;
    transition: .7s;
  }
  
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  
  .site-navbar ul.open li {
    animation-name: fade-in;
  animation-duration: 2s;
  }
  
.site-navbar {
  min-height: 50px;
}

.intro-area h2 {
  font-size: 36px;
  margin-bottom: 15px;
}  

.left {
  display:block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  animation: elevate 1.5s;
  align-content: center;
  align-items: center;
  animation: elevate 1.5s;
}
  
  
.flex-container {
  display:block;
  background-color: #EBE9E1;
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
    min-height: 100dvh;
}

.flex-container > div {
  background-color: transparent;
  width: 92.5%;
  margin-left: 20px;
  text-align: left;
  line-height: 75px;
  font-size: 30px;
}
  
.flex-container h1 {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4em;
}

.flex-container h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4em;
}
  
.flex-container p {
  font-family: 'Shippori Mincho', serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.75em;
  width: 100%;
}

  .list {
    width: calc(100vw - 7.5vw);
    max-width: 600px;
  }
  
.list_item_title {
  font-size: 1.8rem;
  line-height: 1.05em;
}

.content {
  width: 100%;
  height: auto;
}
  
  
.portrait {
  display: inline-block;
  position: relative;
  margin: 0;
  left: 20px;
  top: 60px;
  margin-bottom: 70px;
  }

.portrait img {
  max-width: 350px;
  height: auto;
    width: 70%;
  margin-left: 15%;
  }

.headshot {
  display: inline-block;
  position: relative;
  margin: 0;
  left: 20px;
  top: 60px;
  margin-bottom: 70px;
  }

.headshot img {
  width: 350px;
  height: auto;
  }

}




/* MOBILE END */


