/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
	background-color: #000000;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
  align-content: center!important;
	text-align: center!important;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.desk-img {
  display: block;
}

.mobile-img {
  display: none;
}

@media (max-width: 700px) {
  .desk-img {
    display: none !important;
  }
  .mobile-img {
    display: block;
  }
	.featurette-image {
		padding-top: 40px;
	}
	
	.h1 {
	font-family: "milka", sans-serif!important;
	}
	
	.h2 {
	font-family: "milka", sans-serif!important;
	}
	
	.featurette-heading {
		font-family: "milka", sans-serif!important;
	}
	
	.display-5 {
	font-family: "milka", sans-serif!important;
}

.display-4 {
	font-family: "milka", sans-serif!important;
	}
}


/* CUSTOM CONTENT
-------------------------------------------------- */

.navbar {
	background-color: #000000!important;
}

.nav-item {
	font-family: "milka", sans-serif;
font-weight: 400;
font-style: normal;
	color: #CEF300!important;
	text-transform: uppercase;
	letter-spacing: .1rem;
}

.h1 {
	font-family: "milka-aged", sans-serif;
font-weight: 400;
font-style: normal;
	color: #fe009f;
}

.h2 {
	font-family: "milka-aged", sans-serif;
font-weight: 400;
font-style: normal;
	color: #CEF300;
}

.mb-4 {
	color: #9B9B9B!important;
}

.featurette-heading {
	font-family: "milka-aged", sans-serif;
font-weight: 400;
font-style: normal;
	color: #CEF300;
}

.text-body-secondary {
	font-family: "milka", sans-serif;
font-weight: 400;
font-style: normal;
	color: #fe009f!important;
	font-size: 32px;
	text-transform: uppercase;

}

.display-5 {
	font-family: "milka-aged", sans-serif;
font-weight: 400;
font-style: normal;
	color: #fe009f;
}

.display-4 {
	font-family: "milka-aged", sans-serif;
font-weight: 400;
font-style: normal;
	color: #fe009f;
}

.display-3 {
	font-family: "milka", sans-serif;
font-weight: 400;
font-style: normal;
	color: #CEF300;
	font-size: 32px;
}

.intro {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;;
	background-image: url("background_pattern.png");
}

.outro {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;;
	background-image: url("background_pattern_mes.png");
}

.btn {
	color: #000000;
	background-color: #CEF300;
	border: none;
	text-transform: uppercase;
	font-family: "milka", sans-serif!important;
font-weight: 400;
font-style: normal;
	letter-spacing: .1rem;
}

.btn-secondary {
	background-color: #fe009f;
}

.twinsies {
	padding-top: 34px;
}

.img-fluid {
	border: none!important;
}

.what3 {
	padding-top: 20px;
	color: #9B9B9B;
}

.what3sm {
	font-size: 12px;
	color: #9B9B9B;
}


.overcome {
	color: #ffffff!important;
}

.floater {
	color: #CEF300!important;
}

a {
	color: #fe009f
}

.youtube {
	margin-top: 30px;
}

.inline_player {
	max-width: 900px!important;
}