.principal_color {
    background-color: rgb(195, 102, 84);
}

.date-main {
    color: white;
    font-size: 6.5em;
    font-family: 'Playfair Display', serif;
}

.p-sml-margins {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
}

.names {
    font-family: 'Great Vibes', cursive;
    color: white;
    font-size: 3em;
}

.behind_container {
    color: rgb(226, 176, 153);
    font-family: 'Great Vibes', cursive;
    font-size: 6em;
}

.invitation {
    font-family: 'Cookie', cursive; 
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-top: -2em;
}

.verse {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 17px;
    font-style: italic;
    position: absolute;
    left: 3em;
    right: 3em;
    bottom: 1px;
}

.grid-img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
}

.square {
    display: inline-block;
    height: 80%;
    /* background-color: blue; */
}

.fill-div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 30vw;
    width: 30vw;
}

.fill-div img {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
    padding: 0px;
}

.col {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}

.our-history-title {
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 2px;
    margin-bottom: 0px;
}

.our-history-text {
    padding-top: 2px;
    margin-top: 0px;
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-style: italic;
    font-size: 11px;
    text-align: center;
}

.row-page-3 {
    flex: 1 1 auto;
}

.container-page3 {
    padding: 2em;
}

.titles-page3 {
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 20px;
}

.titles2-page3 {
    color:rgb(195, 102, 84);
    font-family: 'Great Vibes', cursive;
    font-size: 20px;
    text-align: center;
}

.titles3-page3 {
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 12px;
    text-align: center;
}

.col-page3 {
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
}

.img-page3 {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
    padding: 0px;
}

.dresscode-span {
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 20px;
}

.dresscode-span span {
    color:rgb(195, 102, 84);
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 16px;
    font-style: italic;
}

.container-page4 {
    
}

.img-page4 {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
    padding: 0px;
}

.col-page4 {
    padding-right: 3em;
    padding-left: 3em;
}

.contaier-no-padding {
    padding: 0 !important;
}

.center-div {
    justify-content: center;
    align-items: center;
}

.to-bottom {
    position: absolute;
    bottom: 0;
    left: 3em;
    right: 3em;
}

.img-page5 {
    height: 30%;
    width: 100%;
    border: solid white 6px;
    object-fit: cover;
}

.title-page4 {
    color:rgb(195, 102, 84);
    font-family: 'Great Vibes', cursive;
    font-size: 4em;
    text-align: center;
    margin-top: 1.5em;
}

.limit-date {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 12px;
    color:rgb(195, 102, 84);
    text-align: center;
    font-style: italic;

}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#FFF;
	color:black;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    opacity: 0.8;
}

.my-float{
	margin-top:auto;
    color: black;
}


#navi,
#infoi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#infoi {
  z-index: 10;
}