/* font-family: 'Radley', serif;
font-family: 'Satisfy', cursive;
font-family: 'Bitter', serif; */

* {
  font-family: 'Radley', serif;
  box-sizing: border-box;
}

:root {
  --jnp-blue: #0083A9;
  --purple-accent: #A90084;
  --navy-accent: #3d4a6f;
  --gray-accent: #cdcdcf;
}

html, body, main {
    margin: 0;
    padding: 0;
}


/* ----------header----------- */

.header {
  background-color: white;
}

#navbarSupportedContent {
  justify-content: flex-end;
}

.navbar-nav {
  margin-left: auto;
}

.logo {
  height: 100px;
}

.nav-item {
  margin-left: 20px;
}
.nav-link {
  font-size: 20px;
  color: var(--jnp-blue) !important; 
  text-transform: uppercase;
}

.nav-link:hover {
  text-shadow: 2px 0 5px #0084a956;
}

.nav-link:active {
  color: #00546b;
}

.view-your-photos {
  background-color: var(--jnp-blue);
  color: white !important;
  padding: 10px 20px;
}

.dropdown-item {
  color: var(--jnp-blue);
  font-size: 20px;
}

h1 {
  font-family: 'Satisfy', cursive;
  text-align: center;
  color: var(--jnp-blue);
  padding: 20px 10px;
  font-size: 40px;
}

/* ----------main----------- */

/* ----introduction----- */

.introduction-container {
  width: 100%;
  display: flex;
  background-color: var(--jnp-blue);
  flex-direction: row;
  position: relative;
}

.introduction-text-container {
  border: 1px solid white;
  width: 40%;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 10%;
}

.introduction-image {
  height: 100%;
  width: 50%;
  margin-left: 50%;
}

.introduction-text-container-inner {
  border: 1px solid var(--jnp-blue);
  background-color: white;
  height: 96%;
  width: 96%;
  left: 2%;
  top: 2%;
  position: absolute;
}

.introduction-paragraph-text {
  color: var(--navy-accent);
  font-size: 26px;
  padding: 30px 30px 5px 30px;
}

.introduction-list-text {
  padding: 0 20px 10px 55px;
  list-style-type: none;
}

.introduction-list-text > ul {
  color: var(--navy-accent);
  font-size: 26px;
  padding: 1px;
}



/* carousel */

#slideshow {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.carousel {
  width: 60%;
}

/* how it works */

#how-it-works {
  background-color: var(--gray-accent);
  display: flex;
  justify-content: center;
}

.how-it-works-container {
  width: 80%;
  background-color: white;
  margin: 40px 0;
}

.how-it-works-title, .pricing-title {
  color: var(--jnp-blue);
  font-size: 30px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}

.pricing-subtitle {
  font-family: 'Bitter', serif;
  color: var(--jnp-blue);
  font-size: 20px;
  text-align: center;
}

.how-it-works-inner-container {
  display: flex;  
}

.how-it-works-image {
  width: 40%;
  max-height: 800px;
  margin: 30px 15px 40px 50px;
  border-radius: 5px;
  border: 1px solid var(--navy-accent);
  object-fit: cover;
}

.how-it-works-list {
  margin: 20px;
}

.how-it-works-list > li {
  color: var(--navy-accent);
  font-size: 30px;
  padding-bottom: 20px;
}

.per-person-container {
  border-right: 1px solid rgba(217, 217, 217, 0.847);
  padding: 0 30px;
  margin: 20px 10px;
  position: relative;
}

.per-person-container:last-of-type {
  border-right: none;
}

.per-person-pricing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}

.number-of-people {
  color: var(--navy-accent);
  font-size: 24px;
  font-family: 'Radley', serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  
}

.each, .retouches {
  color: var(--navy-accent);
  text-align: center;
  font-family: 'Radley', serif;
  font-size: 18px;
  position: absolute;
  text-align: center;
}

.each {
  left: 42%;
}

.retouches {
  left: 0%;
}

.prices {
  color: var(--navy-accent);
  font-size: 24px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
}

/* ---retouching--- */

.retouching-container {
  background-color: var(--jnp-blue);
}

.retouching-title, .covid-title {
  color: white;
  font-size: 30px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}

