
*::selection {
  background: #ffe626; /* WebKit/Blink Browsers */
}
*::-moz-selection {
  background: #ffe626just; /* Gecko Browsers */
}

body {
  padding-top: 54px;
  background-color: #444;
  color: #f8f9fa;
}

.navbar, .navbar-brand, .nav-link {
  color: #f8f9fa;
}

body.holding-page {
  padding: 0!important;
}

.home.hero {
  margin: 2rem;
}

.holding-page {
  height: 100vh;
}

.holding-page .sticky-area {
  margin-left: 1rem;
  margin: 5rem;
  max-width: 34%;
  padding: 36px;
  border: dashed 2px #444;
}

a.text-link {
  color: #ffe626;
}

.holding-page h1 {
  font-family: 'Manrope', sans-serif;
  margin: 4.5rem;
  font-size: 7rem;
  text-transform: lowercase;
}

body, .btn, p, h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;

}

h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 5rem;
}

.btn-primary {
  color: #f8f9fa;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid;
  /* border-style: dashed; */
  padding: 0.7rem 1.4rem;

}

.btn-primary:hover {
  border-color: #f8f9fa;
  color: #f8f9fa;
  -webkit-box-shadow: 4px 4px 0px 1px rgba(231,166,26,1);
  -moz-box-shadow: 4px 4px 0px 1px rgba(231,166,26,1);
  box-shadow: 4px 4px 0px 1px #FFE626;
  background-color: #444;
}

.navbar {
  padding-bottom: 0;
  padding-top: 5px;
}

.navbar-brand {
  font-family: 'Manrope', sans-serif;
  padding: 1.2rem;
}

.nav-link {
  transition: border .15s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-bottom: 4px solid #444;
}

.navbar-brand:hover {
  color: #f8f9fa;
}

.nav-link:hover {
  border-bottom: 4px solid #FFE626;
  color: #f8f9fa;
}

.card {
    background-color: tranparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.card-body {
  padding: 3.5rem;
}

.home-image {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 5px;
}

.home-image .row {
  margin: 0;
}

.home-image .card-img-top {
  height: 100vh;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tag-group, .button-wrapper {
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.tag-group .badge {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 80%;
    text-transform: uppercase;
}

.container-boundry {
  padding: 5px 10px 5px 0px;
}

.home-item-container {
  cursor: pointer;
}

.home-item-container .image-overlay {
  bottom: 5px;
  left: 0px;
  width: 87%;
  height: 54%;
  background-color: rgba(255, 230, 38, 0);
  transition: background 0.5s;
}

.image-overlay span {
  color: rgba(255, 255, 255, 0);
  transition: color 1s;
  transition-delay: 0.1s;
}

.home-item-container:hover .image-overlay {
  background-color: rgba(255, 230, 38, 0.9);
}

.home-item-container:hover .image-overlay span {
  color: #f8f9fa;
}

.home-item-container, .article-item-container {
  height: 30rem;
  background-position: center;
  background-size: cover;
}

.main-content {
  padding: 10rem 12rem 5rem 12rem;
}

section.text-block {
  max-width: 645px;
}

section.image-text-block {
  display: flex
}

.image-text-block {
  margin: 1rem 0;
}

.image-text-block .text-container,
.image-text-block .image-container {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.image-text-block img {
  object-fit: contain;
  margin-bottom: 20px;
}

.image-text-block .text-container h2 {
  padding: 26px 0 0 0;
  margin: 0 0 20px 0;
}

.image-text-block .text-container p {
  padding: 0 0 26px 0;
  margin: 0
}

.article-item-container {
  height: 50rem;
}

.article-content {
  width: 100%;
}

.client-group {
  margin-top: 20px;
}

.badge {
  font-size: 90%;
  margin: 0.2rem;
  padding: 0.3rem 0.5rem;
}

.hero {
  width: 100%;
}

.hero-background {
  width: 83%;
  height: 65vh;
}

.hero-content {
  padding: 3rem;
  bottom: 3rem;
  right: 0;
  max-width: 75%;
}

.hero .button-wrapper {
  width: auto;
  max-width: 100%;
  margin-top: 30px;
}

h1 {
  font-size: 50px;
  line-height: 4rem;
  margin-bottom: 1rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #f8f9fa;
    background-color: #eee;
    border-color: #f8f9fa;
  }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,230,38,.5);
}

.gallery-section .image-container {
    padding: 2px;
}

.main-content {
    padding: 13rem 4rem;
    max-width: 1200px;
    margin: auto;
}

.gallery-section a.image-container:hover div {
  background-color: rgba(255, 230, 38, 0.38);
  text-decoration: none;
}

.gallery-caption {
  padding: 10px;
  color: #444;
  text-decoration: none;
  transition: border .15s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:hover {
  text-decoration: none!important;
}

.navbar-toggler:focus {
  border: none!important;
  outline: none!important;
}

a.nav-link {
    margin: 0 1rem;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
}

/* Homepage Page overrides */

.home h1 {
    font-size: 6rem;
    font-family: 'Manrope', sans-serif;
    line-height: 7rem;
}

.home .hero-background {
  background-image: none;
}

.home .hero-content {
  padding: 4rem;
}

@media (min-width: 992px) {
  body {
    padding-top: 50px;
  }
  .sticky-area {
    position: sticky;
    top: 0;
    padding-top: 90px;
    padding-right: 67px;
  }
}

@media (max-width: 1024px) {
  .holding-page .sticky-area {
    max-width: 50%;
  }
  .yellow-section {
    width: 19%;
  }

  .hero-background {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .holding-page h1 {
    margin-left: 3.5rem;
  }
  .holding-page .sticky-area {
    margin-left: 4rem;
    max-width: 64%;
  }
}

@media (max-width: 425px) {
  .yellow-section {
    width: 23%;
  }
  .holding-page h1 {
    font-size: 4rem;
    margin: 2.5rem;
    margin-left: 1rem;
  }
  .holding-page .sticky-area {
    margin: 3rem;
    margin-left: 1rem;
    max-width: 85%;
  }
  .holding-page .lead-paragraph {
    font-size: 24px;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .holding-page .button-wrapper {
    margin-top: 1.4rem;
  }
  .hero-content {
  padding: 1.2rem;
  }
  .main-content {
    padding-top: 27rem;
  }

  /* ---- */
  .home h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .home .hero-content {
      padding: 2rem;
      right: 2rem;
      max-width: 100%;
      bottom: 3rem;
  }

  .home .hero-background {
      height: 160px;
  }

  .navbar-light button.navbar-toggler {
      border-color: #f8f9fa;
  }

  a.btn-primary:hover {
    color: #f8f9fa;
    background-color: #444!important;
    border-color: #f8f9fa;

/* ----- */
}
@media (max-width: 320px) {
  .holding-page h1 {
    margin-left: 0rem;
  }
  .holding-page .sticky-page {
    margin-left: 0;
    margin: 0;
    max-width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
    .main-content {
      padding-top: 25rem;
  }
  .home .hero-content {
      bottom: 5rem;
  }
}
