html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  list-style-position: inside;
}

body {
  line-height: 1.5;
  font-size: 16px;
}

/*
* -- CONTAINER STYLES --
*/
.container {
  width: min(90%, 70.5rem);
  margin-inline: auto;
  padding: 0 40px 150px;
}
.container--social {
  width: min(90%, 70.5rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .container {
    margin: 20px;
    text-align: center;
    padding: 0 20px 150px;
  }
}
/*
Beginning of Main styling of site
 */
#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 3em;
  min-height: 70vh;
}

.top,
article {
  padding-top: 15vh;
}

*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
}

/* Colours */
/*Translucent colors for home page nav*/
body {
  font-family: "Oswald", sans-serif;
  color: #2d3e50;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Truculenta", sans-serif;
}

/*Defining text typology*/
.logo-text, .logo__text {
  font-size: 2em;
  font-family: "Stick No Bills", sans-serif;
}

.header-text {
  font-family: "Truculenta", sans-serif;
  font-size: 3em;
}

.btn, .btn--login, .btn--cta.btn__secondary, .btn--cta.btn__primary, .btn--cta {
  font-family: "Truculenta", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  line-height: 1;
}
.btn > i, .btn--login > i, .btn--cta.btn__secondary > i, .btn--cta.btn__primary > i, .btn--cta > i {
  margin-inline: 0.25em;
}
.btn__primary {
  background-color: #e54a1f;
  color: #ffffff;
  border: 2px solid #e54a1f;
  transition: all 300ms ease;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
}
.btn__primary:hover, .btn__primary:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #e54a1f;
  text-decoration: none;
}
.btn__primary--light {
  background-color: #e54a1f;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 300ms ease;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
  font-weight: 600;
}
.btn__primary--light:hover, .btn__primary--light:focus {
  border: 2px solid #ffffff;
  color: #e54a1f;
  background-color: #ffffff;
  text-decoration: none;
}
.btn__secondary {
  background-color: transparent;
  color: #0080f0;
  border: 2px solid #0080f0;
  transition: all 300ms ease;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
  font-weight: 600;
}
.btn__secondary:hover, .btn__secondary:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #0080f0;
  text-decoration: none;
}
.btn__secondary--light {
  background-color: #0080f0;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 300ms ease;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
  font-weight: 600;
}
.btn__secondary--light:hover, .btn__secondary--light:focus {
  border: 2px solid #ffffff;
  color: #0080f0;
  background-color: #ffffff;
  text-decoration: none;
}
.btn--cta {
  padding: 1em;
  max-width: max-content;
  max-height: 4em;
  font-size: 1.5em;
  font-weight: 400;
}
.btn--cta:hover, .btn--cta:focus {
  background-color: #8a9017;
  color: #ffffff;
  transition: all 100ms ease-in;
}

/*If browser supports outline, then it will play effect*/
@supports (outline: 2px solid #ffffff) {
  .btn__primary {
    outline: 2px solid #e54a1f;
    outline-offset: -2px;
  }
  .btn__primary:hover, .btn__primary:focus {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
  }
  .btn__secondary {
    outline: 2px solid #0080f0;
    outline-offset: -2px;
  }
  .btn__secondary:hover, .btn__secondary:focus {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
  }
  .btn__light {
    outline: 2px solid #ffffff;
    outline-offset: -2px;
  }
  .btn__light:hover, .btn__light:focus {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
  }
  .btn--cta.btn__primary {
    outline: 2px solid #e54a1f;
    outline-offset: -2px;
  }
  .btn--cta.btn__primary:hover, .btn--cta.btn__primary:focus {
    outline: 2px solid #8a9017;
    outline-offset: 4px;
  }
  .btn--cta.btn__secondary {
    outline: 2px solid #0080f0;
    outline-offset: -2px;
  }
  .btn--cta.btn__secondary:hover, .btn--cta.btn__secondary:focus {
    outline: 2px solid #8a9017;
    outline-offset: 4px;
  }
  .btn--login {
    width: 100%;
  }
}
.btn__container, .btn__container--social {
  width: max-content;
}
.btn__container--social {
  width: min(100%, 30rem);
  margin-inline: auto;
}

