/*.x-large {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 800
}

.large {
    font-size: 3rem;
    line-height: 0.6;
    margin-bottom: 1rem;
    font-weight: 700
}

.medium {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500
}

.regular {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 400
}

.regular-italic {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-style: italic
}

.light {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 300
}

.light-italic {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-style: italic
}

.btn {
    display: inline-block;
    padding: 0.8vw 2vw;
    cursor: pointer;
    font-size: 2vw;
    font-weight: 500;
    margin-right: 0.5vw;
    transition: all 0.2s ease-in;
    z-index: 6;
}

.btn.btn-primary {
    background: linear-gradient(to left, #00AFB5, #004777);
    color: #FFEDC3;
}

.btn.btn-primary:hover {
    background: #f70;
    transform: scale(1.1);
}

.bg-dark {
    background-color: #49111C;
    color: #FFEDC3;
}

.bg-light {
    background-color: #FFEDC3;
    color: #49111C;
}

.bg-accent {
    background-color: #004777;
    color: #FFEDC3;
}

.dark-overlay {
    background: linear-gradient(#49111c, rgba(73, 17, 28, 0));
    width: 100%;
    height: 50%;
    position: absolute;
    top: 75px;
    z-index: 4
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 1.3vw;
    line-height: 1.6;
    background-color: #fff;
    color: #49111C
}

a {
    text-decoration: none;
    color: #49111C
}

ul {
    list-style: none
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 5rem;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0
}

.navbar .logo {
    width: 25%
}

.navbar img {
    width: 100%;
    max-width: 200px;
    height: auto
}

.navbar .menu {
    width: 40%;
    display: flex;
    justify-content: space-between
}

.navbar a {
    color: #FFEDC3;
    font-family: 'aktiv-grotesk-extended', sans-serif;
    font-size: 1rem;
    font-weight: 300
}

.navbar a:hover {
    color: #f70
}

.page-container {
    max-width: 1366px;
    margin: auto;
}

.page-scroll-content {
    position: relative
}

.brand-decals {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    mix-blend-mode: overlay;
    opacity: 0.5;
    z-index: 5
}

.brand-decals-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.brand-decals-row img {
    
    height: 10vh;
    width: auto;
    width: 10vw;
}

.landing {
    background: url(../imgs/heroimg.jpg) repeat center center/cover;
    height: 100vh
}

.landing-content {
    width: 75%;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 6
}

.landing-content h1 {
    color: #FFEDC3;
    margin-bottom: 4rem;
    text-align: center
}

.landing-content p {
    color: #FFEDC3;
    padding: 0 10rem 2rem 10rem;
    text-align: center;
    margin-bottom: 0
}

.landing-content .btn {
    z-index: 6
}

.solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7rem 0
}

.solutions h2 {
    color: #f70;
    margin-bottom: 2rem
}

.solutions p {
    color: #004777;
    font-size: 1.5rem;
    margin-bottom: 2rem
}

.solutions .services {
    display: flex;
    justify-content: center;
    z-index: 6
}

.solutions .service-card {
    border: 5px solid #004777;
    background: #fff6e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    margin: 1rem
}

.solutions .service-card p.subtitle {
    font-size: 1rem;
    max-width: 350px
}

.solutions .service-card ul {
    list-style: square;
    padding: 1.5rem;
    max-width: 350px
}

.solutions .service-card ul li:nth-child(4n+1) {
    color: #f70
}

.solutions .service-card ul li:nth-child(4n+2) {
    color: #00AFB5
}

.solutions .service-card ul li:nth-child(4n+3) {
    color: #004777
}

.solutions .service-card ul li:nth-child(4n+4) {
    color: #49111C
}

.solutions .service-card ul li span {
    color: #49111C
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 7rem 7rem;
    background: url(../imgs/aboutimg.jpg) repeat center center/cover
}

.about-text {
    width: 50%;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 6
}

.about-text p {
    margin-bottom: 2rem
}

.about-img {
    width: 40%;
    height: auto;
    margin: 0 2rem
}
*/
/* **************** SLIDER **************** */
/*
.candidates {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 7rem;
    text-align: center;
}

.candidates .call-to-action {
    width: 40%;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.candidates .call-to-action h2 {
    margin-bottom: 2rem;
}

.candidates .call-to-action p {
    margin-bottom: 1.5rem;
}

.candidates .call-to-action .buttons {
    margin-top: 1.5rem;
}
.single-item {
    width: 40%;
}

.single-item div {
    width: 100%;
    height: 100%;
 
}
svg{
    width:50%;
    border: #00AFB5;
    border-radius: 20px;
}

.poly {
    stroke: #fff6e4;
    stroke-width: 10;
    stroke-linecap: butt;
    stroke-dasharray: 0;
}
.slick-dots li.slick-active button:before {
    color: #fff6e4!important;
    border-radius: 5px!important;
    border-color: #fff6e4!important;
}

.slick-dots li button:before {
    color: transparent!important;
    border-radius: 5px!important;
    border-color: #fff6e4!important;
    display: list-item;
    list-style-image: url(imgs/fillPoly.png);
}

footer {
    position: relative;
    background-color: #49111C;
    color: #FFEDC3;
    padding-top: 1%;
    padding-bottom: 1%;
    z-index: 12;
}
footer a {
    color: #FFEDC3;
}
footer li {
    margin: 7px;
}

.container-fluid {
    /* display: flex; */
