@import url("../fonts/fonts.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
/* Snydly Color Palette */
/* Master Styles */
* {
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color: #19222D;
}

body {
  margin: 0;
  padding: 1em;
}

/* Font Styles */
h1, h2 {
  font-family: "Staatliches Regular", sans-serif;
  line-height: 1;
  margin: 0;
}

h3, h4, h5, p, li, ol, a, button {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  margin: 0.5em 0;
}

h1 {
  font-size: 72px;
  font-size: 3em;
  color: #112A4D;
}

p.subtitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #CC1F44;
}

h2 {
  font-size: 40px;
  font-size: 2.5em;
  color: #CC1F44;
  margin: 0.5em 0 1.5em;
}

h3 {
  font-size: 24px;
  font-size: 1.25em;
  font-weight: 700;
  color: #19222D;
}
h3 a {
  color: #19222D;
  text-decoration: none;
}
h3 a:hover {
  color: #19222D;
}

h4 {
  font-size: 21px;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  color: #4794FF;
}

p, li, ul, ol {
  font-size: 1em;
  font-weight: 400;
  color: #19222D;
}

p.tags {
  color: #19222D;
  line-height: 2;
  margin-top: -5px;
}
p.tags span {
  border: 1.5px solid #19222D;
  border-radius: 4px;
  padding: 2px 8px;
  /* &:hover{
    background: $gray-1;
    color: $white;
    cursor: pointer;
  }*/
}

a {
  color: #F23A4D;
  text-decoration: underline;
  transition: color 300ms;
}
a:hover {
  color: #A72146;
  cursor: pointer;
}

a.hero-link {
  font-weight: 700;
  font-size: 20px;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: absolute;
  transition: color 300ms;
}

ul {
  margin: 0.5em;
}

.btn {
  padding: 0.5em 1em 0.6em;
  margin: 0.5em 0;
  border: none;
  font-size: 24px;
  font-size: 1em;
  border-radius: 8px;
  background-color: #F23A4D;
  color: white;
  box-shadow: -4px 4px 0px #812348;
  transition: all 300ms;
}
.btn:hover {
  transform: translateY(-2px) translateX(2px);
  background-color: #A72146;
  box-shadow: -6px 6px 0px #A72146;
  cursor: pointer;
}

.text-center, .text-center > * {
  text-align: center;
}

strong {
  font-weight: 700;
}

/* Navigation Styles */
.logo:hover {
  cursor: pointer;
}

