@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oleo+Script&family=Open+Sans&family=Poppins:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-image: radial-gradient(rgba(187, 52, 241, 0.692), #0eece1, #ff10eb);
}

.homelogo img {
  left: 10%;
  top: 40px;
  position: absolute;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.homelogo img:hover {
  position: absolute;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.homelogo img:hover-off {
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  align-items: center;
  margin: 50px;
}

.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 35%;
  font-size: 40px;
  text-shadow: 2px 2px aqua;
}

.wrap {
  overflow: hidden;
  margin: 10px;
  
}

.box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  
}

.boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}

.boxInner img {
  width: 100%;
}

.boxInner .titleBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -80px;
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
  margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
  /* Smartphone view: 1 tile */
  .box {
    width: 100%;
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 750px) and (min-width: 501px) {
  /* Tablet view: 2 tiles */
  .box {
    width: 50%;
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 751px) {
  /* Small desktop / ipad view: 3 tiles */
  .box {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  /* Medium desktop: 4 tiles */
  .box {
    width: 25%;
    padding-bottom: 25%;
  }
}
/* @media only screen and (max-width: 1451px) and (min-width: 1290px) { */
  /* large desktop: 5 tiles */
  /* .box {
    width: 20%;
    padding-bottom: 25%;
  }
} */
/* 
.footer.logo img {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flexbox;
  margin-left: 380%;
}

.footer.logo img:hover-off {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.footer.logo img:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.footercont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: center;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 5px;
  margin: 10%;
  color: lightgreen;
  font-style: italic;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}

.footer li {
  list-style: none;
  margin: 0 3rem;
}

.footer-nav {
  padding: 2px;
  margin-right: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

.secfooter-nav {
  padding: 2px;
  margin-left: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}

.footer-nav li {
  float: left;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-right: 8rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.footer-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav li {
  float: right;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-left: 4rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.footer a:hover {
  color: #c1ee1f;
}

@media screen and (max-width: 793.5px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
    background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
    padding: 5px;
    margin: 2%;
    color: lightgreen;
    font-style: italic;
    font-family: 'Dela Gothic One';
    border-radius: 10px;
  }
  .footer-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-right: 40px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .secfooter-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .footer img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flexbox;
    margin-left: 220%;
  } */
  /*.footer img:hover-off {*/
  /*-webkit-transition: 0.6s ease-out;*/
  /*transition: 0.6s ease-out;*/
  /*  }*/
    
  /*  .footer img:hover {*/
  /*    -webkit-transform: scale(1.25);*/
  /*    transform: scale(1.25);*/
  /*    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  /*    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  /*    -webkit-transition: 0.6s ease-in-out .2s;*/
  /*    transition: 0.6s ease-in-out .2s;*/
  /*  }*/

/*# sourceMappingURL=gallery.css.map */