* {
  box-sizing: border-box;
}
/*whole body itself*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100&display=swap');
body {
  margin: 0;
  font-family: 'Archivo', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2,.box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 3vh;
  margin-bottom: 0;
  letter-spacing: 1px;
  background: rgb(76, 175, 80%);
  text-shadow: 3px 3px black;
}

.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}

.wrapper {
  width: 25%;
  height: 100%;
  padding: 10px;
  display: inline-block;
}
.topnav {
  overflow: hidden;
  background-color: white;
  float: right;
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
}

.topnav p {
  float: left;
  margin-left: 140px;
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #3e9d9a;
  text-shadow:1px 1px 3px grey;
}
.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 25px 20px;
  text-decoration: none;
  font-size: 25px;
}

.topnav a:hover {
  background-color: #ddd;
  color: white;
}

/*.topnav a.active {
  background-color: silver;
  color: white;
}*/

.topnav .icon {
  display: none;
}
.p_logo .logo {
  max-width: 100%;
  max-height: 100%;
  height: 60px;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  margin-left: 30px;
  position: fixed;
  border: none;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  border-radius: 10px;
  filter: brightness(100%);
  z-index: 6;
}
.footer {
  position: relative;
  display: block;
  bottom: 0;
  z-index: 4;
}
.footer p {
  background: steelblue;
  font-size: 20px;
  height: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.footer img {
  width: 35px;
  border: 0;
  box-shadow: 0;
  display: inline;
}
.footer img {
  background: steelblue;
}
.p_logo .logo {
  max-width: 100%;
  max-height: 100%;
  height: 60px;
  width: 100px;
  padding: 0px 0px 0px 0px;
  margin-top: 5px;
  margin-left: 30px;
  position: fixed;
  border: none;
  top: 0;
  border-radius: 10px;
  filter: brightness(100%);
  z-index: 6;
}
@media screen and (max-width: 1000px) {
  .topnav a:not(:nth-last-child(1)) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index: 5;
  }
  iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .footer p {
    font-size: 11px;
    line-height: 14px;
    bottom: 0;
  }
  .footer img {
    width: 20px;
    margin: 3px;
  }
}
@media screen and (max-width:  1000px) {
  .p_logo {
    position: fixed;
    display: none;
  }
}
@media screen and (max-width:  1400px) {
  .topnav p {
    font-size: 1px;
    display: none;
  }
}
@media screen and (max-width:  1000px) {
  .dropbtn img {
    display: none;
  }
}
@media screen and (max-width:  1000px) {
  .box h2 {
    margin-bottom: 50px;
  }
}
