.breadcrumb > a {
  text-decoration: none;
}
#about-container {
  background-image: url("../ASSETS/Night.jpg");
}
#sec-screen-cp,
#sec-screen-cp-last {
  width: 100vw;
  height: fit-content;
  background: #161616;
}
.change-bg {
  background: #0d0d0d !important;
}

.yellow {
  color: #ffc006 !important;
}
.flats-head {
  background: #161616;
  padding-bottom: 3vh;
  width: 100vw;
}
.flats-h2 {
  padding-top: 3vh;
  padding-bottom: 0vh;
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: 38px;
  text-align: center;
}
/* Style the Image Used to Trigger the Modal */
.imgs {
  margin-top: 5vh !important;
  margin-bottom: 0vh !important;
  margin-left: 0 !important;
}
.img-cap {
  text-align: center;
}
.border-r {
  border-right: 0.1px solid #393939;
}
.cap {
  color: #ffc006;
  font-family: "Oswald", sans-serif !important;
  margin-top: 2vh;
  padding-bottom: 4vh !important;
  text-align: center;
}
.slim {
  max-width: 300px !important;
}
.slim-2 {
  max-width: 400px !important;
}
.slim-4 {
  max-width: 440px !important;
}
.slim-3 {
  max-width: 360px !important;
}
.slim-5 {
  max-width: 380px !important;
}
.points {
  margin-left: 5vw;
  padding-top: 5vh;
}
.italic-p {
  color: #ffc006;
  font-size: 15px;
  text-transform: uppercase;
}
#sec-screen-cp {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.imgs:hover {
  opacity: 0.7;
}
.center-pic {
  margin: 0 auto !important;
  margin-top: 5vh !important;
}
.cap-last {
  text-align: center;
  margin-left: 0;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-mod:hover,
.close-mod:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#third-screen-cp {
  background: #0d0d0d;
}
.bg-light {
  background: #fff !important;
}
.cap-light {
  color: #0d0d0d;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 56px;
  }
  .imgs {
    margin: 0 auto;
    margin-top: 5vh;
    max-width: 240px !important;
    height: auto;
  }
  .points {
    margin: 0 auto;
    padding-top: 1vh;
  }
  .img-cap {
    margin: 0 auto;
  }
  .border-r {
    border-right: none;
  }

  .cp-li > li {
    font-size: 12px;
    padding-right: 3vw;
  }
  .points {
    margin: 0 auto;
    padding-top: 5vh;
  }
  .points > h2 {
    font-size: 32px;
    padding-bottom: 1vh;
    padding-right: 3vw;
  }
  .modal-content {
    height: 110vh;
  }
}
@media only screen and (max-width: 600px) {
  .bg-light {
    background: transparent !important;
  }
  .cap-light {
    color: #ffc006;
  }
  #sec-screen-cp {
    grid-template-columns: 1fr;
  }
  #sec-screen-cp,
  #sec-screen-cp-last {
    height: fit-content;
    padding-bottom: 5vh;
  }
  h1 {
    font-size: 60px;
  }
  .imgs {
    margin-left: 0vw;
    margin-top: 5vh;
    max-width: 80% !important;
  }
  .cp-li {
    display: block;
  }
  .cp-li > li {
    display: block;
    height: auto;
    padding-left: 5vw;
    padding-right: 3vw;
  }
  .points {
    margin: 0 auto;
    padding-top: 2vh;
  }
  .points > h2 {
    font-size: 32px;
    padding-bottom: 1vh;
    padding-left: 5vw;
    padding-right: 3vw;
  }
  .italic-p {
    padding-left: 5vw;
  }
  .close-mod {
    color: #000;
  }
  .modal-content {
    height: auto;
  }
  .flats-h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  #sec-screen-cp,
  #sec-screen-cp-last {
    height: fit-content;
    padding-bottom: 5vh;
  }
  .imgs {
    max-width: 300px !important;
  }
  .flats-h2 {
    font-size: 30px;
  }
}
