/* Font-face declarations */
@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Interstate';
    src: url('Interstate-Regular.ttf') format('truetype');
    font-weight: normal;
}

:root {
  --bs-body-color: #000;
}

.btn {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #eee;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-bg: #ED3F95;
  --bs-btn-active-bg: #ED3F95;
  --bs-btn-hover-bg: #ED3F95;
  --bs-btn-active-border-color: #ED3F95;
  --bs-btn-box-shadow: 8px 8px 0px 0px #000000;
  --bs-btn-focus-box-shadow: var(--bs-btn-box-shadow);
  box-shadow: var(--bs-btn-box-shadow);
}
body {
  background-color: #fff; 
  font-family: 'Interstate', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}
h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 1em;
}
hr {
  opacity: 1;
}

.with-borders {
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
.with-borders::before, .with-borders::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 70px;
  background: url("./images/re_shite\ short\ 2.svg") left center no-repeat, linear-gradient(to right, transparent 250px, #fff 250px);;
}
.with-borders--black {
  background: #000;
}
.with-borders.with-borders--black::before, .with-borders.with-borders--black::after {
  background: url("./images/re_shite\ short\ 2.svg") left center no-repeat, linear-gradient(to right, transparent 250px, #000 250px);;
}
.with-borders::before {
  left: 0;
  top: 0;
}
.with-borders.with-borders--black::before {
  left: calc(100% - 370px);
  right: auto;
}
.with-borders::after {
  right: 0;
  bottom: -1px;
  transform: rotateY(180deg);
}
.with-borders.with-borders--black::after {
  right: calc(100% - 370px);
  left: auto;
}
.left-border { 
  position: relative;
}
.left-border--last { 
  padding-top: 0;
}
.left-border::before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 22px;
  background: url("./images/re_pink\ short.svg") center top no-repeat, linear-gradient(to bottom, transparent 100px, #ED3F95 100px);
}
.left-border::before {
  left: 0;
  top: 0;
}
.RE-padding {
  padding-left: 60px;
}

.header-banner {
background: url('./images/header-banner.jpg') center/cover no-repeat; padding: 100px 0; text-align: center; color: white; }
.logo { 
  mix-blend-mode: screen;
  position: absolute;
  left: 20px;
  top: 20px;
}

.mini-container {
  max-width: 870px;
  margin: auto;
}
.bg-orange {
  background: #FFD38E;
}
.bold-style, .btn, h5 {
  font-family: 'Interstate';
  font-weight: bolder;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.form-control {
  border-radius: 0;
  border: 2.08px solid #231F20;
}
.btn {
  width: 94%;
  border: 0 none;
  padding: 12px;
  border-radius: 0;
}
.btn:hover { background-color: #DD2F85; }
.form-control {
  margin: 0.5em 0;
}

.dark-section { 
  background-color: #000;
  color: white;
  padding: 40px 24px;
  z-index: 2;
  position: relative;
}
.dark-section h5 { 
  color: #ED3F95;
}
.mid-banner {
  z-index: -1;
  margin-top: 20px;
  width: 100%;
  height: 350px;
  background: url("images/mid-banner.jpg") center/cover no-repeat;
  background-attachment: fixed;
  margin-bottom: 100px;
}
.mid-banner-logo {
  position: absolute;
  width: 240px;
  left: 60px;
  bottom: -50px;
  z-index: 2;
}
.team-photos img {
  background: #333;
  width: 215px;
  height: 215px;
  margin-top: 60px;
  margin-bottom: 20px;
  background: transparent;
}
.team-photos p {
  color: white;
  margin-bottom: 0;
}
.team-photos {
  padding-bottom: 20px;
}
.social-icons a {
  color: #232122;
  font-size: 28px;
}
@media (min-width: 768px) {
  .mid-banner {
    margin-bottom: 0;
  }
  .conditional-left {
    margin-left: -.75rem;
  }
  .conditional-top {
    padding-top: 20px;
  }
  .with-borders::before {
    left: 300px;
  }
  .with-borders::after {
    right: 300px;
  }
  .left-border, .left-border--last { 
    padding-top: 80px;
    margin-top: 60px;
  }
  .with-borders.with-borders--black::before {
    left: calc(100% - 350px);
  }
  .with-borders.with-borders--black::after {
    right: calc(100% - 350px);
  }
  .mid-banner-logo {
    position: absolute;
    width: 291px;
    left: 80px;
    bottom: 0;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .left-border.left-border--last::before { 
    background: #ED3F95;
  }
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }
}