.logo svg {
  width: 45px;
  margin: 1em;
  /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
.logo svg .st0 {
  fill: white;
  transition: all 500ms;
}
.logo svg .st1 {
  fill: #D5E7FF;
}
.logo svg .st2 {
  fill: transparent;
}
.logo svg .st3 {
  fill: #F23A4D;
}

/* Section Styles */
main {
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  /* Header Section */
}
main .hero {
  width: 100%;
  height: 95vh;
  margin: 0 auto;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
main .hero .content {
  display: grid;
  grid-template-columns: 5em 1fr 1fr 5em;
  align-items: center;
  width: 100%;
  height: 60vh;
}
main .hero .content .title-section {
  margin: 0 auto;
  grid-column-start: 2;
}
main .hero .content .hero-description {
  grid-column-start: 3;
}
main .hero .content .hero-description img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
main .hero .left, main .hero .right {
  top: 15%;
  text-align: center;
  height: 65%;
}
main .hero .left {
  left: 0;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  margin-left: 1em;
}
main .hero .right {
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  margin-right: 1em;
}
main .hero .bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 1em;
}
main .hero h1 {
  font-size: 180px;
  font-size: 12vw;
  line-height: 0.8;
  margin: 0;
}
main .hero h1 .smol-h1 {
  font-size: 60px;
  font-size: 4vw;
}
main .hero .subtitle {
  font-size: 44px;
  font-size: 3vw;
  line-height: 1;
  font-family: "Staatliches Regular", sans-serif;
}
main .hero .intro {
  font-size: 24px;
  font-size: 1em;
  margin: 0.5em 0 1em;
}
main .hero .btn {
  background: white;
  color: #CC1F44;
  margin: 0;
}
main .hero hr {
  width: 8vw;
  border: 1px solid #F23A4D;
  padding: 0;
  margin: 0;
}
main#homepage .hero {
  background: url(../img/bg-tall-about_me_2.jpeg);
  background-size: 120%;
  background-position-x: 30vw;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #CC1F44;
}
main#homepage .hero .content {
  grid-template-columns: 5em 1fr 1fr 1fr 5em;
}
main#homepage .hero .title-section {
  width: 100%;
}
main#homepage .hero .title-section h1 {
  color: #FFFFFF;
}
main#homepage .hero .subtitle {
  color: #FFFFFF;
}
main#homepage .hero .intro {
  color: white;
}
main#homepage .hero .hero-description img {
  border-radius: 16px;
  box-shadow: -8px 8px 0px #812348;
  min-width: 200px;
}
main#homepage .hero a.hero-link:hover {
  color: white;
}
main#homepage .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#homepage .hero .logo svg .st0 {
  fill: #EAF3FF;
}
main#homepage .hero .logo svg .st1 {
  fill: #ABCEFF;
}
main#homepage .hero .logo svg .st2 {
  fill: transparent;
}
main#homepage .hero .logo svg .st3 {
  fill: #F23A4D;
}
main#about-me .hero {
  background: url(../img/bg-tall-about_me_2.jpeg);
  background-size: 120%;
  background-position-x: 30vw;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #CC1F44;
}
main#about-me .hero .title-section {
  padding: 0 2em;
  width: 100%;
  margin: 0 auto;
  grid-column-start: 2;
}
main#about-me .hero .title-section h1 {
  color: #FFFFFF;
}
main#about-me .hero .subtitle {
  color: #FFFFFF;
}
main#about-me .hero .intro {
  color: white;
}
main#about-me .hero .hero-description img {
  border-radius: 16px;
  box-shadow: -8px 8px 0px #812348;
  min-width: 200px;
}
main#about-me .hero a.hero-link:hover {
  color: white;
}
main#about-me .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#about-me .hero .logo svg .st0 {
  fill: #EAF3FF;
}
main#about-me .hero .logo svg .st1 {
  fill: #ABCEFF;
}
main#about-me .hero .logo svg .st2 {
  fill: transparent;
}
main#about-me .hero .logo svg .st3 {
  fill: #F23A4D;
}
main#bjswholesale .hero {
  background-color: #0684E7;
  border: 2px solid #FFFFFF;
}
main#bjswholesale .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#bjswholesale .hero .logo svg .st0 {
  fill: #FFFFFF;
}
main#bjswholesale .hero .logo svg .st1 {
  fill: #112A4D;
}
main#bjswholesale .hero .logo svg .st2 {
  fill: transparent;
}
main#bjswholesale .hero .logo svg .st3 {
  fill: #CC1F44;
}
main#bjswholesale .hero h1 {
  color: #FFFFFF;
  font-size: 115px;
  font-size: 10vw;
}
main#bjswholesale .hero .subtitle {
  color: #EAF3FF;
}
main#bjswholesale .hero .intro {
  color: #19222D;
}
main#bjswholesale .hero .hero-description {
  margin: 0 auto;
}
main#bjswholesale .hero .hero-link {
  color: #D5E7FF;
}
main#bjswholesale .hero a.hero-link:hover {
  color: #FFFFFF;
}
main#midaxo-brand .hero {
  background: url("../img/midaxo-brand/hero-triangles-bottom-left.png") bottom left, url("../img/midaxo-brand/hero-triangles-top-right.png") top right;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 350px;
  border: 2px solid #F9F9F9;
}
main#midaxo-brand .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#midaxo-brand .hero .logo svg .st0 {
  fill: #CC1F44;
}
main#midaxo-brand .hero .logo svg .st1 {
  fill: #112A4D;
}
main#midaxo-brand .hero .logo svg .st2 {
  fill: transparent;
}
main#midaxo-brand .hero .logo svg .st3 {
  fill: #D5E7FF;
}
main#midaxo-brand .hero .subtitle {
  color: #CC1F44;
}
main#midaxo-brand .hero .intro {
  color: #19222D;
}
main#midaxo-brand .hero .hero-description img {
  box-shadow: -3px 3px 10px #D5E7FF;
}
main#midaxo-brand .hero a.hero-link:hover {
  color: #CC1F44;
}
main#midaxo-web .hero {
  background: url("../img/midaxo-web/blue-triangles-left.jpg") top left;
  background-color: #01172B;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 2px solid white;
}
main#midaxo-web .hero h1 {
  color: white;
}
main#midaxo-web .hero .subtitle {
  color: #CC1F44;
}
main#midaxo-web .hero .intro {
  color: #19222D;
}
main#midaxo-web .hero .hero-description img {
  width: 100%;
}
main#midaxo-web .hero a.hero-link:hover {
  color: white;
}
main#himss17 .hero {
  background: url("../img/himss17/hims17-bottom-left.jpg") bottom left, url("../img/himss17/hims17-top-right.jpg") top right;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 350px;
  border: 2px solid #F9F9F9;
}
main#himss17 .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#himss17 .hero .logo svg .st0 {
  fill: #CC1F44;
}
main#himss17 .hero .logo svg .st1 {
  fill: #112A4D;
}
main#himss17 .hero .logo svg .st2 {
  fill: transparent;
}
main#himss17 .hero .logo svg .st3 {
  fill: #D5E7FF;
}
main#himss17 .hero .subtitle {
  color: #CC1F44;
}
main#himss17 .hero .intro {
  color: #19222D;
}
main#himss17 .hero .hero-description img {
  width: 100%;
}
main#himss17 .hero a.hero-link:hover {
  color: #CC1F44;
}
main#himss16 .hero {
  background: url("../img/himss16/city-bg.png") bottom center;
  background-color: #1671B8;
  background-repeat: repeat-x;
  background-size: 850px;
  border: 2px solid white;
}
main#himss16 .hero h1 {
  color: white;
}
main#himss16 .hero .subtitle {
  color: white;
}
main#himss16 .hero .intro {
  color: #19222D;
}
main#himss16 .hero .hero-description img {
  border-radius: 16px;
}
main#himss16 .hero a.hero-link:hover {
  color: white;
}
main#pac-summit .hero {
  background: white;
  border: 2px solid #F9F9F9;
}
main#pac-summit .hero .logo svg { /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
main#pac-summit .hero .logo svg .st0 {
  fill: #CC1F44;
}
main#pac-summit .hero .logo svg .st1 {
  fill: #112A4D;
}
main#pac-summit .hero .logo svg .st2 {
  fill: transparent;
}
main#pac-summit .hero .logo svg .st3 {
  fill: #D5E7FF;
}
main#pac-summit .hero .subtitle {
  color: #CC1F44;
}
main#pac-summit .hero .intro {
  color: #19222D;
}
main#pac-summit .hero .hero-description img {
  box-shadow: -3px 3px 10px #D5E7FF;
}
main#pac-summit .hero a.hero-link:hover {
  color: #CC1F44;
}

