/*Global*/
body{font-family: 'EB Garamond', serif;}
.centerText{text-align: center;}
.center{margin-left: auto; margin-right: auto;display: block;}
.divImgContain{max-width: 100%;max-height: 100%;}
.noPad{padding-left: 0;padding-right: 0;}
.displayNone{display: none;}
.rowMargTop{margin-top: 10%;}
.rowMargBottom{margin-bottom: 10%;}

/*Navbar*/
.navImg{max-width: 100%;max-height: 100%;}
/*HomePage*/
.helloPic{margin-top: 6%;margin-bottom: 6%; }
.kindPic{margin-top: 15%;margin-bottom: 6%;}
.indexTestRow{margin-bottom: 10%;}
.mainIndexRow{margin-top: 5%;}

/*Index*/


/*About*/
.aboutRow{margin-bottom: 5%;}
.aboutMargL{margin-left: 5%;}

/*Galleries*/
.galTitle{margin: 5% 0%;}


/*galWed*/
.galWedText{margin-top: 5%;}
.galWedCoupleName{margin-bottom: 5%;}

/*Contact*/
.formMargL{margin-left: 10%;}

/*Testimonial*/
.testRow{margin-top: 4%;}
.testTitle{margin: 5% 0%;}
.testRowMargBot{margin-bottom: 5%;}


/*galEng*/
.galImg2{margin-left: 40%; margin-top: 2%; margin-bottom: 5%;}
.galTopImg{padding: 0px; z-index: 100; margin-top: -5%;}

/*text over image hover*/
.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

/******************/
/* Filter Buttons */
/******************/
#buttons{margin-left: 2%; width: 55%;margin-left: auto; margin-right: auto;}
button {
  border: 2px solid white;
  padding: 6px 10px 25px 10px;
  border-radius: 4px;
  font-size: 10pt;
  outline: none;
  height: 22px;
  margin-left: 15px;
  margin-bottom: 100px;
  background-color: #fff;
}


button.active {
  border: 2px solid black;
  cursor: pointer;
 
}

/*******************/
/* Images Gallery */
/******************/
.gallery {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}


.photos {
  /* Prevent vertional gaps */
  line-height: 0;

  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}


.photos img {
  /* Just in case there are inline attributes */
  width: 100% !important; /*Careful of here with the lightbox effect*/
  height: 50% !important;
  border: 4px solid #fff; 
}

.modal{background-color: black;}

.item{
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*parallax*/
.parallax {
  /* The image used */
  background-image: url("../images/gallery_Eng/brandonMichelle/disply1.jpg");

  /* Set a specific height */
  min-height: 100vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxDevMattEng{background-image: url("../images/gallery_Eng/devlynnMatt/display1.jpg");}
.parallaxJoshStaceyEng{background-image: url("../images/gallery_Eng/joshStacey/display1.jpg");}

.parallax2 {
  /* The image used */
  background-image: url("images/gallery_Eng/brandonMichelle/displayLargeaphoto.jpg");
}



@media only screen and (max-width: 600px) {
  .photos {
    /* Prevent vertional gaps */
    line-height: 0;
  
    -webkit-column-count: 2;
    -webkit-column-gap:   0px;
    -moz-column-count:    2;
    -moz-column-gap:      0px;
    column-count:         2;
    column-gap:           0px;  
  }

  .galImg2{margin-left: 0%;width: 100%;}
  .parallax{background-attachment:scroll;}
  .parallax2{display: none;}
  .kindWordRow{display: none;}
  #buttons{width: 90%;}
}