body {
  background-color: #000000;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fcd900;
}

body.full-screen {
  position: relative;
  left: 0;
  padding-left: 0;
}

.yellow-block h5 {
  color: #000;
}

.site-logo {
  width: 55px;
  display: inline-block;
}

.navbar-brand {
  display: flex;
}

.btn-primary {
  background-color: #fcd900 !important;
  border-color: #fcd900 !important;
  color: #000 !important;
  font-weight: 600 !important;
  outline: transparent !important;
  box-shadow: none !important;
}

.transformation .btn-primary {
  width: 100%;
  margin: 0 auto 30px auto;
  display: block;
}

.includes-holder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.includes-holder .btn-primary {
  width: 100%;
  margin-top: 10px;
}

.homepage-hero {
  object-fit: cover;
  height: calc(100vh - 80px);
  z-index: 0;
  background: url("../../assets/images/homepage-mobile.jpg") no-repeat top
    center;
  background-size: cover;
}

.homepage-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 80px);
}

h1 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 15px;
}

h1 span {
  color: #fcd900;
  font-weight: 600;
}

.homepage-hero h1 {
  text-align: center;
  background-color: #000;
  line-height: 1.4;
  padding: 20px 15px;
  font-size: 22px;
}

.homepage-hero h1 span {
  display: block;
}

.homepage-actions {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  border: 1px solid #fcd900;
}

.homepage-actions:hover {
  color: #fff;
  text-decoration: none;
}

.homepage-actions img {
  display: none;
}

.col-sm-4:last-of-type .homepage-actions {
  margin-bottom: 0;
}

.about-me-block {
  display: block;
  background-color: #fcd900;
  color: #000;
  padding: 15px;
  margin-bottom: 20px;
}

.col-sm-4:first-of-type .about-me-block {
  margin-top: 20px;
}


.inner-padding {
  padding: 0 30px;
}

.navbar.bg-dark {
  background-color: #000000 !important;
}

.navbar-dark .navbar-toggler {
  border: 1px solid #fff;
}

.intro-block {
  color: #fcd900;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.card {
  border-color: #fcd900;
  margin-top: 30px;
}

.card-header {
  text-transform: uppercase;
  color: #fcd900;
  border-color: #fcd900;
  font-weight: 600;
}

.form-submit {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.transformation .card {
  margin-bottom: 60px;
}

.transformation-length {
  background-color: #000;
}

.transformation-highlight {
  background-color: #fcd900;
  color: #000;
  border-color: #000 !important;
  font-weight: 600;
}

footer {
  background-color: #000;
}

footer img {
  width: 35px;
  margin-right: 10px;
}

footer a:last-child img {
  margin-right: 0;
}

footer p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.slogan {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.modal-content {
  background-color: #000;
  padding:  0 1rem;
}

.modal-header, .modal-body, .modal-footer {
  padding: 1rem 0;
}

.modal-header {
  border-bottom-color: #fcd900;
}

.modal-footer {
  border-top-color: #fcd900;
}

.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.about .card {
  background-color: #000;
}

.about .list-group-item {
  background-color: #fcd900;
  color: #000;
  border-color: #000;
}

a.hyperlink {
  color: #fcd900;
  text-decoration: underline;
}

.fun-facts .card {
  background-color: #fff;
  margin-bottom: 20px;
}

.fun-facts .testimonials .quote-holder img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  padding: 0 !important;
  width: 40px;
}

.testimonials {
  padding-top: 30px;
  border-width: 4px;
}

.testimonials .card-body {
  color: #000;
  padding: 0;
}

.testimonials .card-body .quote-inner{
  padding: 1.25rem;
}

.testimonials .quote-holder {
  background-color: #fcd900;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -30px;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.21);
  left: 1.25rem;
}

.testimonials .quote-holder img {
  width: 53px;
  padding-left: 16px;
  padding-top: 13px;
}

.sub-title {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}

.author {
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  background-color: #fcd900;
  margin-top: 0;
  font-weight: 600;
}

.yellow-block, .white-block {
  background-color: #fcd900;
  padding: 30px 0 20px 0;
}

.yellow-block {
  color: #000;
}

.white-block {
  background-color: #fff;
  color: #000;
}

.achievements-holder {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fcd900;
}

.achievements-holder .highlight {
  font-size: 30px;
  font-weight: 600;
}

.included {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.included span {
  font-weight: 600;
  color: #fcd900;
}

.what-included {
  margin-bottom: 30px;
}

.what-included:last-of-type {
  margin-bottom: 0;
}

.what-included img {
  width: 50px;
}

.includes-holder h5 {
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 375px) {
  .homepage-hero h1 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .homepage-actions {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 414px) {
  .homepage-actions {
    font-size: 18px;
  }

  .slogan {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-hero h1 {
    font-size: 32px;
  }

  .homepage-actions {
    margin-bottom: 0;
    height: 100%;
    text-align: left;
    padding: 15px 15px 50px 15px;
    position: relative;
    border-width: 2px;
  }

  .homepage-actions img {
    display: block;
    width: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .homepage-hero {
    background: url("../../assets/images/homepage-tablet-sm.jpg") no-repeat top
      center;
    background-size: cover;
  }

  .slogan {
    font-size: 16px;
  }

  .achievement {
    font-size: 21px;
    align-items: center;
    display: flex;
    height: 100%;
  }

  .btn-primary {
    max-width: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }

  .slogan {
    font-size: 18px;
    margin-left: 10px;
  }

  .navbar {
    border-bottom: 3px solid #fcd900;
  }

  #navbarNavAltMarkup {
    margin-top: 33px;
  }
}

@media only screen and (min-width: 1024px) {
  .homepage-actions {
    padding: 20px 20px 50px 20px;
  }

  .homepage-hero h1 {
    font-size: 38px;
  }

  .homepage-hero {
    background: url("../../assets/images/homepage-tablet-md.jpg") no-repeat top
      left;
    background-size: cover;
  }

  .achievement {
    font-size: 24px;
  }

  .includes-holder h5 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {

  .homepage-actions {
    border: none;
  }

  .homepage-actions img {
    transition: opacity 0.3s ease-out;
  }

  .homepage-actions .img-hover {
    opacity: 0;
  }

  .homepage-actions::before,
  .homepage-actions::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fcd900;
  }

  .homepage-actions span::before,
  .homepage-actions span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fcd900;
  }

  .homepage-actions:hover::before,
  .homepage-actions:hover::after {
    width: 100%;
  }
  .homepage-actions:hover span::before,
  .homepage-actions:hover span::after {
    height: 100%;
  }

  .homepage-actions::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
  }
  .homepage-actions span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
  }
  .homepage-actions::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
  }
  .homepage-actions span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
  }

  .homepage-actions:hover::after {
    transition-delay: 0s;
  }
  .homepage-actions:hover span::after {
    transition-delay: 0.2s;
  }
  .homepage-actions:hover::before {
    transition-delay: 0.4s;
  }
  .homepage-actions:hover span::before {
    transition-delay: 0.6s;
  }
  .homepage-actions:hover img {
    transition-delay: 0.6s;
    opacity: 0;
  }
  .homepage-actions:hover .img-hover {
    transition-delay: 0.6s;
    opacity: 1;
  }
}