/* BODY STYLE */
.body {
  padding: 1em 0;
  font-size: 16px;
}
.body p {
  font-size: 1em;
}
.body .details {
  padding: 2em 0 3em;
}
.body .samples {
  background: #F9F9F9;
  padding-bottom: 1em;
}
.body .samples h2 {
  color: #4794FF;
  text-align: center;
  margin: 1em 0;
}
.body .samples p.featured {
  margin-top: 2em;
}
.body .samples h3 {
  margin: 0.75em 0;
}
.body .samples .row {
  padding: 1.5em 0 0;
}
.body .samples img {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}
.body .samples .col-12 img {
  max-width: 80%;
}
.body .samples .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.body .samples .video-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.body .samples .img-shadow {
  box-shadow: -3px 3px 10px #E0E0E0;
}
.body .samples .scroll-screen {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  margin: 1em 0;
}
.body .samples .scroll-screen img {
  margin: 0;
}
.body .samples .scroll-container {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  padding: 10px;
}
.body .samples .scroll-container img {
  padding: 10px;
}
.body .display-flex-vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.body .display-flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body .display-flex-space-around img {
  display: inline-block;
  margin: 0;
}
.body .display-flex-space-around.quarter-layout img {
  width: 24%;
  box-shadow: -3px 3px 10px #BDBDBD;
  margin: 0.25em 0;
}