/*}
.row {
    display: flex;
    flex-direction:row;
    justify-items: center;
    align-items: center;
    z-index: 11;
}
.col-md-4 {
    flex: 1 1 0px;
    color: #FFEDC3;
}

.col-md-4 img {
    max-width: 300px;
}
#centerFooter {
    text-align: center;
}

#rightFooter {
    text-align: right;
}*/

.navbar-nav {
  float: right;
  width: 50%;
  justify-content: space-around;
}
.navbar-nav .nav-link {
  text-align: center;
}
.anchor {
  margin-top: 100px;
  visibility: hidden;
  flex: 0 0 100%;
}
.page-scroll-content {
  position: relative;
}

.brand-decals {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 3;
}

.brand-decals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-decals-row img {
  height: 25vh;
  width: auto;
}

.landing {
  background: url(../imgs/heroimg.jpg) repeat center center/cover;
  height: 100vh;
}

.landing-content {
  width: 75%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 6;
}

.x-large {
  font-size: 4.2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.large {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.medium {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.regular {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.regular-italic {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-style: italic;
}

.light {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.light-italic {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-style: italic;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  background-color: #fff;
  color: #49111c;
}
nav {
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5rem;
  width: 100%;
}

nav a {
  text-decoration: none;
  color: #ffedc3 !important;
}

.row {
  padding: 2rem 0rem;
  padding-bottom: 0px;
  z-index: 6;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 237, 195, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler {
  color: #ffedc3 !important;
  border-color: #ffedc3 !important;
}
.navbar-nav.ml-auto {
  background-color: #49111c;
}

.bg-dark {
  background-color: #49111c !important;
  color: #ffedc3 !important;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0;
  height: 100vh;
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background: none;
  /* background: url(../imgs/heroimg.jpg) no-repeat center center/cover; */
  color: #ffedc3;
  z-index: 6;
}
.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.containers {
  width: 80%;
  max-width: 800px;
}

.btn {
  cursor: pointer;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 0;
  z-index: 6;
}

.btn.btn-primary {
  background: linear-gradient(to left, #00afb5, #004777);
  color: #ffedc3;
  z-index: 6;
}

.btn.btn-primary:hover {
  background: #f70;
  transform: scale(1.1);
  z-index: 6;
}

.section-header {
  text-align: center;
}

.section-header h2 {
  color: #f70;
}
.section-header p {
  color: #004777;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 6;
}
.card-out {
  padding-bottom: 30px;
}

.card {
  align-items: center;
  padding: 15px;
  border: 5px solid #004777;
  border-radius: 0;
  background: #fff6e4;
  max-width: 600px;
  z-index: 6;
}

.card-header {
  text-align: center;
  border: none;
  background-color: transparent;
}

.card-footer {
  text-align: center;
  border: none;
  padding: 0;
  z-index: 6;
}
.card-body {
  padding: 1rem 1rem 1rem 2rem;
}
.card-text {
  list-style: square;
  padding: 1.5rem 0;
  max-width: 350px;
}

.card-text span {
  font-size: 1.1rem;
}

.card-text li:nth-child(4n + 1) {
  color: #f70;
}

.card-text li:nth-child(4n + 2) {
  color: #00afb5;
}

.card-text li:nth-child(4n + 3) {
  color: #004777;
}

.card-text li:nth-child(4n + 4) {
  color: #49111c;
}

.card-text li span {
  color: #49111c;
}
.contained,
.call-to-action {
  margin: 0 3rem;
}

#imageContainer {
  max-height: 450px !important;
}

.single-item {
  width: 80%;
}

.single-item div {
  width: 100%;
  height: 100%;
}

svg {
  width: 100%;
  max-width: 205px;
  border: #00afb5;
  border-radius: 20px;
}

#about-hex {
  max-width: 500px;
}

.poly {
  max-width: 175.21px;
  stroke: #fff6e4;
  stroke-width: 10;
  stroke-linecap: butt;
  stroke-dasharray: 0;
  max-width: 175.21px;
}
.poly-about {
  max-width: 500px;
  stroke: #ff7700;
  stroke-width: 5;
  stroke-linecap: butt;
  stroke-dasharray: 0;
}

.poly-about:not(svg) {
  transform-origin: 0px 0px;
}

.slick-dots li button:before {
  background: url(../imgs/hex-outline.svg);
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots li.slick-active button:before {
  background: url(../imgs/hex-filled.svg);
  text-indent: -9999px;
  overflow: hidden;
}

.content,
.call-to-action {
  text-align: center;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
#f {
  /* padding-top: 100px; */
  background-color: #49111c;
}

#home {
  background: url(../imgs/heroimg.jpg) no-repeat center center/cover;
}

#services {
  background-color: #ffedc3;
}

#about {
  background: url(../imgs/aboutimg.jpg) no-repeat center center/cover;
  color: #ffedc3;

  z-index: 6;
}

#candidates {
  background-color: #49111c;
  color: #ffedc3;
}
footer {
  background-color: #49111c;
}
footer.row {
  background-color: #49111c;
  padding-bottom: 20px;
  position: relative;
  z-index: 6;
}

footer a {
  color: #ffedc3;
}
#rightFooter {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

#centerFooter {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#rightFooter {
  text-align: right;
  margin-top: 20px;
}

.col-xl-6 {
  z-index: 6;
}

/* POPUP */

#popup {
  display: none;
  border: 1px #ffedc3 solid;
  width: 50%;
  height: 70%;
  top: 5%;
  left: 25%;
  color: #ffedc3;
  background-color: #49111c;
  z-index: 9999;
  /* padding: 2em; */
  position: fixed;
  /* text-align: right; */
}

