.breadcrumb > a {
  text-decoration: none;
}
#about-container {
  background-image: url("../ASSETS/Front.jpg");
}
#sec-screen-cp {
  width: 100vw;
  height: fit-content;
  background: #161616;
}
.about-content {
  top: 35vh;
}
h1 {
  text-transform: uppercase;
  font-size: 95px;
}

.change-bg {
  background: #0d0d0d !important;
}
.arrow.down {
  display: block;
  padding-top: 10vh;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes size-inc {
  from {
    font-size: 100px;
    opacity: 0;
  }
  to {
    font-size: 115px;
    opacity: 1;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(7px);
  }
  60% {
    transform: translateY(5px);
  }
}
.yellow {
  color: #ffc006;
}
.big-p {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
  font-size: 32px;
}
.points {
  margin: 0 auto;
  padding-top: 20vh;
}
.points > h2 {
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
  padding-bottom: 2vh;
}
#third-screen-cp {
  background: #161616;
  width: 100vw;
  height: fit-content;
  padding-bottom: 7vh;
}
.head > h2 {
  padding-top: 5vh;
}
.size-lb {
  border: 2px solid #ffc006;
  height: 182px !important;
  width: auto;
}
.size-big {
  border: 2px solid #ffc006;
  height: 80vh !important;
  width: auto;
}
.size-lb:hover {
  /* border: 3px solid #ffc006; */
  opacity: 0.7;
}
.center {
  margin: 0 auto;
  width: 90vw;
}
.uk-grid {
  margin-top: 7vh;
}
.uk-grid > * {
  padding-left: 20px;
  padding-right: 10px;
}

/* Style the Image Used to Trigger the Modal */
.imgs {
  margin-top: 6vh;
  margin-bottom: 0;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 500px !important;
  height: 80vh;
}
.img-cap-cp {
  text-align: center !important;
}
#sec-screen-cp {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.imgs:hover {
  opacity: 0.7;
}
.cap {
  color: #ffc006;
  font-family: "Oswald", sans-serif !important;
  margin-top: 2vh;
  padding-bottom: 4vh !important;
  text-align: center;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 2vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 600px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close-mod {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 200;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-mod:hover,
.close-mod:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive */

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 800px) {
  .close-mod {
    top: 2px;
    right: 25px;
  }
  .modal-content {
    width: 100vw;
  }
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 56px;
  }
  #sec-screen-cp {
    grid-template-columns: 1fr;
    padding-bottom: 5vh;
  }
  .imgs {
    margin: 0 auto;
    margin-top: 5vh;
    max-width: 50% !important;
    height: auto;
  }
  .points {
    margin: 0 auto;
    padding-top: 1vh;
  }
  .center {
    width: 80vw;
  }
  .size-big {
    height: 50vh !important;
    width: auto;
  }
  .cap {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  #no-display {
    display: none;
  }
  h1 {
    font-size: 60px;
  }
  .uk-grid > * {
    padding-left: 32px;
  }
  .imgs {
    margin-left: 0vw;
    margin: 0 auto;
    margin-top: 2vh;
    max-width: 90% !important;
    height: auto;
  }
  .cp-li {
    display: block;
  }
  .cp-li > li {
    display: block;
    height: auto;
    padding-left: 5vw;
    padding-right: 3vw;
  }
  .points {
    margin: 0 auto;
    padding-top: 5vh;
  }
  .points > h2 {
    font-size: 32px;
    padding-bottom: 1vh;
    padding-left: 5vw;
    padding-right: 3vw;
  }
  .big-p {
    font-size: 22px;
    padding-left: 5vw;
  }
  .close-mod {
    color: #000;
  }
  .center {
    width: 80vw;
  }
  .size-big {
    height: auto !important;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .imgs {
    max-width: 90% !important;
    height: auto;
  }
  #third-screen-cp {
    background: #161616;
  }
  .center {
    width: 80vw;
  }
}
@media only screen and (max-width: 375px) {
  .imgs {
    max-width: 90% !important;
    height: auto;
  }
  .center {
    width: 80vw;
  }
}
.uk-lightbox-items > * > :not(iframe) {
  margin-top: 100vh;
  width: auto;
  height: auto;
}
