#Wt {color:#fff;
padding-top: 300px}

.jumbotron {margin-top:50px;
	background-color: #0D0D0D;
height: 950px;
color: white;
background-attachment: fixed;
background-size: cover;
text-align: center;}

.youtube {margin-top: 50px;}
.ytt {text-align:justify;
	line-height: 30px;
	padding-left: 40px;
	padding-right: 40px;
		font-size: 24px}
.hover-animation {
    display: block;
    width: inherit;
    height: 800px;
	background-size: cover;
	transition: 1s;
	}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
}

.one {background-image: url("../images/DSC_0497.JPG")}
.two {background-image: url("../images/beach.webp")}
.three {background-image: url("../images/IMG_0413.JPG")}
.four {background-image: url("../images/DSC_0045 edited.jpg")}
.five {background-image: url("../images/promzy.jpg")}
.six {background-image: url("../images/DSC_0421-1.jpg")}
.seven{background-image: url("../images/21148936_514739542193684_7312220514800369664_n.jpg.jpg")}
.eight{background-image: url("../images/DSC_0421-1.jpg")}
.nine{background-image: url("../images/alan-king-KZv7w34tluA-unsplash.jpg")}

.overlayFade{
    height: 100%;
    width:100%;
    top:0;
    left:0;
    background-color: #ff946b;
}
.overlay {
    position: absolute;
    opacity: 0;
    transition:all .3s ease;
    background-color: #008cba;
}

.hover-animation:hover{transform: scale(1.1);
z-index: 1;}

.wed:hover .overlay,.wed:hover .overlayFade {
    opacity: 1;
}
.overlayBottom{
    width: 100%;
    height: 0;
    bottom:0;
    left:0;
    background-color: #941e33;
	}
.wed:hover .overlayTop ,.wed:hover .overlayBottom {
    height: 100%;
}

.scp:hover .overlay,.scp:hover .overlayFade {
    opacity: 1;
}
.overlayBottom{
    width: 100%;
    height: 0;
    bottom:0;
    left:0;
    background-color: #941e33;
	}
.scp:hover .overlayTop ,.scp:hover .overlayBottom {
    height: 100%;
}

.fun:hover .overlay,.fun:hover .overlayFade {
    opacity: 1;
}
.overlayBottom{
    width: 100%;
    height: 0;
    bottom:0;
    left:0;
    background-color: #941e33;
	}
.fun:hover .overlayTop ,.fun:hover .overlayBottom {
    height: 100%;
}

.pts:hover .overlay,.pts:hover .overlayFade {
    opacity: 1;
}
.overlayBottom{
    width: 100%;
    height: 0;
    bottom:0;
    left:0;
    background-color: #941e33;
	}
.pts:hover .overlayTop ,.pts:hover .overlayBottom {
    height: 100%;
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.WeddingsGallery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}

.WeddingsGallery .heading{
  width: 100%;
  padding-bottom: 50px;
}
.WeddingsGallery .heading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.WeddingsGallery .heading h3 span{
  font-weight: 100;
}
.WeddingsGallery .WedAbulm{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.WeddingsGallery .WedAbulm .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.WeddingsGallery .WedAbulm .dream img{
  width: 100%;
  padding-bottom: 10px;
  border-radius: 10px;
}

.WeddingsGallery .btn{
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.WeddingsGallery .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}
@media only screen and (max-width: 769px){
    .WeddingsGallery .box{
   flex-direction: column;
  }

.WeddingsGallery .box .dream{
  width: 100%;
}
.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
}
	
.modal-content
{
	background: #ffffff;	
}
.modal-title { color: #000000;
				margin-left: 50px;}

.close{width: 70px;
	height: 30px;
	margin-left: -100px;
	position: absolute;
	}
	
.close:hover{
	background-color: transparent;
	cursor: pointer;
}

.btn1{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 2px 2px;
	border-radius: 20px;
	transition: .4s;
	padding-left: 20px;
}
.btn1:hover{
	background-color: transparent;
	border: 2px solid orange;
	cursor: pointer;
	color: black;
	padding-left: 40px;
}
	