
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200&family=Quicksand:wght@300&display=swap');
body {
  margin: 0 !important;
  background-color: black;
}

.weddingtxt {
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Quicksand', sans-serif;
}

.sans {
  font-family: montserrat,sans-serif;
}

hr {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #FFFFFF !important;
  height: 2px !important;
  border-color: #FFFFFF;
}

.sans2 {
  font-family: museo-slab-w01-100,museo-slab-w05-100,serif;
}

@media only screen and (max-width: 1000px) {
  .main-text {
    font-size: 5.5rem !important;
  }
  .nav-link {
    font-size: 2rem !important;
  }
}

@media only screen and (max-width: 1200px) {
  .menu {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 1450px) {
  .logo {
    font-size: 3.5rem !important;
  }
}

.fancy-text {
  font-family: 'Aldrich', sans-serif;
  font-size: 2rem;
}

.main-text {
  /*font-family: 'Montez', cursive;*/
  font-family: 'Pinyon Script', cursive;
  font-size: 7rem;
}

.logo {
  /*font-family: 'Montez', cursive;*/
  font-family: 'Pinyon Script', cursive;
  font-size: 7rem;
}

.overflow {
  overflow: hidden;
}

.image-container {
  position: relative;
  text-align: center;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.5rem;
  transition: 1.2s all ease-in-out;
  min-width: 100%;
  min-height: 100%
  
}

.mySlides {
  position: relative;
  text-align: center;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.5rem;
  transition: 1.2s all ease-in-out;
  min-width: 100%;
  min-height: 100%
}



.image-container img{
  filter: brightness(65%);
}

.image-container:hover{
  transform: scale(1.1);
}

.image-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes fade-out {
  from {
    opacity: 100%;
  }
  to {
    opacity: 0%;
    display: none;
  }
}


.fade-in-out-background {
  position: fixed;
  top: 50%;
  left: 50%;
  animation: fade-out-background 1s ease 3.5s forwards;
}
@keyframes fade-out-background {
  0% {
    opacity: 1;
  }
  100% {
      max-height: 0px;
      opacity: 0;
    }
}
.break {
  flex-basis: 100%;
  height: 0;
}

.nav-link {
  font-size: 1.5rem !important;
  color: white;
  margin: 20px;
  font-family: 'Aldrich', sans-serif;
  background-image: linear-gradient(
    to right,
    #54b3d6,
    #54b3d6 50%,
    #ffffff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.nav-link:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
 background-position: 0;
}

.nav-link:hover::before{
  width: 100%;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  --bs-gutter-x: 0rem !important;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: calc(25% - 20px); /* IE10 */
  flex: calc(25% - 20px);
  max-width: calc(25% - 20px);
  padding: 0 4px;
  margin-left: 5px;
  margin-right: 5px;
}

#img-container {
  margin-bottom: 20px;
}

.column div {
  overflow: hidden;
  margin: 0 auto;
}

.column img {
  vertical-align: middle;
  width: 100%;
  transition: 1.2s all ease-in-out;
}

.column img:hover {
  transform: scale(1.2);
}


.break {
  flex-basis: 100%;
  height: 0;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1400px) {
  
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
  .column {
    -ms-flex: calc(50% - 20px);
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
}

.fadein{
  -webkit-animation: 1s ease 5s normal forwards 3 fadein;
  animation: 1s ease 5s normal forwards 3 fadein;
  animation-duration: 3s;
}

@keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

.modal-content {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center; 
  background-size:contain;
}

.close-container{
  position: fixed;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 47%;
  cursor: pointer;
  background-color:rgba(0, 0, 0, 0.2);
}

.leftright{
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: white;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: white;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

label{
  color: white;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
.close{
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #F25C66;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #F25C66;
}
.close-container:hover label{
  opacity: 1;
}
.video-container{
  width: 90vw;
  height: 90vh;
  overflow: hidden;
}
    
iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.hidden {
  opacity: .1;
  filter: blur(3px);
  transform: translateX(-30%);
  transition: all 1.5s;
  scale: 90%;
  min-height: 200px;
}

@media only screen and (max-width: 800px) {
  .hidden {
    transform: none !important;
    filter: none !important;
    opacity: .2 ;
  }
  .show {
    transform: translateY(0) !important;
  }
}



.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  scale: 100%;
}

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