@import "/bootstrap/scss/bootstrap.css";
body {
  font-family: "Inter Tight", sans-serif;
}

h1 {
  color: var(--bs-primary);
}

h2 {
  color: var(--bs-dark);
}

h3 {
  color: var(--bs-dark);
}

.wider-dropdown {
  width: 500px;
}

.main_logo_font {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.main_page_box {
  min-height: 1vh;
}

li:hover {
  color: #01230F;
}

.gradient {
  background-color: #01230F;
}

text-sm {
  font-size: 0.8rem;
}

text-xs {
  font-size: 0.6rem;
}

text-xxs {
  font-size: 8px;
}

mt-10 {
  margin-top: 10vh;
}

bg-dark {
  background-color: #01230F;
}

.hero {
  /*background: linear-gradient(90deg, hsla(0, 98%, 60%, 0.9) 0%, hsla(36, 98%, 60%, 0.9) 15%, hsla(147, 56%, 43%, 0.93) 70%, hsla(239, 50%, 34%, 1) 100%)
  , url("/images/w_eu_bw.png");*/
  background-color: #cccccc;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.9) 0%, hsla(239, 50%, 34%, 0.8) 100%), url("/images/w_eu_bw.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.hero2 {
  /*background: linear-gradient(90deg, hsla(0, 98%, 60%, 0.9) 0%, hsla(36, 98%, 60%, 0.9) 15%, hsla(147, 56%, 43%, 0.93) 70%, hsla(239, 50%, 34%, 1) 100%)
  , url("/images/w_eu_bw.png");*/
  background-color: #cccccc;
  background: linear-gradient(90deg, hsl(0, 0%, 100%) 0%, hsla(240, 11%, 47%, 0) 100%), url("/images/stock/Screenshot_2022-07-05_at_21.24.23_WVnjNc6.width-946.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}/*# sourceMappingURL=custom.css.map */