@import "../node_modules/bootstrap/scss/bootstrap";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
  font-family: 'Larken';
  src: url('../assets/fonts/Larken-Regular-5bb835ac.otf') format("opentype");
}
.carousel, carousel{
  interval: 2000;
}
form-control,.form-control {
  font-size: 1rem;
  background-color: #F3F4F6;
}
btn,.btn {
  font-size: 1rem;
}
.btn-outline-light:hover {
  background-color: #f5c070 !important;
  border-color: #f5c070 !important;
}
/* .lift:focus, lift:focus, .lift:hover, lift:hover {
  box-shadow: 1rem 2.5rem rgba(27, 22, 66, .1), 0 .5rem 1rem -.75rem rgba(27, 22, 66, .1) !important
} */
bg-gray-100,.bg-gray-100{ 
  background-color: #F3F4F6 !important;
}
text-dark-muted,.text-dark-muted{
  color: #585555 !important;
}
text-muted,.text-muted{
  color: #637381 !important;
}
.nav-middle-links {
  /* color: #646464 !important; */
  font-weight: 500;
}

/* Three-column navbar layout */
.navbar-collapse {
  display: flex !important;
  align-items: center;
}

.navbar-nav.justify-content-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  gap: 2rem;
}

.navbar-nav.text-lg-end {
  margin-left: auto;
}
.dark-primary{
  background-color: #5A50B9 !important;
}
.bg-dark-gray {
  background-color: #1b1642!important;
}
bg-light, .bg-light {
  background-color: #FFFFFF !important;
}
.bg-primary{
  background-color: #6658EA !important;
}
.bg-primary-light{
  background-color: #948AF0 !important;
}
.primary-light{
  background-color: #e1defa !important;
}
.text-primary-light{
  color: #e1defa !important;
}
lh-1,.lh-1	{
  line-height: 1;
}
lh-sm,.lh-sm	{
  line-height: 1.25;
}
lh-base,.lh-base	{
  line-height: 1.5;
}
lh-lg,.lh-lg {
  line-height: 2;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  color: #000000;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
display-1,display-2,display-3,display-4,.display-1,.display-2,.display-3,.display-4 {
  font-family:"Larken",
  sans-serif!important;
}
.h7 {
  font-size: 12px;
}
h6.text-uppercase {
  font-optical-sizing: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.work-sans-light {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #111928;
}
.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #111928;
}
.work-sans-medium {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.work-sans-semibold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.work-sans-bold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.headline-larken{
  font-family: 'Larken', serif;
  letter-spacing: .0em;
}
.lora{
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: normal;
}
.lora-medium {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.lora-semibold {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.lora-bold {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.larken {
  font-family:"Larken",
  sans-serif!important;
  letter-spacing:-.02em;
  src: url('../stylesheets/fonts/Larken-Regular.otf') format('otf');
}

.larken-extrabold {
  font-family:"Larken",
  sans-serif!important;
  font-weight: 800;
  font-style: normal;
  letter-spacing:-.02em;
  src: url('../stylesheets/fonts/Larken-ExtraBold.otf') format('otf');
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.navbar-height {
  height: 85px;
}
.navbar-brand {
  font-family: "Work Sans", sans-serif !important;
}
.navbar-brand {
  height: 24px;
  width: auto;
}
.navbar-brand-image {
  height: 100%;
  width: auto;
  display: inherit;
}
.hero {
  width: calc(100% * 5/6);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px 0 0;
}
.hero-content {
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.max-w-700 {
  min-width: 700px;
}
.hero-subheading {
  font-size: 14px;
  font-family: lora-medium;
  max-width: 560px;
  margin-bottom: 23px;
}
.purple-display-heading {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.hr.solid {
  border-top: 2px solid #999;
}
a.nav-item :active,.active {
  /* padding-bottom: 10px; */
  z-index: 2;
  border-bottom: 4px solid #6658EA !important;
  cursor: pointer;
}
.nav-link:hover {
  color: #6658EA !important;
  cursor: pointer !important;
}
.border-top-1 {
  border-top: 1px solid #D8D8D8 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #D8D8D8 !important;
}

.border-bottom-3 {
  border-bottom: 2px solid #D8D8D8 !important;
}

.no-line-break-sm {
  display: none;
}
.no-line-break-sm-md {
  display: none;
}
text-underline-warning,.text-underline-warning {
  /* text-decoration: underline; */
  background-image: -webkit-gradient(linear,left top, right top,from(rgba(245,192,112,.4)));
  background-position-x: left !important;
  background-position-y: bottom !important;
  background-size: 1em .5em !important;

}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 992px) {
  .no-line-break-md {
    display: none;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: none;
  }
  h1,.h1 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .no-line-break-lg {
    display: none;
  }
}

/* Large Devices */
@media screen and (min-width: 1024px) {
  /* .hero {
    height: calc(100vh - 84px);
    width: 100%;
    justify-content: center;
    padding: 0;
  } */
  .no-line-break-md {
    display: none;
  }
  .no-line-break-lg {
    display: none;
  }
  .hero-content {
    max-width: 905px;
    padding: 3rem;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: block;
  }
  h1,.h1 {
    font-size: 2.25rem !important;
  }
}

/* XL Devices */
@media screen and (min-width: 1280px) {
  .hero {
    width: calc(100% * 5/6);
    margin: 0 auto;
    height: auto;
    justify-content: center;
    padding: 24px 0 0;
  }
  .no-line-break-md {
    display: none;
  }
  .no-line-break-lg {
    display: none;
  }

  .hero-content {
    padding: 3rem 0;
  }
  .no-line-break-sm {
    display: block;
  }
  .no-line-break-sm-md {
    display: block;
  }
  h1,.h1 {
    font-size: 2.5rem !important;
  }

}