#gallery .row {
  padding: 0 0 1em;
}
#gallery .gallery-item {
  background-color: white;
}
#gallery .gallery-item img {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #F9F9F9;
}
#gallery img.resume {
  width: 100%;
  border: 1px solid #4794FF;
  box-shadow: -3px 3px 10px #C0DAFF;
}
#gallery img.resume:hover {
  cursor: pointer;
}

/* FOOTER STYLE */
.footer {
  font-size: 18px;
  height: 100px;
  width: 100%;
  background-color: #FFFFFF;
  border: solid 2px #19222D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5em;
}
.footer .signature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer .signature .logo svg {
  width: 30px;
  margin: 0 1em;
  /* The S */
  /* The Background Bar */
  /* The Top Diamond */
  /* The Column */
}
.footer .signature .logo svg .st0 {
  fill: #112A4D;
}
.footer .signature .logo svg .st1 {
  fill: #4794FF;
}
.footer .signature .logo svg .st2 {
  fill: transparent;
}
.footer .signature .logo svg .st3 {
  fill: #CC1F44;
}
.footer .signature h1 {
  display: inline-block;
  padding: 0;
  color: #CC1F44;
  font-size: 2em;
}
.footer p {
  margin-right: 1em;
}
.footer a {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  main .hero h1 {
    font-size: 7em;
  }
  main .hero .subtitle {
    font-size: 2em;
  }
  main#homepage .hero {
    background-position-x: 20vw;
  }
  main#bjswholesale .hero h1 {
    font-size: 7em;
  }
}
/* Mobile Styles for less than 768px */
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .logo svg {
    width: 35px;
  }
  main .hero h1 {
    font-size: 60px;
    font-size: 20vw;
  }
  main .hero .subtitle {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1;
  }
  main .hero .intro {
    font-size: 16px;
    font-size: 1em;
  }
  main .hero .content {
    grid-template-columns: 2.5em 1fr 2.5em;
  }
  main .hero .content .hero-description {
    margin: 0 auto !important;
    grid-column-start: 2;
  }
  main .hero .content .hero-description img {
    width: 70%;
    margin: 0 auto;
  }
  main#homepage .hero {
    background: #CC1F44;
  }
  main#bjswholesale .hero h1 {
    font-size: 4em;
    font-size: 12vw;
  }
  main#midaxo-web .hero .hero-description img {
    width: 100%;
    max-width: 100%;
  }
  main .footer {
    flex-wrap: wrap;
    height: auto;
  }
  main .footer .signature {
    margin: 0.5em auto 0;
  }
  main .footer .signature h1 {
    display: inline-block;
    padding: 0;
    font-size: 1.5em;
  }
  main .footer .signature .logo svg {
    margin: 0 1em 0 0;
  }
  main .footer a {
    margin: 0.25em 0;
  }
  main .footer p {
    margin: 0 1em 1em;
    text-align: center;
    width: 100%;
    font-size: 0.75em;
  }
  .body .samples {
    padding: 0 1em 2em;
  }
  .body .samples .col-12 img {
    max-width: 100%;
  }
  .body .samples p.featured {
    margin: 1em auto;
  }
  .body .samples .display-flex-space-around.quarter-layout img {
    width: 48%;
  }
}/*# sourceMappingURL=style-cleanslate.css.map */