/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IM+Fell+Double+Pica:ital@1&family=Baskervville&family=Mrs+Sheppards&family=Birthstone+Bounce:wght@500&family=Corinthia:wght@700&family=Lavishly+Yours&family=Mrs+Sheppards&family=WindSong:wght@500&display=swap');


@font-face {
  font-family: 'Exotc';
  src: url('media/fonts/exotc350-dmbd-bt/Exot350D.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
/*
* {
 outline: 1px solid pink !important;
}
*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar-thumb {
  background: grey;
}

* {
  image-rendering: smooth;
}

.logo-name, .email-btn, .call-btn {
  color: white;
}

.header {
  height: 100vh;
}

.about-section, .services-section, .why-us-section, .contact-section, .gallery-section {
  height: 100vh;
}

.footer {
  height: 40vh;
  overflow: hidden;
}

.menu-links {
  width: 100vw;
  height: 100vh;
  padding: 30px;
  background: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 4;
  overflow: hidden;
  display: none;
}


.nav-links {
  height: 85vh;
  width: 90vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 300%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.menu-link {
  padding: 10px;
  transition: all 0.8s;
}

.menu-link:hover {
  background: grey;
  transform: scale(1.1);
  transition: all 0.8s;
}

.social-icons {
  transition: all 0.8s;
}

.social-icons:hover {
  transform: scale(1.1);
}

.logo-icon {
  height: 85px;
  transition: all 1s;
}

.nav-bar {
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  transition: all 1s;
  z-index: 6;
}

body {
  background: #f7f7f7;
}

.call-email-btns {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  bottom: 20px;
  width: 98.3vw;
  z-index: 3;
}

.sticky-contact-btns {
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.socials{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-icons {
  padding: 10px;
}

.call-btn, .email-btn {
  margin: 10px;
  height: 44px;
  width: 44px;
  border: none;
  border-radius: 8%;
  font-size: 125%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  box-shadow: 4px -3px 5px 1px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 4px -3px 5px 1px rgb(0 0 0 / 55%);
  -moz-box-shadow: 4px -3px 5px 1px rgb(0 0 0 / 55%);
  background: rgba(255, 255, 255, 1);
  color: black;
  text-align: center;
}

.call-btn-info, .email-btn-info {
  position: absolute;
  right: 50px;
  color: white;
  background: black;
  height: 44px;
  padding: 0 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

/*
.header {
}
*/
/*
.header {

}
*/
/*
.header {
    background-image: url(media/unsplash/bjarne-vijfvinkel-VIVfpC6bV9o-unsplash.jpg);
    background-size: cover;
    background-position: 40%;
}
/*
.header {
    background-image: url(media/unsplash/kate-townsend-hEC6zxdFF0M-unsplash.jpg);
    background-size: cover;
    background-position: center;
}

.header {
}
*/

.overlay {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.carousel {
  height: 100vh;
  position: absolute;
}

.about-section {
  background: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
overflow:  hidden;}


.about-title, .why-us-title, .gallery-title, .services-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 6vh;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.about-title {
  /* margin: 70px 55px 0; */
}

.why-us-title {
  margin: 25px;
  padding-right: 18px;
  text-align: right;
}

.about-text, .why-us-text, .services-info {
  margin: 0 10%;
  text-align: center;
  font-weight: 400;
  line-height: 115%;
  font-size: 2.4vh;
  color: black;
  font-family: 'Montserrat', sans-serif;
}

.about-text {
  margin: 20px;
  width: 60vw;
}
.about-btn {
  height: 7%;
  margin: 20px 0;
  font-size: 110%;
  border: 2.5px solid #0c006b;
  font-family: 'Montserrat', sans-serif;
  background: white;
}

.about-pics {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(1, auto);
}

.about-pics-caption {
  text-align: center;
  background: black;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.about-pics-outer>div:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
  transition: all 1s;
}

.about-pic-1 {
  background-image: url('media/2022-03-23_0006-cropped.jpg');
}
.about-pic-2 {
  background-image: url('media/2022-03-23_0002-cropped.jpg');
}
.about-pic-3 {
  background-image: url('media/2022-03-23_0007-cropped.jpg');
}

.about-pics-outer {
  padding: 10px;
  margin: 3px;
  overflow: hidden;
}

.view-more-link {
  visibility: hidden;
  color: white;
  /* transform: translate(0, -80%); */
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  padding: 10px;
  top: 60%;
  left: 25%;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.about-pic-1, .about-pic-2, .about-pic-3 {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s;
}

.why-us-section {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: repeat(1, auto);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.why-us-content {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  top: 15%;
  width: 37vw;
}

.why-us-text {
  text-align: right;
}

.why-us-pic {
  width: 45vw;
  height: 80vh;
  background-image: url('media/2022-03-23_0005-cropped.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  right: 40%;
  top: 8%;
}

.mocktail-vid {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  z-index: 2;
  height: 60vh;
  position: relative;
  left: 8%;
  top: 7.3%;
  box-shadow: 4px 3px 5px 1px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 4px 3px 5px 1px rgb(0 0 0 / 55%);
  -moz-box-shadow: 4px 3px 5px 1px rgb(0 0 0 / 55%);
}

.book-us-btn {
  margin: 20px 8%;
  box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 35%);
  -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 35%);
  position: relative;
  left: 45%;

}

.services-title {
  color: white;
  /* margin-top: 30px; */
  font-weight: 300;
  letter-spacing: 3px;
}

.services-section {
  height: 154vh;
  background: #353533;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  text-align: center;
}

.services-img {
  height: 40vh;
  width: 40vw;
  margin-top: 20px;
}

.shakers-services-img {
  background-image: url('media/2022-03-23_0001-cropped.jpg');
  background-size: cover;
}

.waiters-services-img {
  background-image: url('media/2022-03-23_0009-cropped.jpg');
  background-size: cover;
}

.services-divs {
  height: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 10px;
}

.services-info {
  color: white;
  margin: 20px 20px 5px;;
  text-align: left;
}

.supervisors-services-info {
  width: 68vw;
  text-align: center;
}

.services-div-supervisors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

.services-divs>* {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.services-div-shakers, .services-div-waiters {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.services-line {
  height: 50%;
  width: 0;
  border-left: 1px solid white;
  margin: 0 2%;
  flex: 0 0 0;
  -ms-flex: 0 0 0;
  align-self: center;
}

.services-subtitle {
  font-size: 4vh;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.services-btn, .book-us-btn {
  border: none;
  font-size: 90%;
  font-family: 'Montserrat', sans-serif;
  height: 50px;
  width: 180px;
  margin-top: 10px;text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  background: white;
  color: black;

  transition: all 700ms ease;
}

.services-btn:hover, .book-us-btn:hover {
  transform: scale(1.1);
  transition: all 700ms ease;
  background: black;
  color: white;

}

.contact-section {
  background-image: url('media/2022-03-23_0004-cropped.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
overflow:  hidden;}
.contact-card {
  /* width: 75%; */
  /* height: 65%; */
  /* background: rgba(0, 0, 0, 0.4); */
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 90%;
  display: flex;
  flex-direction: row;
}

.contact-info {
  width: 40%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 30px;
  font-size: 4vh;

  box-shadow: 4px 4px 5px 1px rgb(0 0 0 / 55%);
  -webkit-box-shadow: 4px 4px 5px 1px rgb(0 0 0 / 55%);
  -moz-box-shadow: 4px 4px 5px 1px rgb(0 0 0 / 55%);
text-align:  center;}

.contact-info-title, .contact-form-title {
  font-size: 8vh;
  font-weight: 400;
margin-bottom: 20px;}

.contact-form-title {
  margin-bottom: 8px;
}

.contact-form {
  width: 60%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: white;
  color: black;
  display: none;
}

.contact-info {
  width: 100%;
}

.contact-info-call-icon, .contact-info-email-icon {
  margin: 10px;
}

.contact-deets > a, .email-icon-contact-form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-control {
  width: 45%;
  border: none;
  margin: 5px;
  border-bottom: 1px solid grey;
}

.label {
  margin: 9px 0;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 85%;
}

input:focus, textarea:focus {
  outline: none;
}

.form-control-text-area {
  width: 95%;
}


.send-btn {
  margin-top: 5px;
  width: 70px;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid white;
  background: black;
  color: white;
}

::-webkit-input-placeholder { /* Edge */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.footer {
  height: 40vh;
  border: 1px solid black;
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 90%;
  overflow: hidden;
}

.footer-links {
  width: 100vh;
  text-transform: uppercase;
  font-size: 85%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0;
}

.footer-links > a {
  margin: 0 10px 0;
  font-size: 2.3vh;
}

.footer-deets {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  font-size: 2.5vh;
}

.footer-deets > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-call-icon, .footer-email-icon {
  padding: 3px;
  height: 2vh;
}

.footer-logo-icon {
  height: 11vh;

}

.italics {
  font-style: italic;
}

.call-btn, .email-btn {
  background: black;
}

.catchphrase-container {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
.catchphrase {
  font-family: 'Baskervville', serif;
  text-transform: uppercase;
  font-style: bold;
  letter-spacing: 3px;
  opacity: 0.9;
  text-align: center;
}
*/

.catchphrase, .catchphrase-end {
  font-family: 'Birthstone Bounce', cursive;
  letter-spacing: 2.1px;
  opacity: 0.9;
  color: white;
  font-size: 490%;
text-transform: lowercase;}

/* gallery */

.gallery-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
}

.gallery-title {
  margin: 70px 55px 30px;
}

.gallery-container {
  height: 90vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(2, auto);
  grid-gap: 8px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.gallery-pics {
  width: 19vw;
  height: 100%;
  object-fit: cover;
}

.gallery-pic-container {
  width: 19vw;
  height: 100%;
}
/*
.gallery-pics {
  width: 19vw;
  background-image: url('media/unsplash/louis-hansel-dNgwsE2HRJw-unsplash.jpg');
  background-size: cover;
  background-position: center;
}

.gallery-grid-1 {
  background-image: url('media/2022-03-23_0001-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-2 {
  background-image: url('media/2022-03-23_0002-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-3 {
  background-image: url('media/2022-03-23_0003-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-4 {
  background-image: url('media/2022-03-23_0004-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-5 {
  background-image: url('media/2022-03-23_0005-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-6 {
  background-image: url('media/2022-03-23_0006-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-7 {
  background-image: url('media/2022-03-23_0007-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-8 {
  background-image: url('media/2022-03-23_0008-cropped.jpg');
  background-position: center;
  background-size: cover;
}
.gallery-grid-9 {
  background-image: url('media/2022-03-23_0009-cropped.jpg');
  background-position: center;
  background-size: cover;
}
*/

.gallery-grid-1:hover, .gallery-grid-2:hover, .gallery-grid-3:hover, .gallery-grid-4:hover, .gallery-grid-5:hover, .gallery-grid-6:hover, .gallery-grid-7:hover, .gallery-grid-8:hover, .gallery-grid-9:hover, .gallery-grid-10:hover, .gallery-grid-11:hover, .gallery-grid-12:hover {
  transform: scale(1.2);
  translate: 50px 50px;
  transition: all 1s;
}

.gallery-grid-11, .gallery-grid-12 {
  display: none;
}

.gallery-modal {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-inner {
  height: 80vh;
  width: 100vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close-modal-outer {
  width: 35%;
}

.close-modal {
  height: 44px;
  width: 44px;
  background: white;
  border: 5px solid white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 95%;
}

.modal-img-container {
  height: 0;
  width: 35%;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
}

.gallery-modal-main {
  height: 100%;
  object-fit: cover;
}

html {
  scroll-padding: 40px 0 170px;
}

.testimonials-sections {
  height: 78vh;
  background: #efefef;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quote-char {
  font-family: 'Times New Roman', serif;
  font-size: 60vh;
}

.testimonials-container {
  font-family: 'Baskervville', serif;
  font-size: 4vh;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-author {
  font-size: 3vh;
  text-align: right;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .about-pics {
    display: block;
    /* height: 70vh; */
  width: 80vw;}

  .about-pics-outer-1, .about-pics-outer-2 {
    display: none;
  }

  .about-pic-3 {
    padding-top: 10;
    /* bottom: 80px; */
  }

  .why-us-section {
    position: relative;/* height: 100vh; */
  }

  .why-us-pic {
    top: 12%;
  height:  70vh;}

  .mocktail-vid {
    height: 31vh;
    top: 40%;
    left: 83%;
}

  .why-us-title {
    position: absolute;
    bottom: 100%;
    left: %;
    width: 65vw;
  }

  .why-us-content {
    width: 51vw;
  top: 3;}

  .services-section {
    height: 218vh;
  }

  .services-img {
    height: 30vh;
    width: 40vw;
  }

  .gallery-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4, auto);
    grid-gap: 8px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw;
  }

  .gallery-pics {
    width: 31vw;
  }

  .gallery-pic-container {
    width: 31vw;
    height: 100%;
  }

  .gallery-grid-11, .gallery-grid-12 {
    display: block;
  }
  .close-modal-outer {
    width: 70%;
    /* outline: 1px solid green; */}

  .close-modal {
    height: 64px;
    width: 64px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 94%;
  }


  .modal-img-container {
    height: 0;
    width: 70%;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
  }

  .testimonials-container {
    font-size: 2.7vh
  }

  .testimonials-author {
    font-size: 2.4vh;
  }

  .contact-info {
    width: 80vw;
    font-size: 3vh;
  }

  .contact-info-title {
    font-size: 6vh;
  }


}

@media only screen and (max-width: 600px) {
  .nav-bar {
    width: 100vw;
  height: 100px;}

  .open-icon {
    width: 34px;
  }

  .logo-icon {
    height: 55px;
  }

  .insta-icon, .fb-icon {
    height: 22px;
  }

  .social-icons {
    padding: 6px;
  }

  .menu-links {
    padding: 13px;
  }

  .nav-links {
    font-size: 200%;
  }

  .catchphrase, .catchphrase-end {
    font-size: 6vh;
  }

  .mocktail-vid {
    height: 22vh;
    position: relative;
    left: 80%;
    top: 35%;
  }

  .why-us-pic {
    height: 56vh;
    width: 65vw;
    right: 55%;
  top: 3%;}

  .why-us-title {
    position: absolute;
    bottom: 94%;
    left: 3%;
    width: 90vw;
  }

  .why-us-content {
    top: 10%;
    width: 51vw;
  }

  .why-us-text {
    font-size: 1.97vh;
  margin-top: 30px;}

  .book-us-btn {
    width: 88%;
  position:  relative;left: 0;}

  .services-section {
    overflow: hidden;
    height: 196vh;
  }

  .services-div {
    height: 80%;
  }

  .services-title {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .services-subtitle {
    font-size: 3vh;
  }

  .services-img {
    height: 15vh;
  }

  .services-info {
    font-size: 1.7vh;
  }

  .services-btn {
    margin-top: 42px;
    width: 130px;
  }

  .quote-char {
    font-size: 20vh;
    padding-top: 30px;
  }

  .testimonials-sections {
    height: 61vh;
  }

  .testimonials-container {
    font-size: 2.1vh;
    padding: 30px;
  /* height: 41vh; */}

  .testimonials-author {
    font-size: 1.9vh;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    grid-gap: 7px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100vw;height: 84vh;}

  .gallery-pics {
    width: 45vw;
  }

  .gallery-pic-container {
    width: 45vw;
    height: 100%;
  }

  .gallery-grid-container-9, .gallery-grid-container-10, .gallery-grid-container-11, .gallery-grid-container-12 {
    display: none;
  }

  .gallery-grid-9, .gallery-grid-10, .gallery-grid-11, .gallery-grid-12 {
    display: none;
  }

  .contact-form {
    display: none;
  }

  .contact-card {
    /* height: 72vh; */
    /* width:  80vw; */
  }

  .contact-info-title {
    font-size: 6vh;
  margin-bottom: 8px;}

  .contact-info {
    width: 70vw;
    font-size: 2.5vh;
    height: 6;height: 80v;}

  .contact-deets {
    text-align: center;
  }

  .contact-deets > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .email-icon-contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links {
    width: 100vw;
    padding: 0;
    font-size: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  font-size: 0.4vh;}

  .footer-links > a {
    margin: 0;
  font-size: 1.6vh;}

  .footer-deets {
    font-size: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .footer-logo-icon {
    height: 9.3vh;
  }

  .close-modal-outer {
    width: 80%;

  }

  .close-modal {
    height: 44px;
    width: 44px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 93%;
  }

  .modal-img-container {
    height: 0;
    width: 80%;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
  }

  .about-pics {
    display: block;
    height: 40vh;
  width: 100%;}

  .about-pics-outer-1, .about-pics-outer-2 {
    display: none;
  }

  .about-pic-1, .about-pic-2, .about-pic-3 {
    width: 100%;
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1s;
  }

}