.retouching-description {
  font-size: 24px;
  color: white;
  padding: 20px 30px;
}

.retouch-image {
  width: 45%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 50px;
}

.before-after-slider-container {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/*---------Contact---------- */

.contact-container-outer {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contact-container-inner {
  border: 4px solid var(--jnp-blue);
  border-radius: 5px;
  width: 80%;
  margin: 10px 10px 50px 10px;
}

.contact-title {
  font-family: 'Satisfy', cursive;
  text-align: center;
  color: var(--jnp-blue);
  margin: 50px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 36px;
}

/* ----------Covid-------- */

.covid-container {
  background-color: var(--purple-accent);
  margin-bottom: 50px;
}

.covid-safe-description {
  color: white;
  font-size: 28px;
  text-align: center;
  padding: 0 30px;
}

.covid-expectations-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.precautions-container {
  border: 1px solid white;
  width: 40%;
  margin: 10px 15px 30px 15px;
}

.precautions-list  {
  padding: 0;
}

.precautions-list > li {
  color: white;
  font-size: 22px;
  padding: 20px;
  list-style: none;
  margin: 0;
}



/* ----------footer----------- */
.footer-content {
  background-color: rgb(228, 228, 228);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-column {
  border-right: 1px solid var(--jnp-blue);
  margin: 30px 20px 30px 30px;
  width: 30%;
}

.footer-column:last-of-type {
  border-right: none;
}

.footer-logo {
  height: 120px;
  padding-bottom: 20px;
}

.footer-text {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.footer-link {
  text-decoration: none;
  color: var(--navy-accent);
  padding: none;
  margin: none;
}

.footer-column-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}

.footer-col-2-link {
  text-decoration: none;
  color: var(--jnp-blue);
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
}

.footer-column-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;  
}

.social-media-link {
  color: var(--navy-accent);
  text-transform: uppercase;
  padding: 20px 10px;
  margin: 0;
  align-items: center;
}

.copyright-container {
  width: 100%;
  padding-bottom: 10px;
  background-color: rgb(210, 210, 210);
  text-align: center;
  color: var(--navy-accent);
  text-transform: uppercase;
}

.copyright-text {
  padding: 10px;
}

.and {
  text-transform: none;
}

.copyright-text > a {
  text-decoration: none;
  color: var(--navy-accent);
}







/* -------------media queries--------- 
--------------------------------------
--------------------------------------*/

@media (max-width: 1640px) and (min-width: 1400px) {

  .introduction-paragraph-text {
    font-size: 24px;
    padding: 10px 20px 5px 20px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 0 20px 10px 55px;
  }
  
  .introduction-list-text > ul {
    font-size: 22px;
    padding: 1px;
  }
  .how-it-works-list {
    margin: 20px;
  }
  
  .how-it-works-list > li {
    font-size: 24px;
    padding-bottom: 20px;
  }
}





/* --------extra large------ */
@media (max-width: 1399px) and (min-width: 1200px) {

  .logo {
    height: 90px;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-item {
    margin-left: 10px;
  }
  .introduction-paragraph-text {
    font-size: 24px;
    padding: 10px 20px 5px 20px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 0 20px 10px 55px;
  }
  
  .introduction-list-text > ul {
    font-size: 22px;
    padding: 1px;
  }
  .how-it-works-list {
    margin: 20px;
  }
  
  .how-it-works-list > li {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .covid-safe-description {
    color: white;
    font-size: 24px;
    text-align: center;
    padding: 0 20px;
  }
  
  /* footer */
  
  .footer-col-2-link {
    padding: 10px;
  }


}





/* -----------large------------ */
@media (max-width: 1199px) and (min-width: 992px) {

  .logo {
    height: 80px;
  }
  
  .nav-link {
    font-size: 16px;
  }

  .nav-item {
    margin-left: 2px;
  }

  h1 {
    font-size: 36px;
  }
  .introduction-container {
    width: 100%;
    display: flex;
    background-color: var(--jnp-blue);
    flex-direction: row;
    position: relative;
  }
  
  .introduction-text-container {
    width: 55%;
    left: 2%;
    top: 10%;
  }
  
  .introduction-image {
    width: 40%;
    margin-left: 60%;
  }
  
  .introduction-text-container-inner {
    border: 1px solid var(--jnp-blue);
    background-color: white;
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
  }
  .retouching-description {
    font-size: 20px;
    padding: 20px 30px;
  }
  .introduction-paragraph-text {
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 5px;
  }
  
  .introduction-list-text > ul {
    font-size: 18px;
    padding: 1px;
    margin: 0;
    line-height: 22px; 
  }

  .how-it-works-list {
    margin: 20px;
  }
  
  .how-it-works-list > li {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .per-person-pricing {
    flex-direction: row;
  }
  
  .number-of-people {
    font-size: 20px;  
  }
  
  .each, .retouches {
    font-size: 16px;
  }

  .covid-safe-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .precautions-list > li {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }


  /* footer */
  
  .footer-column-2 {
      width: 40%;
      margin-left: 5px;
      margin-right: 5px;
  }

  .footer-col-2-link {
    padding: 5px;
  }
}



/* ------------medium----------- */

@media (max-width: 991px) and (min-width: 768px) {

  .logo {
    height: 70px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 22px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }

  h1 {
    font-size: 32px;
  }
  
  .introduction-container {
    width: 100%;
    height: 500px;
    display: flex;
    background-color: var(--jnp-blue);
    flex-direction: column;
    position: relative;
  }
  
  .introduction-text-container {
    width: 55%;
    left: 2%;
    top: 10%;
  }
  
  .introduction-image {
    width: 40%;
    margin-left: 60%;
    object-fit: cover;
  }
  
  .introduction-text-container-inner {
    border: 1px solid var(--jnp-blue);
    background-color: white;
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
  }

  .retouching-description {
    font-size: 20px;
    padding: 20px 30px;
  }
  .introduction-paragraph-text {
    font-size: 20px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 5px;
  }
  
  .introduction-list-text > ul {
    font-size: 18px;
    padding: 1px 1px 1px 10px;
    margin: 0;
    line-height: 22px; 
  }

  .how-it-works-inner-container {
    display: flex;  
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-image {
    margin: 30px 0 20px 0;
  }

  .how-it-works-list {
    margin: 20px;
  }
  
  .how-it-works-list > li {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .number-of-people {
    font-size: 24px;
    padding: 10px 10px 0 10px;
    
  }
  
  .per-person-container {
    border-bottom: 1px solid rgba(201, 201, 201, 0.438);
    border-right: none;
  }

  .per-person-container:last-of-type {
    border-bottom: none;
  }
  
  .each {
    left: 46%;
  }
  
  .retouches {
    left: 33%;
  }
  
  .prices {
    font-size: 24px;
    padding-top: 20px;
  }

  .per-person-pricing {
    flex-direction: column;
  }
  
  .number-of-people {
    font-size: 20px;  
  }
  
  .each, .retouches {
    font-size: 16px;
  }

  .before-after-slider-container {
    flex-direction: column;
  }

  .retouch-image {
      width: 65%;
      object-fit: cover;
      margin-bottom: 20px;
  }

  .covid-safe-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .precautions-list > li {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }


  /* footer */

  .footer-column-2 {
      width: 50%;
      margin-left: 5px;
      margin-right: 5px;
  }
  
  .footer-col-2-link {
    padding: 5px;
  }

  .footer-column-3 {
    margin: 0;
    padding: 20px;
  }

}





/* ------------small---------- */
@media (max-width: 767px) and (min-width: 576px) {

  .logo {
    height: 70px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 22px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
 
  h1 {
    font-size: 28px;
  }
  
  .switch-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .introduction-container {
    width: 100%;
    height: 420px;
    display: flex;
    background-color: var(--jnp-blue);
    flex-direction: column;
    position: relative;
  }
  
  .introduction-text-container {
    width: 90%;
    left: 5%;
    top: 10%;
  }
  
  .introduction-image {
    width: 0;
    margin-left: 60%;
    object-fit: cover;
  }
  
  .introduction-text-container-inner {
    border: 1px solid var(--jnp-blue);
    background-color: white;
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
  }

  .retouching-description {
    font-size: 20px;
    padding: 20px 30px;
  }
  .introduction-paragraph-text {
    font-size: 20px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 5px;
  }
  
  .introduction-list-text > ul {
    font-size: 18px;
    padding: 1px 1px 1px 10px;
    margin: 0;
    line-height: 22px; 
  }

  #slideshow {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .carousel {
    width: 90%;
  }

  .how-it-works-inner-container {
    display: flex;  
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-image {
    margin: 30px 0 20px 0;
  }

  .how-it-works-list {
    margin: 20px;
  }
  
  .how-it-works-list > li {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .number-of-people {
    font-size: 24px;
    padding: 10px 10px 0 10px;
    
  }
  
  .per-person-container {
    border-bottom: 1px solid rgba(201, 201, 201, 0.438);
    border-right: none;
  }

  .per-person-container:last-of-type {
    border-bottom: none;
  }
  
  .each {
    left: 45%;
  }
  
  .retouches {
    left: 28%;
  }
  
  .prices {
    font-size: 24px;
    padding-top: 20px;
  }

  .per-person-pricing {
    flex-direction: column;
  }
  
  .number-of-people {
    font-size: 20px;  
  }
  
  .each, .retouches {
    font-size: 16px;
  }

  .before-after-slider-container {
    flex-direction: column;
  }

  .retouch-image {
      width: 65%;
      object-fit: cover;
      margin-bottom: 20px;
  }

  .covid-expectations-container {
    flex-direction: column;
  }

  .precautions-container {
    width: 90%;
    padding-left: 10px;
    margin-left: 25px;
  }
  .covid-safe-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .precautions-list > li {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }

  /* footer */

  .footer-logo {
    padding-top: 10px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-column {
    border-right: none;
    margin: 5px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social-media-link {
    padding: 10px;
  }
  .copyright-container {
    padding-bottom: 1px;
  }

  .copyright-text {
    padding: 5px;
  }
}





/* ------------extra small ---------- */
@media (max-width: 575px) and (min-width: 360px) {

  .logo {
    height: 70px;
  }

  .nav-link {
    font-size: 18px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 20px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
    
  h1 {
    font-size: 26px;
  }
   
  .switch-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .introduction-container {
    width: 100%;
    height: 690px;
    display: flex;
    background-color: var(--jnp-blue);
    flex-direction: column;
    position: relative;
  }
  
  .introduction-text-container {
    width: 90%;
    left: 5%;
    top: 10%;
  }
  
  .introduction-image {
    width: 0;
    margin-left: 60%;
    object-fit: cover;
  }
  
  .introduction-text-container-inner {
    border: 1px solid var(--jnp-blue);
    background-color: white;
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
  }

  .retouching-description {
    font-size: 20px;
    padding: 20px 30px;
  }
  .introduction-paragraph-text {
    font-size: 20px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 5px;
  }
  
  .introduction-list-text > ul {
    font-size: 18px;
    padding: 1px 1px 1px 10px;
    margin: 0;
    line-height: 22px; 
  }

  #slideshow {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .carousel {
    width: 90%;
  }

  .how-it-works-inner-container {
    display: flex;  
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-image {
    margin: 30px 0 20px 0;
    width: 70%;
  }

  .how-it-works-list {
    margin: 10px;
  }
  
  .how-it-works-list > li {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .number-of-people {
    font-size: 24px;
    padding: 10px 10px 0 10px;
    
  }
  
  .per-person-container {
    border-bottom: 1px solid rgba(201, 201, 201, 0.438);
    border-right: none;
  }

  .per-person-container:last-of-type {
    border-bottom: none;
  }
  
  .each {
    left: 42%;
  }
  
  .retouches {
    left: 12%;
  }
  
  .prices {
    font-size: 24px;
    padding-top: 20px;
  }

  .per-person-pricing {
    flex-direction: column;
  }
  
  .number-of-people {
    font-size: 20px;  
  }
  
  .each, .retouches {
    font-size: 16px;
  }

  .before-after-slider-container {
    flex-direction: column;
  }

  .retouch-image {
      width: 0;
      object-fit: cover;
      margin-bottom: 20px;
  }

  .covid-expectations-container {
    flex-direction: column;
  }

  .precautions-container {
    width: 90%;
    padding-left: 10px;
    margin-left: 10px;
  }
  .covid-safe-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .precautions-list > li {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }

 /* footer */
  
  .footer-logo {
    padding-top: 10px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-column {
    border-right: none;
    margin: 5px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .footer-text {
    text-align: center;
  }

  .footer-column-2 > p {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 2px;

  }

  .footer-column-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .footer-col-2-link {
    text-decoration: none;
    color: var(--jnp-blue);
    font-size: 18px;
    padding: 3px;
    text-transform: uppercase;
  }

  .social-media-link {
    padding: 10px;
  }


  .copyright-container {
    padding-bottom: 1px;
  }

  .copyright-text {
    padding: 5px;
  }
}








/* ------------teeny tiny ---------- */
@media (max-width: 359px) {

  .logo {
    height: 70px;
  }

  .nav-link {
    font-size: 18px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 20px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
    
  h1 {
    font-size: 26px;
  }
  .switch-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .introduction-container {
    width: 100%;
    height: 900px;
    display: flex;
    background-color: var(--jnp-blue);
    flex-direction: column;
    position: relative;
  }
  
  .introduction-text-container {
    width: 90%;
    left: 5%;
    top: 5%;
  }
  
  .introduction-image {
    width: 0;
    margin-left: 60%;
    object-fit: cover;
  }
  
  .introduction-text-container-inner {
    border: 1px solid var(--jnp-blue);
    background-color: white;
    height: 96%;
    width: 96%;
    left: 2%;
    top: 2%;
    position: absolute;
  }

  .retouching-description {
    font-size: 20px;
    padding: 20px 30px;
  }
  .introduction-paragraph-text {
    font-size: 18px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 0;
  }
  
  .introduction-list-text {
    padding: 5px;
  }
  
  .introduction-list-text > ul {
    font-size: 18px;
    padding: 1px 1px 1px 10px;
    margin: 0;
    line-height: 22px; 
  }

  #slideshow {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .carousel {
    width: 100%;
  }

  .how-it-works-title, .retouching-title {
    font-size: 20px;
  }

  .how-it-works-inner-container {
    display: flex;  
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-image {
    margin: 30px 0 20px 0;
    width: 70%;
  }

  .how-it-works-list {
    margin: 10px;
  }
  
  .how-it-works-list > li {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .number-of-people {
    font-size: 24px;
    padding: 10px 10px 0 10px;
    
  }

  .pricing-title {
    font-size: 20px;
  }
  
  .pricing-subtitle {
    font-size: 16px;
  }

  .per-person-container {
    border-bottom: 1px solid rgba(201, 201, 201, 0.438);
    border-right: none;
  }

  .per-person-container:last-of-type {
    border-bottom: none;
  }
  
  .each {
    left: 37%;
  }
  
  .retouches {
    left: 0%;
  }
  
  .prices {
    font-size: 20px;
    padding-top: 20px;
  }

  .per-person-pricing {
    flex-direction: column;
  }
  
  .number-of-people {
    font-size: 20px;  
  }
  
  .each, .retouches {
    font-size: 16px;
  }

  .before-after-slider-container {
    flex-direction: column;
  }

  .retouch-image {
      width: 0;
      object-fit: cover;
      margin-bottom: 20px;
  }

  .covid-expectations-container {
    flex-direction: column;
  }

  .precautions-container {
    width: 90%;
    padding-left: 10px;
    margin-left: 10px;
  }
  .covid-safe-description {
    font-size: 20px;
    padding: 0 20px;
  }

  .precautions-list > li {
    font-size: 20px;
    padding: 10px;
    margin: 0;
  }
  /* footer */

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-column {
    border-right: none;
    margin: 5px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  
  .footer-text {
    text-align: center;
  }

  .footer-column-2 {
    flex-direction: row;
    justify-content: center;
    padding-top: 5px;
  }

  .footer-column-2 > p {
    display: flex;
    flex-direction: column;
  }

  .footer-col-2-link {
    padding: 5px;
    text-align: center;
  }

  .social-media-link {
    padding: 5px;
  }

  .copyright-container {
    padding-bottom: 1px;
  }

  .copyright-text {
    padding: 5px;
  }
}


