:root {
  --scs-orange-100: #f8ccb9;
  --scs-orange-500: #e75a1d;
  --scs-dark-blue-100: #bebec2;
  --scs-dark-blue-500: #2e2e3a;
  --scs-light-blue-050: #dee2e6;
  --scs-light-blue-100: #c8d9e4;
  --scs-light-blue-400: #709EB9;
  --scs-light-blue-500: #4c86a8;
  --scs-cool-grey-100: #f4f6f7;
  --scs-cool-grey-300: #EDF3F6;
  --scs-cool-grey-500: #dae3e5;
  --scs-warm-white-100: #fffaf7;
  --scs-warm-white-500: #feefe5;
}

.navbar {
  z-index: 1050 !important;
  backdrop-filter: blur(10px) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  margin-bottom: 5rem !important;
}

.navbar img {
  height: 54px !important;
  width: auto m !important;
  background-position: cover;
  background-repeat: no-repeat;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

.light {
  color: var(--scs-warm-white-100);
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0,0,0,0.42);
}

.scs-fs-1 {
  font-family: "cormorant", serif !important;
  font-size: 3.5rem !important;
  font-weight: 600 !important;
  line-height: 3.5rem !important;
}

.scs-fs-2 {
  font-family: "cormorant", serif !important;
  font-size: 2.0rem !important;
  font-weight: 600 !important;
  line-height: 2.0rem !important;
}

.section-spacing {
  padding-bottom: 0.5rem;
}

.manrope-white-shadow {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.42);
}

.manrope-footer {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: right;
}

.manrope-light {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.manrope-regular {
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.manrope-semibold {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: bold;
}

.cormorant-semibold {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.cormorant-regular {
  font-family: "Cormorant", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.cormorant-light {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.scs-cool-grey-300 {
  background: var(--scs-cool-grey-300);
}

.scs-footer-email {
  height: 54px;
}

.scs-btn-footer {
  width: 10rem;
  height: 54px;
  background: #E75A1D;
  border-radius: 15px;
  line-height: 54px;
  text-align: center;
  font-size: 1.5rem;
  color: #EAEAEB;
  border-width: 0px;
  margin: 0px;
}

.search-footer {
  width: 400px;
  height: 54px;
  margin-left: 10px;
  background-color: #D9D9D9;
  line-height: 54px;
}

.scs-text-light {
  color: var(--scs-warm-white-100) !important;
}

.scs-text-dark {
  color: var(--scs-dark-blue-500) !important;
}
.scs-footer-cs {
  background-color: var(--scs-dark-blue-500) !important;
}

.footer-links ul {
  margin-top: -30px;
}
.footer-links li {
  list-style-type: none;
}
.footer-links a {
  text-decoration: none;
  color: #EDF3F6;
}
.footer-links a:hover {
  color: white;
}

.footer-logo {
  position: relative;
  height: 3.75rem;
  object-fit: cover;
}

