html {
  scroll-behavior: smooth;
}
.wookmarked > div > img {
  transition: 0.3s ease;
}
.wookmarked > div > img:hover {
  transform: scale(1.05);
}
div.light_square, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
  background: unset !important;
}
div.pp_pic_holder {
  background-color: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 15px;
  overflow: hidden;
  color: white !important;
}
.wp-element-caption {
  color: white !important;
}
.font-brush {
  font-family: 'brushsci' !important;
}
.see-text {
  background-color: rgba(0,0,0,0) !important;
}
.shop-btn > a > img {
  transition: 0.2s ease;
}
.shop-btn > a > img:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 10px black;
}
.text-justify-right {
  text-align: justify;
  text-align-last: right;
}
.text-justify {
  text-align: justify;
}
.landing-btn > a {
  padding: 20px 30px 20px 35px !important;
  font-size: 18pt !important;
  letter-spacing: 10px !important;
  color: black !important;
}
main {
  margin-top: 0px;
}
.landing-parent {
  width: 100vw !important;
  z-index: -1;
  position: fixed;
  filter: blur(10px);
  margin: 0px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.body-parent {
  width: 100vw !important;
  z-index: -1;
  position: fixed;
  margin: 0px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.landing {
  overflow: hidden !important;
}
.landing-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 100vh !important;
}
.wp-block-button__link, .wp-element-button {
  transition: 0.3s ease;
  padding: 5px 5px 5px 10px !important;
}
.wp-block-button__link:hover, .wp-element-button:hover {
  background-color: rgba(0,0,0,0.25) !important;
  color: white !important;
}
.home {
  overflow: hidden;
}
.main-container {
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  width: 80vw !important;
  max-width: 80vw !important;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 0px !important;
  z-index: 1000;
}
.header-child {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
/**  padding: 20px 0px 10vw 0px !important; **/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80vw !important;
  max-width: 80vw !important;
}
.header-child > nav {
  width: 100%;
}
#modal-1-content > ul{
  justify-content: space-evenly !important;  
}
@font-face {
  font-family: 'calibri';
  src: url('/wp-content/uploads/fonts/calibri.ttf');
  font-family: 'calibri-light';
  src: url('/wp-content/uploads/fonts/calibri-light.ttf');
  font-family: 'brushsci';
  src: url('/wp-content/uploads/fonts/brushsci.ttf');
}
.wp-block-navigation__container {
  font-family: 'calibri' !important;
  font-weight: lighter !important;
  row-gap: 20px;
  column-gap: 2px;
}

.burger {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-bottom-right-radius: 45px;
  padding: 0px;
  width: 60px;
  height: 60px;
  display: none;
}
.burger-icon {
  cursor: pointer;
}
#burger-1 {
  
}

@media (max-width: 700px) {
  .header {
    display: none;
  }
  .burger {
    /*display: block;*/
    position: fixed;
    left: 0px;
    top: 0px;
  }
}




  
