/* NAAAAVBBAAAAAR */
/*#region generics*/
body {
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  background: url("./tiny-squares.png");
}
* {
  -webkit-tap-highlight-color: transparent;
}

.none {
  display: none !important;
}

.shrunk-height {
  height: 0px !important;
}

.shrunk-width {
  width: 0px !important;
}

.box-shadow {
  -webkit-box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.39);
}

.nav {
  z-index: 2;
  width: 100vw;
  height: 8vh;
  min-height: 60px;
  display: flex;
  /* justify-content: space-between; */
  align-items: stretch;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  background-color: white;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.nav-hidden {
  top: -300px;
  opacity: 0;
}

.green {
  color: #17b895;
  margin-left: -5vw;
}

.transparent {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  opacity: 0;
}

.btn-nav {
  color: rgba(255, 255, 255, 0.952);
  font-size: 200%;
}

.btn-nav:hover {
  cursor: pointer;
  /* TO DO  */
}

.holder {
  margin-left: 10vw;
  margin-right: 10vw;
  transform: skewX(25deg);
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.back-arrow{
  font-size: 200%;
  margin: 0 3vw;
}
.white {
  width: 30%;
  /* font-family: 'Impac', Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 150%;
  overflow: hidden;
  color: #404041;

  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.white span {
  margin-left: 5%;
  flex: 0 1;
  font: bolder 25px sans-serif;
  margin: 0 -1px;
  margin-top: 5px;
}

.logo-text-green {
  color: #17b895;
}

.nav-logo {
  flex: 1;
  max-width: 70px;
  height: auto;
  margin: 2% 5%;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0;

}

@media screen and (max-width: 950px) {
  .white {
      width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .nav-logo {
      display: none;
  }

  .white span {
      margin-left: 20px;
  }
}

@media screen and (max-width: 410px) {
  .white span {
      font-size: 20px;
      margin-top: 0;
  }
}

@media screen and (max-width: 790px) {
  .holder {
      display: none;
  }
  .logo {
      font-size: 1.5rem;
  }

  .divider {
      width: 15px;
  }
}
/* #endregion */

.gallery-title {
  font-size: 4.5em;
  opacity: 0.9;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2vh 0;
  background-color: rgb(233, 233, 233);
  -webkit-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 41px -3px rgba(0, 0, 0, 0.25);
}

.gallery-divider {
  height: 3px;
  flex: 1;
  background-color: #404041;
  opacity: 0.2;
}

.l {
  margin-right: 2vw;
  flex: 3;
}

.r {
  margin-left: 2vw;
  background-color: #17b895;
  opacity: 0.5;
}

/*#endregion */

/* #region gallery */

.gallery{
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  
}

.image{
  width: 30vw;
  margin: 2px 2px;
  border-radius: 5px;
}

@media (max-width: 1101px) {
  .image{
    width: 47vw;
    margin: 1px 1px;
  }
  }
@media (max-width: 450px) {
  .image{
    width: 95vw;
    margin: 1px 1px;
  }
  }


/*#endregion */


/* #region footer */

.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
  margin-top: 0px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
}

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}

.footer-logo {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.green-footer {
  color: #17b895;
}


/* #endregion */