#page {
  display: none;
  width: fit-content;
  height: fit-content;
  top: 0px;
  left: 0px;
  z-index: 9;
  /* padding: 2em; */
  position: absolute;
}

.darken {
  background: rgba(0, 0, 0, 0.7);
}

/* #tandc {
  height: 50vh;
  width: auto;
  overflow: scroll;
} */

#iframe {
  border: 0;
  height: 100%;
  width: 100%;
  background-color: #49111c;
}
#Xbtn {
  padding: 0.5%;
  border: none;
  line-height: 1;
  font-size: xx-large;
  background: transparent;
  color: #ffedc3;
}
/* END POPUP */

@media only screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }

  .x-large {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 800;
  }

  .large {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 800;
  }

  .medium {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
  }

  .regular {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .regularLink {
    font-size: 1rem;
    font-weight: 400;
  }

  .regular-italic {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-style: italic;
  }

  .light {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
  }

  .light-italic {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-style: italic;
  }

  .jumbotron {
    height: 100%;
    padding-top: 100px;
  }
  #leftFooter {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #centerFooter {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #rightFooter {
    text-align: center;
    margin-top: 20px;
  }

  .brand-decals {
    display: none;
  }

  #popup {
    display: none;
    border: 1px #ffedc3 solid;
    width: 90%;
    height: 60%;
    top: 5%;
    left: 5%;
    background-color: white;
    z-index: 9999;
    /* padding: 2em; */
    position: fixed;
  }
}

@media (max-width: 1199px) and (min-width: 1000px) {
  .card {
    min-width: 500px;
  }
}
