main {
  background-color: white;
  color: #000;
}

.container {
  max-width: 1600px;
}
.mb-10 {
  margin-bottom: 7em;
}

.display-3 {
  font-family: "proxima-nova-bold", sans-serif !important;
  font-weight: 900 !important;
  color: #8cc63f;
}

.label {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}

.label2 {
  font-size: 1.5rem;
  color: #28dbab;
  margin-bottom: 0;
}

#ma-case-study .label {
  color: #8cc63f;
}

#reign-case-study .label {
  color: #5f60a1;
}

#dell-case-study .label,
.accent-blue {
  color: #007aff;
}

.card-title {
  font-weight: 700;
}

#ma-case-study strong {
  color: #8cc63f;
}

#reign-case-study strong {
  color: #5f60a1;
}

#zycara-case-study strong {
  color: #ff5509;
}

a.home-link:link,
a.home-link:visited {
  color: #28dbab !important;
}

.text-link:link,
.text-link:visited {
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-link:hover,
.text-link:active,
.text-link:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8) !important;
}

a.link2:link,
a.link2:visited {
  color: #5759d4 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #28dbab;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 1.2em;
  font-weight: 800;
}

.bg-black {
  background-color: #222;
  color: rgba(255, 255, 255, 0.9);
}

.bg-army {
  background-color: #434727;
}

.bg-army-pattern {
  background-color: #434727;
  background-image: url("../img/camo-lg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-alt {
  background-color: #e5e5d8;
}

.shadow-1 {
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.18);
}

.card {
  padding: 2.2em 1em;
  margin-bottom: 2.5em;
}

.card-purple {
  background-color: #3b3c92;
  margin-top: 3em;
  margin-bottom: 3em;
  color: #fff;
}
.card-purple .label {
  color: goldenrod !important;
}
.card-purple p {
  color: rgba(255, 255, 255, 0.5);
}

.card-persona {
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.2);
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
  margin-bottom: 3em;
}

.hero1,
.hero2,
.hero3 {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9);
}

.hero1-img,
.hero2-img,
.hero3-img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.title {
  z-index: 20;
}

.card-image-top {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

/*Carousel*/
#ma-case-study .carousel-item {
  min-height: 850px;
}

#ma-case-study .carousel-item .desc {
  min-height: 370px;
}

#reign-case-study .carousel-item img {
  border: 1px solid grey;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.18);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
}

.carousel-indicators {
  bottom: 35% !important;
}

.carousel-indicators li {
  background-color: goldenrod;
}

@media (max-width: 1200px) {
  #ma-case-study .carousel-item .desc {
    min-height: 430px;
  }
  .carousel-indicators {
    bottom: -50px !important;
  }
}

@media (max-width: 600px) {
  .carousel-indicators {
    bottom: 0 !important;
  }
}

/*Navigation*/
.primary-nav {
  background-color: #28dbab;
  text-transform: uppercase;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.18);
}
.primary-nav a:link,
.primary-nav a:visited {
  font-size: 1.5rem;
  color: #333;
  transition: color 200ms ease-in-out;
}
.primary-nav a:hover,
.primary-nav a:active,
.primary-nav a:focus {
  color: #1eb28a;
  text-decoration: none;
}

.primary-nav,
.mybrand,
.label2 {
  font-family: teko, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Home Page*/
.case-study {
  position: relative;
}

.case-cover {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  border: 1px solid grey;
  margin-bottom: 0;
  transform: scale(1);
  transition: all 400ms ease-in-out;
}
.case-cover:hover {
  transform: scale(1.1);
}

.case-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.funstuff {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
}
.funstuff div {
  width: 50%;
  text-align: center;
}

/*Monster Army Case Study*/
.hero1-img {
  opacity: 0.4;
}

.border-skater-img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -75px);
}

.army-index {
  color: #fff;
}
.army-index .display-2,
.army-index .display-3,
.army-index .display-4,
.army-index .display-5 {
  color: #8cc63f;
  font-family: "proxima-nova-black", sans-serif;
  font-weight: 900 !important;
}
.army-index .display-2 {
  line-height: 0.9 !important;
}
.army-index .display-3 {
  margin-bottom: 0;
}
.army-index .display-4 {
  font-size: 3.5rem !important;
  line-height: 0.6 !important;
  margin-bottom: 1em;
}
.army-index .display-5 {
  font-size: 2.5rem !important;
  line-height: 0.4 !important;
  margin-bottom: 1em;
}
.army-index p {
  font-weight: 700;
}

h2.plan-of-attack::before {
  position: absolute;
  content: url("../img/arrow_grid.png");
  top: -100px;
  left: -100px;
  z-index: 0;
}

.ma-objective li {
  font-weight: 700;
  color: #8cc63f;
  margin: 1em 0;
}

/*Reign Case Study*/
.hex-pattern {
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  z-index: -1;
}

.stran {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -600px);
  opacity: 0.3;
}

.hex-pattern2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) rotate(330deg);
  opacity: 0.55;
  z-index: -1;
}

/*Dell Case Study*/
.hero-img--container {
  background-color: #bcbcbc;
  margin-bottom: 3em;
}

.hero3-img {
  transform: translate(15%, 9%);
  width: auto;
  height: 350px;
}

.disclaimer {
  margin-bottom: 3em;
}

.tab-pane h3 {
  margin-bottom: 1.2em;
}

.impact {
  background-image: url(../img/dell-impact-bkg.jpg);
  background-position: center;
  background-size: cover;
  padding: 5em;
}

.impact .card {
  background-color: rgba(255, 255, 255, 0.8);
}

.video-container video,
.video-container iframe {
  width: 100%;
  height: 100%; /* Ensures the element fills its container */
  aspect-ratio: 16 / 9; /* Sets the aspect ratio to 16:9 */
}

footer {
  padding: 1.5em;
  text-align: center;
  margin-bottom: 0;
}

a.link-dark:link,
a.link-dark:visited {
  color: #222;
}

@media (max-width: 600px) {
  .impact {
    padding: 2em;
  }
}

/*# sourceMappingURL=app.css.map */