.btn__container .btn, .btn__container--social .btn, .btn__container .btn--cta, .btn__container--social .btn--cta, .btn__container .btn--login, .btn__container--social .btn--login {
  margin: 0.5em 0 !important;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/*Header Styles*/
.hero, .hero--login, .hero--brooyar, .hero--home, .hero--landing {
  width: auto;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero--landing {
  background-image: url("/images/hero--landing.jpg");
  height: 100vh;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.hero--home {
  background-image: url("/images/hero--homepage.jpg");
}
.hero--brooyar {
  background-image: url("/images/trip-photos/header-brooyar.jpg");
}
.hero--login {
  background-image: url("/images/hero--login.jpg");
  height: 100vh;
}
@media screen and (min-width: 0) {
  .hero--home {
    height: 30vh;
  }
}
@media screen and (min-width: 480px) {
  .hero--home {
    height: 80vh;
  }
}

/*Dotted links within content*/
.link {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: inherit;
}
.link:hover, .link:focus {
  color: inherit;
  text-decoration-style: solid;
}
.link--primary {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #e54a1f;
}
.link--primary:hover, .link--primary:focus {
  color: #e54a1f;
  text-decoration-style: solid;
}
.link--login {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #8a9017;
}
.link--login:hover, .link--login:focus {
  color: #8a9017;
  text-decoration-style: solid;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  width: 80vw;
  margin-inline: auto;
}

.option {
  color: #8a9017;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
}
.option i {
  font-size: 2rem;
}

/*Row class contains columns, when screen shrinks the columns will stack*/
section > .row, section > .row--accent1 {
  margin-block: 10vh;
}

.row, .row--accent1 {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  margin-bottom: 3em;
}
.row:after, .row--accent1:after {
  content: "";
  display: table;
  clear: both;
}
.row--accent1 {
  background-color: #8a9017;
  color: #ffffff;
}

.column, .column--12, .column--6, .column--4 {
  float: left;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*Nested inside each column*/
}
.column--4 {
  width: 33.3%;
  height: 50%;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
}
.column--6 {
  width: 50%;
  height: 100vh;
}
.column--12 {
  width: 100%;
  height: 100vh;
}
.column__container {
  display: flex;
  flex-direction: column;
  padding: 10% 20%;
}
@media screen and (min-width: 0) {
  .column__container {
    text-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 720px) {
  .column__container {
    text-align: start;
    align-items: flex-start;
  }
}
.column__title {
  color: #735e36;
  font-size: 1.5em;
}
.column__heading {
  color: #8a9017;
  font-size: 2em;
}
.column__heading--light {
  color: #ffffff;
  padding-block: 2rem;
}
.column__body {
  color: #2d3e50;
  font-size: 1.25em;
}
.column__image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 0) {
  .column, .column--4, .column--6, .column--12 {
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}
.fade-in.appear {
  opacity: 1;
}

.left-side {
  transform: translateX(-50%);
}

.right-side {
  transform: translateX(50%);
}

.left-side, .right-side {
  opacity: 0;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
}
.left-side.appear, .right-side.appear {
  opacity: 1;
  transform: translate(0);
}

/*

Grid Column Helper

*/
.container--fluid {
  width: 100%;
}

.row:after, .row--accent1:after {
  display: block;
  clear: both;
  content: "";
}

.row, .row--accent1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 0) {
  .col-1 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-1 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-1 {
    margin-left: 8.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-2 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-2 {
    flex: 0 0 16.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-2 {
    margin-left: 16.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-3 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-3 {
    flex: 0 0 25%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-3 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-3 {
    margin-left: 25%;
  }
}

@media screen and (min-width: 0) {
  .col-4 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-4 {
    flex: 0 0 33.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-4 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-4 {
    margin-left: 33.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-5 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-5 {
    flex: 0 0 41.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-5 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-5 {
    margin-left: 41.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-6 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-6 {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-6 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-6 {
    margin-left: 50%;
  }
}

@media screen and (min-width: 0) {
  .col-7 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-7 {
    flex: 0 0 58.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-7 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-7 {
    margin-left: 58.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-8 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-8 {
    flex: 0 0 66.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-8 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-8 {
    margin-left: 66.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-9 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-9 {
    flex: 0 0 75%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-9 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-9 {
    margin-left: 75%;
  }
}

@media screen and (min-width: 0) {
  .col-10 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-10 {
    flex: 0 0 83.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-10 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-10 {
    margin-left: 83.3333333333%;
  }
}

@media screen and (min-width: 0) {
  .col-11 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-11 {
    flex: 0 0 91.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-11 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media screen and (min-width: 0) {
  .col-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 720px) {
  .col-12 {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 0) {
  .col-offset-12 {
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .col-offset-12 {
    margin-left: 100%;
  }
}

/* This is the class used for the footer */
.footer {
  position: relative;
  background: #2d3e50;
  color: #ffffff;
  width: 100%;
  min-height: min(30vh, 70rem);
  text-align: center;
  font-family: "Truculenta", sans-serif;
  padding: 1em;
}
.footer__top {
  display: grid;
  justify-content: flex-end;
  text-decoration: none;
  padding: 0.5rem min(5%, 2rem);
}
.footer__top i {
  padding-right: 0.25rem;
}

/*
-----------RESPONSIVE DESIGN (MEDIA QUERIES)---------------
*/
/*
--------Tablet view-------------
*/
@media screen and (max-width: 768px) {
  .mobile-flex-column {
    flex-direction: column;
  }

  .menu-btn {
    display: inline-flex;
  }
}
/*
----------Mobile View----------
*/
@media screen and (max-width: 550px) {
  .big {
    font-size: 1rem;
  }

  .small {
    font-size: 0.75rem;
  }

  /*Mobile Navigation*/
  .nav-wrapper {
    top: -15vh;
    position: fixed;
    height: 15vh;
    justify-content: center !important;
    overflow: visible !important;
    z-index: 998;
    touch-action: none;
    -ms-touch-action: none;
    transition: top 500ms;
  }

  .bar, .bar::before, .bar::after {
    display: inline-block;
  }

  .logo-wrapper {
    padding: 0;
    align-items: center;
    height: 100%;
  }

  .logo-wrapper img {
    width: 4rem;
  }

  .logo-text {
    display: none;
  }

  .left {
    width: 100%;
    align-items: center;
    justify-content: left;
  }

  .main-nav {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #707070;
    height: 100vh;
    top: 100%;
    transform: translate(100%);
    transform-origin: right;
    transition: transform 400ms ease-in-out;
  }

  .main-nav.active {
    transform: translate(0%);
    overflow-y: hidden;
  }

  .main-nav.active .item {
    opacity: 1;
  }

  .nav-active {
    top: 0;
  }

  .nav-links {
    flex-direction: column;
    width: 100vw;
    padding: min(10%, 2rem);
  }

  .nav-links li {
    margin: 0;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    opacity: 0;
    transition: opacity 250ms ease-in-out 250ms;
  }

  .stack {
    flex-direction: row;
  }

  /*Keeps logo at top when wanted*/
  .stay {
    position: absolute !important;
    top: 0;
  }

  .nav-button {
    display: flex !important;
  }

  .nav-text {
    display: block !important;
  }

  .landing-options {
    flex-direction: column;
  }

  .search-button {
    padding: 0.5rem;
    border-radius: 100px;
  }

  .search-field {
    padding: 0.5rem;
  }

  /*Sets table to smaller text for search_members*/
  table {
    font-size: 0.8rem;
  }
}
/*When Screen Height is too small, it will scroll*/
@media screen and (max-height: 650px) {
  .main-nav ul {
    justify-content: normal;
    overflow-y: auto;
  }
}
/* 
---------Main Navigation------------
*/
/* Logo Section */
.logo, .logo--dark, .logo--light {
  display: inline-flex;
  justify-items: flex-end;
}
.logo--light {
  color: #ffffff;
  filter: brightness(0%) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(16deg) brightness(104%) contrast(101%);
}
.logo--dark {
  color: #2d3e50;
  filter: brightness(0%) saturate(100%) invert(20%) sepia(27%) saturate(776%) hue-rotate(170deg) brightness(88%) contrast(86%);
}
.logo__img {
  max-width: 3em;
  width: 100%;
  transform: translateY(0.33rem);
}
.logo__text {
  padding-left: 0.25em;
}

@media screen and (min-width: 0) {
  .logo__text {
    display: none;
  }

  .logo__img {
    max-width: 4em;
  }
}
@media screen and (min-width: 480px) {
  .logo__text {
    display: block;
    font-size: clamp(1rem, 0.2rem + 4vw, 2rem);
  }
}
.nav {
  width: 100%;
  z-index: 100;
  position: absolute;
  padding: clamp(0.25rem, 10vh, 0.5rem) min(10%, 5rem);
  display: flex;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  touch-action: none;
  top: 0;
  left: 0;
}

/* Nav Bar Styles */
.nav-wrapper {
  position: fixed;
  justify-content: space-between;
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  border-bottom: 1px solid #707070;
  width: 100%;
  height: 10vh;
  overflow: hidden;
}

.main-nav {
  justify-content: end;
  align-content: flex-end;
  left: 0;
}

.main-nav li {
  display: inline-flex;
  list-style: none;
  align-items: stretch;
  margin-right: 1rem;
}

.nav-text {
  display: none;
}

.item i {
  font-size: 2em;
}

.item:hover,
i:hover {
  color: inherit;
}

.out {
  background-color: transparent;
  border: none;
  backdrop-filter: blur(0);
}

.nav-button {
  position: absolute;
  right: 1em;
  width: 3em;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  top: 0;
}

.burger-menu {
  position: absolute;
  width: 2em;
  height: 0.3em;
  background-color: #2d3e50;
  border-radius: 1000px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.burger-menu::before,
.burger-menu::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 0.3em;
  background-color: #2d3e50;
  border-radius: 1000px;
}

.burger-menu::before {
  transform: translateY(0.5em);
  transition: all 300ms ease-in-out;
}

.burger-menu::after {
  transform: translateY(-0.5rem);
  transition: all 300ms ease-in-out;
}

/* ANIMATION */
.open.burger-menu {
  transform: translateX(1rem);
  background: transparent;
}

.open.burger-menu::before {
  transform: rotate(45deg) translate(-1rem, 1rem);
}

.open.burger-menu::after {
  transform: rotate(-45deg) translate(-1rem, -1rem);
}

/* Search Button Style */
.searchbar {
  margin: 0;
  padding: 0;
  border: 2px solid #2d3e50;
  border-radius: 50px;
  align-items: stretch;
  font-size: initial;
}

.search-button {
  cursor: pointer;
  border: 1px solid #2d3e50;
  background: transparent;
  border-radius: 50px;
  padding: 0.4em;
  color: #2d3e50;
}

.search-button:hover {
  background-color: #2d3e50;
  color: #ffffff;
}

.search-field {
  padding: 0 0.5rem;
  border: 0;
  background-color: transparent;
  flex-grow: 1;
  font-family: "Truculenta", sans-serif;
  color: #2d3e50;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}

.search-field:focus {
  outline: 0;
}

.clear {
  background: none;
}

nav.landing-options {
  display: flex;
  flex-wrap: wrap;
}

.width-full {
  width: 100%;
}

.align-center {
  text-align: center;
}

/*Home Page (Index when logged in)*/
/*Grid Layout*/
.home-page-nav {
  max-width: 75vw;
  margin: auto auto 5em auto;
}

#welcome-box {
  padding: 2em;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px 1px black;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-end: 1em;
}

.homepage-img3 {
  box-shadow: -2em 2em 0 0 #f2e7db;
  max-width: 100%;
}

.displace {
  position: relative;
  top: -5vh;
}

.grid-container-home {
  display: block;
}

.grid-container-home .grid-item {
  min-width: 100%;
  aspect-ratio: 1/1;
  width: clamp(15em, 20em, 10vw);
  padding: 0.5em 1em;
}

.home-page a i {
  margin-right: 0.5em;
}

@media screen and (min-width: 650px) {
  .grid-container-home {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
  }

  .displace {
    top: -20vh;
  }

  .grid-container-home .grid-item {
    padding: 1em;
  }
}
@media screen and (min-width: 900px) {
  .grid-container-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    font-size: 0.75rem;
    /* Fallback in case for compatability */
    font-size: clamp(0.75rem, 1rem, 10px);
  }

  .displace {
    top: -30vh;
  }
}
/*Content on Homepage*/
.bg-logbook {
  background-image: url("/images/icons/icon-logbook.svg");
  background-color: rgba(138, 144, 23, 0.1);
  color: #8a9017;
}

.bg-logbook:hover {
  border-color: #8a9017;
}

.bg-trips {
  background-image: url("/images/icons/icon-trips.svg");
  background-color: rgba(229, 74, 31, 0.1);
  color: #e54a1f;
}

.bg-trips:hover {
  border-color: #e54a1f;
}

.bg-calendar {
  background-image: url("/images/icons/icon-calendar.svg");
  background-color: rgba(164, 3, 104, 0.1);
  color: #a40368;
}

.bg-calendar:hover {
  border-color: #a40368;
}

.bg-cart {
  background-image: url("/images/icons/icon-cart.svg");
  background-color: rgba(0, 128, 240, 0.1);
  color: #0080f0;
}

.bg-cart:hover {
  border-color: #0080f0;
}

.home-page-nav .header-text {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.nav-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 5px;
}

.home-page-nav a:hover {
  text-decoration: none;
}

/*
Structure of Page:

# Hero
# What We Do
# Our Ideology
# Activity
# Contact Us

*/
.hero__nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 15vh;
  width: 100%;
  padding-inline: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 0) {
  .hero__nav {
    padding-inline: 1rem;
    font-size: clamp(14px, 4vw, 16px);
  }
}
@media screen and (min-width: 1200px) {
  .hero__nav {
    padding-inline: 3rem;
  }
}
.hero__links {
  display: flex;
}
.hero__links * {
  margin: clamp(0.25rem, 0.95rem + 0.25vw, 0.5rem);
}
.hero__text {
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

/* Who are we and our ideology images */
#who_are_we {
  background-image: url("/images/who_are_we.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  height: 100vh;
}

#our_ideology {
  background-image: url("/images/flinders1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  height: 100vh;
}

/*
-------------What we do section----------------
*/
.activity {
  display: flex;
  align-items: baseline;
  padding: 5%;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 0) {
  .activity {
    flex-direction: column;
  }
}
@media screen and (min-width: 720px) {
  .activity {
    flex-direction: row;
  }
}

.center-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/*
-----------Contact Section---------------
*/
/*
This section is using css grid, 4 rows x 4 columns
*/
.item1 {
  grid-area: img1;
}

.item2 {
  grid-area: img2;
}

.item3 {
  grid-area: img3;
}

/*Connect*/
.item4 {
  grid-area: connect;
  width: 90%;
  background-color: #0080f0;
  padding: 1em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: clamp(1em, 2vw, 1.5em);
  padding-block: clamp(2em, 5vw, 3.5em);
}
.item4 i {
  font-size: 2em;
}

.social-icons a {
  padding: 0 0.5em;
}

.darken {
  scale: 1;
}

/*Social icon hover darken effect*/
.darken:hover,
.darken:focus {
  scale: 1.1;
  transition: scale 0.2s ease-in-out;
}

/*Logo box*/
.item5 {
  grid-area: logo;
  width: 100%;
  background-color: #2d3e50;
  padding: 2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: clamp(1em, 2vw, 1.5em);
  padding-block: clamp(2em, 5vw, 3.5em);
  color: white;
}

.item6 {
  grid-area: img4;
}

.item7 {
  grid-area: img5;
}

/*Contact Box*/
.item8 {
  grid-area: contact;
  width: 90%;
  background-color: #e54a1f;
  padding: 1em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  font-size: clamp(1em, 2vw, 1.5em);
  padding-block: clamp(2em, 5vw, 3.5em);
}

/*
Defines the grid container 
*/
.grid__container {
  display: grid;
  grid-gap: 2em;
  color: #ffffff;
  overflow: hidden;
  justify-items: center;
}
.grid__container > div {
  /*Makes grid items fill their containers*/
  max-width: 100%;
}
.grid__container > div > img {
  max-width: 100%;
}
@media screen and (min-width: 0) {
  .grid__container {
    grid-template-columns: 100%;
    padding-inline: 3rem;
    grid-template-areas: "img1" "img2" "img3" "connect" "img4" "logo" "img5" "contact";
  }
}
@media screen and (min-width: 480px) {
  .grid__container {
    width: 100%;
    padding-inline: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "img1 img2" "connect connect" "img4 img3" "logo img3" "contact contact" "img5 img5";
  }
}
@media screen and (min-width: 720px) {
  .grid__container {
    padding-inline: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "img1 img2 img3" "connect . img4" "connect logo contact" "img5 . contact";
  }
}

/*
-----------Logbook Page--------------
*/
#skill-text {
  color: #735e36;
  width: auto;
}

/*Displays skills in a grid*/
.skill-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  justify-items: center;
  row-gap: 3em;
  margin-top: 3em;
}

.skill-icon-container {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-size: 100%;
}

.skill-icon {
  padding: 5em;
  /* Fallback */
  padding: clamp(2em, 5em, 15vw);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 100%;
  height: 100%;
}

/*Mobile View*/
@media screen and (max-width: 400px) {
  .skill-container {
    display: flex;
    flex-direction: column;
  }

  .skill-item {
    margin-bottom: 1em;
    justify-content: center;
  }

  #skill-text {
    width: 100%;
  }
}
/*Tablet View*/
@media screen and (max-width: 768px) {
  .skill-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .skill-item {
    margin: 1em;
    justify-content: center;
  }
}
/*Icons for Logbook Page*/
.icon-bg-defaults {
  background-position: center;
  background-repeat: no-repeat;
}

.greyscale {
  filter: grayscale(100%);
}

#indicator {
  margin-inline-start: 0.5rem;
}

.signed-off-true-icon {
  background-image: url("/images/icons/full-circle.svg");
}

.signed-off-false-icon {
  background-image: url("/images/icons/full-circle-false.svg");
}

.signed-off-pending-icon {
  background-image: url("/images/icons/full-circle-pending.svg");
}

.tr {
  background-image: url("/images/icons/icon-top-rope.svg");
}

.sp {
  background-image: url("/images/icons/icon-leader.svg");
}

.rs {
  background-image: url("/images/icons/icon-rescue-skils.svg");
}

.td {
  background-image: url("/images/icons/icon-trad.svg");
}

.ad {
  background-image: url("/images/icons/icon-aid.svg");
}

h2 strong {
  text-decoration: underline;
}

.sign-off {
  background-image: url("/images/icons/icon-sign-off.svg");
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
}

.view-member {
  background-image: url("/images/icons/icons8-eye-40.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 2.5em;
  aspect-ratio: 1/1;
}

.prereqs,
.signoff-full {
  overflow-x: auto;
}

@media screen and (max-width: 480px) {
  td.signoff-link a {
    height: 20px;
    width: 20px;
  }

  td.signoff-link a i {
    height: 20px;
    width: 20px;
  }
}
table.pure-table {
  margin: 0 auto;
}

table.pure-table thead {
  text-align: center;
}

table {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
}

p.error {
  color: red;
  text-align: center;
}

input.error {
  background: red;
}

label.signoff-message {
  padding: 20px;
}

.signoff-button {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.prereqs {
  border: solid 1px #ffd2d2;
  padding: 5%;
  text-align: center;
}

a.member-name-link {
  color: #b94a48;
  text-decoration: none;
}

td.sign-off-yes {
  background: #dff2bf;
  color: black;
}

td.sign-off-no {
  background-color: #ffd2d2;
  color: black;
}

td.sign-off-pending {
  background-color: #feefb3;
  color: black;
}

.signoff-partial {
  margin: 10px auto;
  border: solid 1px #feefb3;
  padding: 5%;
  text-align: center;
}

#anchor,
#climb,
#errors {
  text-align: center;
  margin: 10px auto;
}

form.pure-form.requirement-form div.pure-controls {
  text-align: left;
  margin-top: 10px;
}

.signoff-full {
  margin: 10px auto;
  border: solid 1px #dff2bf;
  padding: 5%;
  text-align: left;
}

.signoff-full h3,
.signoff-full h4 {
  text-align: center;
}

.signoff-full p {
  color: darkgoldenrod;
}

.signoff-full table {
  text-align: center;
}

p.sad {
  color: black;
  text-align: left;
  font-size: 0.8em;
}

.signoff-full h5 {
  text-align: left;
}

#reveal-admin-section {
  display: block;
  margin: 10px auto;
}

#admin-signoff-container {
  display: none;
  text-align: center;
}

#admin-signoff-container input,
#admin-signoff-container select {
  margin: 10px auto;
}

.container--login {
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  width: min-content;
  height: min-content;
  overflow: hidden;
  display: flex;
  background-color: #ffffff;
  border-radius: 1em;
}

.form {
  width: 100%;
  font-size: clamp(14px, 4vw, 18px);
}
.form__title {
  width: 100%;
  font-size: clamp(20px, 10vw, 3em);
  background-color: #8a9017;
  color: #ffffff;
  text-align: center;
  padding: clamp(0.5em, 8vw, 1em);
  margin: 0;
}
.form__container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2em 3em;
}
.form__container > * {
  margin: 1em;
}
.form__label {
  position: absolute;
  color: #2d3e50;
  top: -90%;
}
@media screen and (min-width: 480px) {
  .form__label {
    top: -100%;
  }
}
.form__input {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.form__input label {
  background-color: #8a9017;
  font-size: 2rem;
  padding: 0.5rem;
  color: #ffffff;
  display: grid;
  place-content: center;
  border-radius: 10px 0 0 10px;
}
.form__input input {
  width: auto;
  flex-grow: 1;
  border: 1px solid #8a9017;
  border-radius: 0 10px 10px 0;
  padding-inline: 0.5em;
  transition: all 300ms ease;
}
.form__input input:focus {
  outline: none;
  box-shadow: inset 0 0 2px 2px rgba(138, 144, 23, 0.25);
}
.form button.link--login {
  background: none;
  border: none;
  padding: 0.5em 0;
  width: max-content;
}
.form__submit {
  text-align: center;
}

.visibility__btn {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  color: #8a9017;
  font-size: 1.5rem;
  transition: all 250ms ease-in-out;
  padding: 5%;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
}
.visibility__btn:hover, .visibility__btn:focus {
  color: #54580e;
}

table.member-search, table.member-search td, table.member-search th {
  color: black;
  border-collapse: collapse;
  border: 1px solid black;
}

td.declined {
  background: #cc3300;
}

td.expired {
  background: #ff9966;
}

td.approved {
  background: #ffcc00;
}

td.trial {
  background: #99cc33;
}

td.paid {
  background: #339900;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
  background: rgb(28, 184, 65);
  /* this is a green */
}

.button-error {
  background: rgb(202, 60, 60);
  /* this is a maroon */
}

.button-warning {
  background: rgb(223, 117, 20);
  /* this is an orange */
}

.button-secondary {
  background: rgb(66, 184, 221);
  /* this is a light blue */
}

form.application-email {
  padding: 5%;
  font-size: 1.2em;
}

form.application-email button {
  margin: 2%;
}

form.start-application {
  text-align: center;
}

form.start-application input[type=email] {
  margin: 0 2em;
}

.student_id, .international_student, .student_duration {
  display: none;
}

form.pure-form legend {
  width: 80%;
  margin-bottom: 2em;
  font-size: 1.5em;
}

form.pure-form p {
  margin: 0 0 0 1em;
}

form.pure-form textarea {
  width: 100%;
}

div.pure-u-1.pure-u-md-1-1.application-submit {
  text-align: center;
  margin-top: 4em;
}

div.application-buttons {
  display: flex;
  justify-content: space-around;
}

form.pure-form.accept-decline {
  text-align: center;
  margin-top: 3em;
}

.applications {
  text-align: center;
}

.applications .application-tabs {
  margin: 2em 0;
}

.application-tabs button {
  margin: 0 1em;
}

#accepted-view, #declined-view {
  display: none;
}

@media screen and (max-width: 480px) {
  .applications {
    overflow-x: auto;
  }
}
form.pure-form.accept-decline > button {
  margin-left: 2em;
}

span.error {
  display: none;
  color: red;
}

a.start-trial, a.create-trip {
  text-decoration: none;
  padding: 1em;
  color: white;
  text-transform: uppercase;
  background: #99cc33;
  display: block;
  margin: 5px auto;
  text-align: center;
}

a.create-trip {
  width: 100px;
}

.renew {
  color: black;
  border: 1px solid #FEEFB3;
  margin: 1em;
  padding: 1em;
}

.renew p {
  margin-right: 2em;
  width: 180px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .renew {
    flex-direction: column;
  }
}
article.membership {
  display: flex;
  flex-wrap: wrap;
}

article.membership > div {
  width: 46%;
  margin: 1%;
  padding: 1%;
}

.membership table.pure-table tr, td {
  border: 1px solid #BEB4AB;
}

@media screen and (max-width: 480px) {
  article.membership {
    flex-direction: column;
    text-align: center;
  }

  article.membership div {
    margin: 0 auto;
    width: 100%;
  }
}
.member-details-button {
  display: block;
  margin: 1em auto;
}

#edit-student-status {
  display: none;
}

#save-changes {
  display: none;
}

/* For skills explanations pages */
section.container.skill-info {
  text-align: left;
  color: black;
  padding: 2% 2% 5%;
}

.skill-info article h2 {
  line-height: 50px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center left;
  padding-left: 50px;
}

.skill-info article nav {
  display: flex;
  justify-content: center;
}

nav a.prev, nav a.next, nav a.logbook, nav a.signoff {
  text-decoration: none;
  color: white;
  padding: 0.8em;
  background: #09BB8F;
  margin: 0.5em;
}

nav a.prev i, nav a.logbook i, nav a.signoff img {
  margin-right: 1em;
}

nav a.signoff img {
  aspect-ratio: 1/1;
  height: 1em;
}

nav a.next i {
  margin-left: 1em;
}

article.top-rope h2 {
  background-image: url("/images/icons/icons8-Climbing-48.png");
}

article.sport h2 {
  background-image: url("/images/icons/icons8-Quickdraw-48.png");
}

article.rescue-skills h2 {
  background-image: url("/images/icons/icons8-Rope-48.png");
}

article.trad h2 {
  background-image: url("/images/icons/icons8-Alps-50.png");
}

article.expert h2 {
  background-image: url("/images/icons/icons8-Ascender-48.png");
}

article.top-rope-climber section.harness ol {
  list-style-image: url("/images/icons/icons8-Harness-20.png");
}

article.top-rope-climber section.helmet ol {
  list-style-image: url("/images/icons/icons8-Climbing Helmet-20.png");
}

article.top-rope-climber section.belaying ol {
  list-style-image: url("/images/icons/icons8-Climbing-20.png");
}

li.rock {
  list-style-image: url("/images/icons/icons8-rock-20.png");
}

li.harness {
  list-style-image: url("/images/icons/icons8-Harness-20.png");
}

li.cliff {
  list-style-image: url("/images/icons/icons8-cliff-20.png");
}

li.climber {
  list-style-image: url("/images/icons/icons8-Climbing-20.png");
}

li.rope {
  list-style-image: url("/images/icons/icons8-Rope-20.png");
}

li.helmet {
  list-style-image: url("/images/icons/icons8-Climbing Helmet-20.png");
}

li.sun {
  list-style-image: url("/images/icons/icons8-oak-tree-20.png");
}

li.shed {
  list-style-image: url("/images/icons/icons8-warehouse-20.png");
}

li.run {
  list-style-image: url("/images/icons/icons8-exercise-20.png");
}

li.tree {
  list-style-image: url("/images/icons/icons8-oak-tree-20.png");
}

li.carabiner {
  list-style-image: url("/images/icons/icons8-Carabiner-20.png");
}

li.attention {
  list-style-image: url("/images/icons/icons8-error-20.png");
}

li.shout {
  list-style-image: url("/images/icons/icons8-advertising-20.png");
}

li.quickdraw {
  list-style-image: url("/images/icons/icons8-Quickdraw-20.png");
}

li.weight {
  list-style-image: url("/images/icons/icons8-weight-16.png");
}

li.eye {
  list-style-image: url("/images/icons/icons8-eye-20.png");
}

li.bolt-plate {
  list-style-image: url("/images/icons/icons8-Climbing Anchor-20.png");
}

li.rap {
  list-style-image: url("/images/icons/icons8-Belayer-20.png");
}

li.chain {
  list-style-image: url("/images/icons/icons8-chain-20.png");
}

li.talk {
  list-style-image: url("/images/icons/icons8-collaboration-20.png");
}

li.read {
  list-style-image: url("/images/icons/icons8-read-20.png");
}

.container--social {
  width: 100vw;
  height: 100vh;
  padding-inline: 1rem;
  padding-block: 1rem;
  align-items: center;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: white !important;
}
.container--social > * {
  margin-inline: auto;
  text-align: center;
}
.container--social img {
  width: 30%;
  height: auto;
}
.container--social h1,
.container--social h2 {
  margin: 0;
}
@media screen and (min-width: 720px) {
  .container--social img {
    width: 50%;
  }
  .container--social h1,
.container--social h2 {
    font-size: 2.5em;
  }
}

.lead {
  font-weight: 200;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 480px) {
  nav.landing-options {
    flex-direction: column;
  }
}
nav.landing-options div.login, nav.landing-options div.apply, nav.landing-options div.forum, nav.landing-options div.membership, nav.landing-options div.calendar {
  text-align: center;
  width: 200px;
  padding: 1%;
  overflow: hidden;
  margin: 0 auto;
}

nav.landing-options a {
  text-decoration: none;
  color: inherit;
}

nav.landing-options a i {
  font-size: 5em;
  color: #09BB8F;
}

div.execs, div.shed-key-holders {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

div.exec, div.shed-key-holder {
  padding: 1%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

div.shed-key-holder {
  width: 25%;
}

div.shed-key-holder img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
}

@media screen and (max-width: 480px) {
  div.shed-key-holder {
    width: 100%;
  }
}
div.exec img {
  width: 200px;
  height: 200px;
}

div.exec h4, div.exec p, div.shed-key-holder h4, div.shed-key-holder p {
  margin: 0;
  color: #09BB8F;
}

div.exec h4, div.shed-key-holder h4 {
  margin-top: 10px;
  color: #024EA4;
}

/*--------------Trips-----------*/
/*Trip Signups*/
.trip-description textarea#description {
  width: 30em;
}

#new-trip-submit {
  display: block;
  margin: 1em auto;
}

#create-trip-form input,
#create-trip-form select {
  width: min(100%, 10em);
  display: inline-block;
}

article.trip-description {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  margin: 0 auto;
  color: #2d3e50;
}
@media screen and (min-width: 0) {
  article.trip-description {
    padding: 0;
  }
}

.trip-description #action-buttons-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.trip-description .btn {
  max-width: min(100%, 15em);
}

.trip-details h2 {
  font-family: "Truculenta", sans-serif;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.trip-details h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  text-transform: capitalize;
}

.trip-information h2,
.trip-information h3,
.trip-information h4 {
  font-family: "Truculenta", sans-serif;
  margin: 0;
  font-size: 1.5rem;
}

.trip-information p {
  font-family: "Oswald", sans-serif;
}

.trip-information strong {
  font-weight: bold;
}

.trip-information blockquote {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 1em;
  font-size: 1.25em;
  box-shadow: 0 0 5px 0 #2d3e50;
  margin-inline: 0;
}

.trip-information a {
  color: #e54a1f;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.trip-information a:hover {
  text-decoration-style: solid;
}

article.trip-description img,
figure {
  margin: 0;
  width: 100%;
}

div.trip-description-how-to {
  color: black;
  margin: 50px 0 50px 30px;
}

div.trip-description-how-to h4,
div.trip-description-how-to p {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
}

section.trip-signups {
  background: #eaeaea;
  color: black;
  padding: 10px;
}

section.trip-signups p {
  margin: 1px;
}

section.trip-signups p strong {
  display: inline-block;
  width: 150px;
}

@media screen and (max-width: 480px) {
  .trip-description #action-buttons-group {
    flex-direction: column;
    align-items: center;
  }

  section.trip-signups p strong {
    width: auto;
  }

  .trip-index {
    text-align: left;
  }
}
div.signup {
  background: #fbfbfb;
  padding: 20px 0 10px 20px;
  margin: 10px;
}

/*Trip Page*/
.trip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trip-container > * {
  margin-block: 0.5em;
}

.trip-item-container {
  display: flex;
  justify-content: center;
  width: 30%;
}

.trip-item {
  width: 100%;
  border-radius: 35px;
  font-weight: 600;
  color: #2d3e50;
  font-family: "Truculenta", sans-serif;
  align-items: center;
  padding: 0.5em;
  box-shadow: 0px 0px 5px 0px #2d3e50;
  display: flex;
}

.trip-icon {
  margin-inline-start: 1em;
  padding: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.trip-text {
  margin: 0 1em;
  text-align: right;
  grid-area: text;
  height: 100%;
  flex-grow: 1;
}

.trip-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.badge__container {
  display: flex;
  justify-content: flex-end;
}

.badge, .badge--muted, .badge--cancelled {
  display: inline;
  padding: 0.25em 0.5em;
  background: #9dbddf;
  color: white;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 1em;
  border-radius: 10px;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge--cancelled {
  background-color: #8c3a2b;
}
.badge--muted {
  background: #9dbddf;
}
.badge + .badge, .badge--cancelled + .badge, .badge--muted + .badge, .badge + .badge--cancelled, .badge--cancelled + .badge--cancelled, .badge--muted + .badge--cancelled, .badge + .badge--muted, .badge--cancelled + .badge--muted, .badge--muted + .badge--muted {
  margin-left: 0.25em;
}

.trip-date {
  font-size: 1.25rem;
}

@media screen and (max-width: 400px) {
  .trip-item-container {
    width: 80vw;
  }

  .trip-date {
    font-size: 1rem;
  }

  .trip-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 401px) {
  .trip-item-container {
    width: 80%;
  }
}
@media screen and (min-width: 900px) {
  .trip-item-container {
    width: 40%;
  }
}
.spacer-left {
  margin-left: 1em;
}

.trip-description,
.trip-signups,
.signup-for-trip {
  text-align: left;
}

.create-trip #date_to_group {
  display: none;
}

[data-icon=sun] {
  background-image: url("/images/icons/icons8-sun.svg");
}

[data-icon=tent] {
  background-image: url("/images/icons/tent.svg");
}

[data-icon=mountain] {
  background-image: url("/images/icons/icon-trad.svg");
}

[data-icon=social] {
  background-image: url("/images/icons/social.svg");
}

[data-icon=party] {
  background-image: url("/images/icons/party.svg");
}

article.trip-description div.trip-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

article.trip-description .trip-images img {
  max-width: 300px;
  max-height: 300px;
  padding: 1em;
  margin: 0 auto;
}

/* div#waiverForm {
    margin-bottom: 100px;
    margin-left: 2em;
    margin-right: 2em;
}

div#waiverForm h2 {
    text-align: center;
}

div#waiverForm p {
    color: black;
}

div#waiverForm li {
    color: black;
}

div#signature > canvas {
    border: 2px solid black;
}

div.participantDetails {
    text-align: center;
}

#submitWaiver {
    display: flex;
    justify-content: center;
} */
.errorBox {
  background-color: #f5ab9e;
  color: #8c3a2b;
  border: 1px solid rgb(110, 4, 4);
  border-radius: 3px;
  padding: 10px;
  margin: 2px;
}

.warningAlert {
  background-color: #fcf8e3;
  color: #907545;
  padding: 1.5em 2em;
  width: 100%;
  border-radius: 3px;
}

.menu-btn {
  display: none;
}

/*Defining display types*/
.flex {
  display: flex;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-inline {
  display: inline-flex;
}

.flex-column {
  flex-direction: column;
}

.grid {
  display: grid;
}

.position-absolute {
  position: absolute;
}

/*Defining alignments*/
.center-text {
  text-align: center;
}

.center-items {
  align-items: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-right {
  align-items: end;
}

.text-right {
  text-align: end;
}

.place-content-center {
  place-content: center;
}

/*Defining font sizes*/
.big {
  font-size: 1.5rem;
}

.small {
  font-size: 1.25rem;
}

/*Defining colours*/
.dark {
  color: #2d3e50;
}

.light {
  color: #ffffff;
}

/*Defining heights*/
.height-fullscreen {
  min-height: 100vh;
}

.center-text-page {
  text-align: center;
}

.mx-auto {
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 720px) {
  .disappear {
    display: none;
  }
}
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
  height: auto !important;
  width: 100%;
  margin-inline: 0 !important;
}
@media screen and (min-width: 480px) {
  input,
select,
textarea {
    width: fit-content;
  }
}

/*
    Use this command in the terminal to update any changes to the scss files:

        sass --watch src\sass:src\public\stylesheets\css

*/

/*# sourceMappingURL=styles.css.map */
