/*
Theme Name: Unstuck Yourself
Author: Kerri Dawe
Author URI: www.kerridawe.com
*/
:root {
  --bs-body-font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Erica One", sans-serif;
  font-weight: 400; }

/* NAV */
.nav-container {
  height: 80px; }

.nav-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  transition: all 0.5s Ease;
  background-color: #00535d; }

.nav-main ul {
  display: flex;
  height: 100%;
  align-items: center;
  margin: auto 10px auto auto; }

.nav-main ul li {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center; }

.nav-main ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px; }

.nav-main ul li a:hover {
  background: #00434b; }

#banner {
  position: relative;
  height: 90vh;
  background: #dbf524 url("/wp-content/themes/unstuck/images/bg-header.png") top center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed; }

#banner h1 {
  font-size: 90px;
  color: #0d323c; }

#banner a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding-bottom: 30px;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #03323c;
  background: url("/wp-content/themes/unstuck/images/scroll.png") bottom center no-repeat;
  animation: bounce 1s infinite alternate; }

@keyframes bounce {
  0%, 100% {
    bottom: 30px;
    /* Starting and ending point (top of its path) */
    animation-timing-function: ease-in;
    /* Slow start to the fall */ }
  50% {
    bottom: 40px;
    /* Midpoint (bottom of its path) */
    animation-timing-function: ease-out;
    /* Fast start to the rise */ } }
.section-intro {
  color: #fff;
  font-size: 18px;
  line-height: 2.2; }

.section-intro h1 {
  font-size: 50px;
  padding-bottom: 30px; }

#about {
  padding: 120px 0;
  background: #641454; }

#about h1 {
  color: #dbf524; }

#programs {
  padding: 120px 0;
  background: #8a2154 url("/wp-content/themes/unstuck/images/bg-programs.png") top center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed; }

#programs h1 {
  color: #ffdd00; }

.program-filter {
  padding: 40px 0 20px 0; }

.program-filter li {
  display: inline; }

.program-filter li a {
  font-size: 26px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 4px 40px;
  margin: 0 20px;
  border-radius: 30px;
  background: #360e54;
  transform: rotate(5deg);
  border: 3px solid #8a2154;
  outline: 4px solid #8a2154; }

.program-filter li:nth-child(even) a {
  transform: rotate(-5deg); }

.program-filter li a.school {
  background: #b65215; }

.program-filter li a.work {
  background: #4c2f9f; }

.program-filter li a.health {
  background: #630a44; }

.program-filter li a:hover, .program-filter li a.active {
  border: 3px solid #ffdd00;
  outline: 4px solid #6f1f54;
  outline-offset: -8px; }

.program-filter li a:hover {
  animation: wobble 1s ease-in-out infinite; }

@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-5px) rotate(-5deg);
    transform: translateX(-5px) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(calc(5px / 2)) rotate(5deg);
    transform: translateX(calc(5px / 2)) rotate(5deg); }
  45% {
    -webkit-transform: translateX(calc(-5px / 2)) rotate(calc(-5deg / 1.8));
    transform: translateX(calc(-5px / 2)) rotate(calc(-5deg / 1.8)); }
  60% {
    -webkit-transform: translateX(calc(5px / 3.3)) rotate(calc(5deg / 3));
    transform: translateX(calc(5px / 3.3)) rotate(calc(5deg / 3)); }
  75% {
    -webkit-transform: translateX(calc(-5px / 5.5)) rotate(calc(-5deg / 5));
    transform: translateX(calc(-5px / 5.5)) rotate(calc(-5deg / 5)); } }
.clear-filters {
  text-decoration: none;
  color: #ccc;
  margin-bottom: 40px; }

.clear-filters:hover {
  color: #fff; }

.program {
  background: #360e54;
  color: #fff;
  padding: 36px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  margin: 15px;
  transform: scale(1);
  transition: transform 0.25s ease; }

.program:hover {
  transform: scale(1.05); }

.program h1, .program h2, .program h3, .program h4, .program h5, .program h6 {
  font-family: "Montserrat", sans-serif;
  color: #ffdd00;
  font-size: 16px; }

.program h1.program-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px; }

.program a {
  color: #ffdd00; }

.program ul li::marker {
  color: #ffdd00; }

.program .tags {
  font-size: 12px; }

#contact {
  padding: 120px 0;
  background: #175740; }

#contact h1, #contact a, #contact a:hover {
  color: #ffbde1; }

/* FOOTER */
#footer {
  background: #03323c url("/wp-content/themes/unstuck/images/bg-footer.png") top center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  color: #fff;
  font-size: 14px;
  padding: 60px 0;
  font-weight: 300;
  min-height: 400px; }

.nav-footer ul li {
  display: inline;
  padding: 8px 14px; }

.nav-footer ul li:first-child {
  border-right: 1px solid #83867c; }

#footer a, #footer a:hover, #footer a:visited, #footer a:active, #footer a:focus {
  color: #fff;
  text-decoration: none; }

.not-found {
  text-align: center;
  padding: 120px 0; }

/* MISC */
.clear {
  clear: both; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }

/* BUTTON */
.btn {
  border-radius: 0;
  border: 0; }

.btn-primary {
  background: #53ac1e; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #34780c; }

.btn i {
  padding-left: 5px;
  font-size: 1.2em; }

.btn i:before {
  position: relative;
  bottom: -2px; }

/* Large Screen Sizes */
/* Medium Screen Sizes */
@media (max-width: 992px) {
  .program-filter li a {
    font-size: 20px;
    padding: 4px 20px;
    margin: 0 10px; } }
/* Small Screen Sizes */
@media (max-width: 768px) {
  #banner h1 {
    margin: 0 30px; }

  .section-intro h1 {
    font-size: 42px; }

  .section-intro p {
    font-size: 16px; }

  .section-intro h1, .section-intro p {
    padding: 0 30px; }

  .program-filter li a {
    font-size: 18px;
    padding: 4px 10px;
    margin: 0 5px; }

  #footer {
    min-height: 200px; } }
/* X-Small Screen Sizes */
@media (max-width: 460px) {
  .program-filter li a {
    margin: 5px; } }
