.bg-image{
	background-image: url(../images/banner.jpg);
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
}
.logo-name{
	font-size: 20px;
	font-family: 'Lobster', cursive;
	font-weight: bold;
	color: #ffc107!important;
}
.mh-font{
	font-family: 'Lobster', cursive;
	font-size: 35px;
}
.side-heading{
	border-bottom: 2px solid #7f171f;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Lobster', cursive;
}
.temp-btn{
	font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    padding: 5px 20px;
	background: #7f171f;
    color: white;
}
.btns-font{
	font-family: 'Libre Baskerville', serif;
}
.cont-position{
	position: absolute;
	left: 60%;
	top: 20%;
}
.content-on-ban{
	width: 500px;
	background-color: rgb(127 23 31 / 50%);
	color: #fff;
	padding: 15px 20px 25px 20px;
}
/*.lgbtns-position{
	position: absolute;
	left: 40%;
	top: 83%;
}*/
.lg-btns{
	font-family: 'Libre Baskerville', serif;
	color: #7f171f;
	background-color: #edc538;
	border: 1px solid #7f171f;
	font-size: 20px;
	padding: 5px 30px;
	font-weight: bold;
}
.lg-btns:hover{
	color: #cb4853;
}

/* Matrimony Team */

.mt-member-block{
	-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 15px;
}
.mt-member-block img{
	width: 150px;
}
.mt-member-info{
	text-align: center;
	padding-top: 15px;
}

/* Success Stories */

.success-stories{
	-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 15px;
}
.success-stories img{
 	width: 150px;
 	margin-left: auto;
 	margin-right: auto;
 	display: block;
 	border-radius: 10px;
}
.story-couples-names{
	font-size: 15px;
	font-weight: bold;
	color: #7f171f;
}

/* Contact Us */



/* Footer */

footer {
    background-color: #dd7c3b;
    color: #fff;
}
footer ul li {
    padding-bottom: 10px;
    font-size: 16px;
}
footer ul li a {
    color: #fff;
}	
footer ul li a:hover {
    color: #fff;
}
.border-bottom {
    border-bottom: 1px solid #fff !important;
}
.footer-icons a i{
	margin-right: 5px;
	text-align: center;
	background: #fff;
    width: 26px;
    height: 26px;
    color: #dd7c3b;
    line-height: 26px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.copy-right-bg{
	background-color: #cf7538;
	color: #fff;
}

/* Media Queries */

@media (max-width:  768px){
	.content {
	    margin-top: 156px;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #fff;
	    padding: 15px 15px;
	}
	.dropbtn {
	    background-color: #dd7c3b;
	    color: #fff;
	    padding: 15px 15px
	}
	.website-name {
	    display: inline-flex; !important;
	}
	.bg-image{
		background-image: url(../images/banner.jpg);
		height: 30vh;
	}
}
@media (max-width: 767px){
	.web-logo{
		width: 60px !important;
	}
	.content{
		margin-top: 76px !important;
	}
	.website-name {
	    display: none !important;
	}
	.bg-image{
		background-image: url(../images/banner.jpg);
		height: 70vh;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    background-color: #dd7c3b;
	    border-radius: 0px;
	}
}

@media (max-width: 640px){
	.mh-font {
	    font-family: 'Lobster', cursive;
	    font-size: 30px;
	}
	/*.navbar{
		height: 68px;
    	margin-bottom: 0px
	}*/
}
@media (max-width: 576px){
	.mh-font {
	    font-family: 'Lobster', cursive;
	    font-size: 20px;
	}
	.bg-image{
		background-image: url(../images/banner.jpg);
		height: 23vh;
	}
	.lg-btns {
	    font-size: 18px;
	    padding: 5px 15px;
	}	
}
@media (max-width: 320px){
	.mh-font {
	    font-family: 'Lobster', cursive;
	    font-size: 17px;
	}
}