html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'Helvetica', Arial, sans-serif!important;
  font-weight: 400;
  color: #46091B!important;
  background: #FBF9F6!important;
  font-size: 16px;
  line-height: 26px!important;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

main#main {
  margin-top: 0!important;
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

p.subheading {
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 1.5px;
}

a.squared_button {
  padding: 5px 35px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s;
}

a.squared_button.orange {
  background: #F75C00;
  color: #FBF9F6;
}

a.squared_button.orange:hover {
  background: #eb5800;
}

a.squared_button.brown {
  background: #46091B;
  color: #FBF9F6;
}

a.squared_button.brown:hover {
  background: #300713;
}

a.squared_button.pink {
  background: #ED7F9F;
  color: #FFF;
}

a.squared_button.pink:hover {
  background: #d76385;
}

h1, h2, h3 {
  margin-top: 40px!important;
  margin-bottom: 20px!important;
  font-weight: 700!important;
}

h1, h2.large, h3.largest {
  font-size: 84px!important;
  line-height: 84px!important;
}

h1 span.swear_display, h2 span.swear_display, h3 span.swear_display {
  font-family: "swear-display", serif;
  font-weight: 500;
}

h1 span.swear_bold, h2 span.swear_bold, h3 span.swear_bold {
  font-family: "swear-display", serif;
  font-weight: 800;
  font-style: italic;
}

h1 span.swear_cilati, h2 span.swear_cilati, h3 span.swear_cilati {
  font-family: "swear-display-cilati", serif;
  font-weight: 800;
}

span.orange {
  color: #F75C00;
}

span.brown {
  color: #46091B;
}

span.pink {
  color: #ED7F9F;
}

.links {
  margin-top: 40px;
}

header.site-header {
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 50;
}

header.site-header .navbar {
  padding: 0;
}

header.site-header .navbar #navbar {
  justify-content: end;
}

header.site-header .navbar #navbar a.squared_button {
  margin-left: 20px;
}

header.site-header .navbar #navbar ul li a {
  padding: 0 28px;
  color: #FBF9F6!important;
  font-weight: bold;
}

.floating_socials {
  padding: 10px 20px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.floating_socials i {
  margin: 18px 0;
  font-size: 24px;
  color: #fff;
}

/* Background Image with Text Block */
.background_image_with_text_block {
  height: 100vh;
  position: relative;
}

.background_image_with_text_block.gradient_active:after {
  content: '';
  display: block;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(108, 82, 82, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.55;
}

.background_image_with_text_block .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  pointer-events: none;
  z-index: 5;
}

.background_image_with_text_block .text_overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.background_image_with_text_block .text_overlay p.subheading {
  margin-bottom: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
}




@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

