/**
 * Start Typography
 */

.hero {
    font-family: Styrene A Bold;
    font-size: 4.25rem;
    line-height: 5rem;
    letter-spacing: 0;
}

.mega {
    font-family: "Styrene A Bold";
    font-size: 3.25rem;
    line-height: 4.25rem;
    letter-spacing: 0;
}

.display {
    font-family: "Styrene A Bold";
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0;
}

.headline {
    font-family: "Styrene A Bold";
    font-size: 1.625rem;
    line-height: 2.125rem;
    letter-spacing: 0;
}

.subheader {
    font-family: "Styrene A Regular";
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: 0;
}

.title, .title-bold {
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 0;
}

.title-bold {
    font-family: "Styrene A Bold";
}

.title {
    font-family: "Styrene A Regular";
}

.body, .body-bold {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0;
}

.body {
    font-family: "Quicksand Medium";
}

.body-bold {
    font-family: "Quicksand Medium";
    font-weight: bold;
}

.small, .small-bold {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.small-bold {
    font-family: "Styrene A Regular";
    font-weight: 600;
}

.small {
    font-family: "Styrene A Regular";
    font-weight: 400;
}

.smallest {
    font-family: Quicksand medium;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.375rem;
}

@media only screen and (max-width: 767px) {
    .hero {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .mega {
        font-size: 2rem;
        line-height: 2.625rem;
    }

    .display {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .headline {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .title, .title-bold, .subheader, .body, .body-bold {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .small, .small-bold {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .smallest {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}

/**
 * End Typography
 */

/**
 * Colors
 */

.text-gold {
    color: #FD8948;
}

/**
 * Image sizing
 */

.feature-img {
  max-width: 100%;
}

.img-fluid {
  align-self: flex-start;
}

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

/**
 * Start Form
 */

select,
textarea,
input {
  border: 0 !important;
  background: transparent;
  border-bottom: 2px solid #1b004e !important;
  border-radius: 0 !important;
  padding-bottom: 2rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.form-control {
  background: transparent;
  padding: 0.25rem;
  height: 2.363rem;
}

.form-group label {
  cursor: pointer;
}

.form-check-label {
  margin-bottom: 0;
  line-height: 2rem;
}

.form-check-input.form-control {
  border: none;
  background-color: white;
  background: white;
}

/**
 * End Form
 */

html, body {
  overflow-x: hidden;
}

.underline--magical {
  background-image: linear-gradient(120deg, #25f5ce 0%, #25f5ce 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: 0 90%;
  transition: background-size 0.25s ease-in;
}

.underline--magical-purple {
  background-image: linear-gradient(120deg, #9963FE 0%, #9963FE 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: 0 90%;
  transition: background-size 0.25s ease-in;
}


p {
  font-family: "Quicksand Medium";
}

.jumbotron {
  border-radius: 0;
  border-top-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.card {
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.01);
}

.badge {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  font-family: Quicksand Medium;
  border-radius: 0.8125;
}

.bg-gradient-lilla {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E9DEFC 100%);
}

blockquote {
  font-size: 4.5rem;
  size: 4.5rem;
  line-height: 2.25rem;
}

blockquote:before {
  color: #3800a2;
  content: open-quote;
}
blockquote:after {
  color: #3800a2;
  content: close-quote;
}
blockquote p {
  display: inline;
}

.nounderline {
  text-decoration: none !important;
}

.bg-none {
  background-color: transparent !important;
}

.bg-none:focus {
  background-color: transparent !important;
}

.bg-none:blur {
  background-color: transparent !important;
}

.divider-dark-grey {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(122 117 132);
}

.container {
  max-width: 1400px;
}

.bg-primary-light {
  background-color: #f4eafe !important;
}

.bg-success-light {
  background-color: #ecfefb !important;
}

.funky-box .bg-secondary-light {
  background-color: #c4fdf3;
}

/**
 * Slider Switch
 * https://www.w3schools.com/howto/howto_css_switch.asp
 */

.switch {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 40px;
  margin: 0;
}

.switch:focus {
  outline:none;
}

/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 29px;
  width: 29px;
  left: 6px;
  bottom: 4px;
  background-color: #9963FE;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {

}

input:checked:disabled + .slider {
  background-color:gray;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1.5px solid #E7DCFB;
}

.slider.round:before {
  border-radius: 50%;
}

/**
 * End Slider Switch
 */

/**
 * Modal
 */

.modal-content {
  border-radius: 1.875rem 0;
}

.modal-header {
    border-bottom: none;
}

.modal-backdrop.show {
    background-color: #1B004E;
    opacity: 0.8;
}

/**
 * End Modal
 */

body.frontend {
    font-family: "Styrene A Regular";
}
