  /* Scss Document */
/* imports */
@import url(/toft/css/bootstrap.min.css);
@import url(/toft/css/mdb.min.css);
/* MIXINS */
/* @mixin background-circle {
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	z-index: -10;
	background-color: $goldenrod;
	position: absolute;
	opacity: 0.25;
	margin-left: 700px;
	margin-top: -150px;
} */
/* VARIABLES */
@import url("https://use.typekit.net/grr4joi.css");
/* SELECTORS */
body {
  font-family: "Adelle", Times New Roman, serif;
  font-size: 1.5 rem;
	font-style: normal;
  font-weight: 100; }

h1, h2 {
  font-family: acumin-pro, sans-serif;
font-style: italic;
font-weight: 600;
   }

h3, h4, h5, h6 {
  font-family: acumin-pro, sans-serif;
font-style: italic;
font-weight: 600; }

h1 {
  font-size: 3.5 rem; }
  @media (max-width: 2000px) {
    h1 {
      font-size: calc(2.5rem + 2.1vw) ; } }

h2 {
  font-size: 3rem; }
  @media (max-width: 2000px) {
    h2 {
      font-size: calc(2rem + 1.8vw) ; } }

h3 {
  font-size: 2.75rem; }
  @media (max-width: 2000px) {
    h3 {
      font-size: calc(1.75rem + 1.5vw) ; } }

h4 {
  font-size: 2.5rem; }
  @media (max-width: 2000px) {
    h4 {
      font-size: calc(1.5rem + 1.2vw) ; } }

h5 {
  font-size: 2.25rem; }
  @media (max-width: 2000px) {
    h5 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h6 {
  font-size: 1.5rem; }

#countdown {
  font-size: 4.5rem;
  color: #ffffff;
  text-shadow: 1px 1px 1px #383838;
  font-family: "acumin-pro", Arial, sans-serif;
  font-style: italic;	
  font-weight: 800;
  letter-spacing: 2px;		}
  @media (max-width: 1187px) {
    #countdown {
      font-size: calc(2rem + 5.1vw) ; } }

.subhead {
  font-family: "Adelle", serif; }

.navbar-brand {
  font-family: "acumin-pro", sans-serif;
	font-style: italic;
  font-size: 2.5rem;
  color: #ffc711;
  text-shadow: 1px 1px 1px #383838;
  margin-right: 0;
  margin-bottom: -10px; }
  @media (max-width: 2000px) {
    .navbar-brand {
      font-size: calc(1.5rem + 1.5vw) ; } }

.navbar-dark .navbar-brand {
  color: #ffc711; }

footer i {
  color: #ffc711; }

footer h6 {
  font-weight: 800; }


#hero-text {
  margin-top: 15rem;
  margin-bottom: 150px;
  color: white;
  text-shadow: 1px 1px 1px #383838; }

#about {
  background-color: white;
  margin-top: -50px;
  color: #004435;
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #about img {
    margin-bottom: 2rem;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #about .container {
    -webkit-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }
  #about h6 {
    font-weight: 800; }

#cta {
  background-image: linear-gradient(#ffc711, #ffc711);
  color: #004435;
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #cta .container {
    -webkit-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }

#app {
  background-image: linear-gradient(#ffc430, #E29714);
  color: #004435;
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #app .container {
    -webkit-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }
  #app img {
    display: block; }
    @media (max-width: 1000px) {
      #app img {
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 1001px) and (max-width: 3500px) {
      #app img {
        float: right;
        display: block; } }

#thankyou {
  background-color: white;
  text-align: center;
  color: #004435; }
  #thankyou h1 {
    font-weight: 800;
    
    font-family: "Adelle", serif; }

.top-nav-collapse {
  background-color: #004435 !important; }

.navbar:not(.top-nav-collapse) {
  background: transparent !important; }

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #004435 !important; } }
@media (max-width: 740px) {
  .full-height,
  .full-height body,
  .full-height header,
  .full-height header .view {
    height: 700px; } }
footer.page-footer {
  background-color: #004435; }

.color-shift {
  animation: colorchange 15s ease infinite;
  -webkit-animation: colorchange 15s ease infinite;
  -moz-animation: colorchange 15s ease infinite; }

@keyframes colorchange {
  0% {
    background: #ffc430; }
  25% {
    background: #ffcd4f; }
  50% {
    background: #E29714; }
  75% {
    background: #F2BA2E; }
  100% {
    background: #ffc430; } }
@-webkit-keyframes colorchange {
  0% {
    background: #ffc430; }
  25% {
    background: #ffcd4f; }
  50% {
    background: #E29714; }
  75% {
    background: #F2BA2E; }
  100% {
    background: #ffc430; } }
@-moz-keyframes colorchange {
  0% {
    background: #ffc430; }
  25% {
    background: #ffcd4f; }
  50% {
    background: #E29714; }
  75% {
    background: #F2BA2E; }
  100% {
    background: #ffc430; } }
.btn-green {
  color: #004435 !important;
  background-color: #00dd58 !important;
  text-shadow: none !important;
}

.btn-green:hover {
  color: #004435 !important;
  background-color: #00c851 !important;
  text-shadow: none !important; }

.btn-green:focus,
.btn-green.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background-color: #00963c; }

.btn-green.dropdown-toggle {
  background-color: #00c851 !important; }

.btn-green.dropdown-toggle:hover,
.btn-green.dropdown-toggle:focus {
  background-color: #00dd58 !important; }

.btn-green:not([disabled]):not(.disabled):active,
.btn-green:not([disabled]):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  background-color: #00963c !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-green:not([disabled]):not(.disabled):active:focus,
.btn-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-outline-green {
  color: #004435 !important;
  background-color: transparent !important;
  border: 2px solid #004435 !important; }

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green:active:focus,
.btn-outline-green.active {
  color: #004435 !important;
  background-color: transparent !important;
  border-color: #004435 !important; }

.btn-outline-green:not([disabled]):not(.disabled):active,
.btn-outline-green:not([disabled]):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #004435 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-outline-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-green:not([disabled]):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
