@charset "UTF-8";

/* Font declarations */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Custom brand colors and overrides */
:root {
  --bs-primary: #fd8f41;
  --bs-dark: #15222b;
  --bs-primary-rgb: 255, 74, 23;
  --bs-success-rgb: 21, 34, 43;
  --bs-dark-rgb: 0, 0, 0;
  --bs-link-color: #15222b;
  --bs-link-hover-color: #0d1720;
}

/* Custom brand styles */
.text-subscription-success {
  color: #fd8f41 !important;
}

.the-usual-highlight {
  color: #fd8f41;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Custom button styles */

.btn {
--bs-btn-font-family: "Raleway", sans-serif;
--bs-btn-font-weight: 500;
--bs-btn-color: #fff;
--bs-btn-bg: #fd8f41;
--bs-btn-border-width: 2px;
--bs-btn-border-color: #fd8f41;
--bs-btn-hover-border-color: #fff;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262626;
  --bs-btn-hover-border-color: #1a1a1a;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #1a1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
.btn:hover {
  color: #fff;
  background: #fd8f41;
  border-color: #fd8f41;
}

.btn-primary {
    --bs-btn-color: #fd8f41;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #fd8f41;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fd8f41;
    --bs-btn-hover-border-color: #fd8f41;
    --bs-btn-focus-shadow-rgb: 255, 74, 23;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fd8f41;
    --bs-btn-active-border-color: #fd8f41;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fd8f41;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd8f41;
}

/* Page structure */
html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/* Dark overlay */
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(13, 20, 26);
  opacity: 0.7;
  z-index: 1;
}

/* Background video styles */
video.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/* Mobile optimizations for video */
@media only screen and (max-width: 767px) {
  .bg-video {
    object-fit: cover;
    object-position: center center;
    height: 100vh;
    width: 100vw;
  }
}

/* Masthead component */
.masthead {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 20, 26, 0.7);
}

.masthead .masthead-content {
  position: relative;
  max-width: 40rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.masthead .masthead-content h1, 
.masthead .masthead-content .h1 {
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p strong {
  font-weight: 700;
}

/* Newsletter input group customization */
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

/* Masthead responsive styles */
@media (min-width: 992px) {
  .masthead {
    height: 100%;
    width: 75vw;
    min-height: 0;
    padding-bottom: 0;
  }
  
  .masthead:before {
    transform: skewX(-9deg);
    transform-origin: top right;
  }
  
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 9rem;
  }
  
  .masthead .masthead-content h1, 
  .masthead .masthead-content .h1 {
    font-size: 3.5rem;
  }
  
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .masthead {
    width: 65vw;
  }
}

/* Social icons component */
.social-icons {
  position: relative;
  z-index: 2;
}

.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
}

@media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}
