*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: #ede6d4;
}
/* ------------- Modal Starts ------------------ */
.modal-content{
	background-image: url(../img/wc-bg.jpg);
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-header{
	border-bottom: 0;
	padding-bottom: 0;
}
.modal-footer .btn{
	background-color: white;
	color: black;
}
.modal-content .pic{
	background-image: url(../img/pic.png);
	padding: 10px;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: white;
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.modal .col-lg-6:nth-of-type(1){
		border-right: 2px solid lightgrey;
	}
}
@media (min-width: 320px) and (max-width: 991.98px){
	.hid{
		display: none;
	}
	.modal .col-lg-6:nth-of-type(1){
		margin-bottom: 20px;
	}
}
/* ------------- Modal Ends ------------------ */

/* ------------- Head Starts ------------------ */
#head{
	width: 100%;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#head .container-fluid{
	background-image: url(../img/left-corner.png), url(../img/right-corner.png), url(../img/header-line.png);
	background-position: left, right, top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
#head h2{
	font-family: 'Playfair Display', serif !important;
	font-weight: bold;
	color: #970c0c;
	text-shadow: 4px 4px 5px white;
	font-size: 42px;
}
#head a{
	text-decoration: none;
}
/* ------------- Head Ends ------------------ */

/* ------------- Box Starts ------------------ */
#box{
	width: 100%;
	padding: 20px;
	background-image: url(../img/piller-left.png), url(../img/piller-right.png);
	background-position: left, right;
	background-repeat: repeat-y, repeat-y;
	background-color: #efe9d8;
}
/* ------------- Box Ends ------------------ */

/* ------------- Navb Starts ------------------ */
.menu{
	height: 108px;
	background-image: url(../img/Content-top-roller.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.navbar{
	padding: 20px;
    transition: .8s;
}
.navbar .active a{
	color: rgb(171, 18, 20) !important;
    font-weight: bold;
}
.navbar-nav .nav-item .nav-link {
	color: black;
	text-align: center;
	border-right: 1px solid bisque;
	padding: .3rem 1rem;
	font-family: roboto;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(171, 18, 20);
    font-weight: bold;
}
.navbar-toggler{
	margin: auto;
	margin-bottom: 25px;
}
.navbar-toggler{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 3s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(0px, 0px) rotateZ(-15deg); }
  25% { transform: translate(0px, 0px) rotateZ(20deg); }
  50% { transform: translate(0px, 0px) rotateZ(-15deg); }
  75% { transform: translate(0px, 0px) rotateZ(25deg); }
  100% { transform: translate(0px, 0px) rotateZ(-15deg); }
}

/* ------------- Navb Ends ------------------ */


/* ------------- Banner Starts ------------------ */

#banner .container{
	padding: 20px;
}
#banner .col-md-8{
	padding: 0 60px;
}


/* ------------- Banner Ends ------------------ */

/* ------------- Welcome Starts ------------------ */
#welcome h1{
	color: #d85f0e;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin: 25px 0;
}
#welcome .pic{
	background-image: url(../img/pic.png);
	padding: 10px;
	background-position: center;
	background-size: cover;
	text-align: center;
	color: white;
	margin-bottom: 10px;
}
#welcome .col-lg-6{
	background-image: url(../img/wc-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 10px solid #efe9d8;
	border-radius: 20px;
}
#welcome .wel-r3{
	margin-top: 80px;
}
@media only screen and (max-width: 1200px){
	#welcome .wel-r3{
		margin-top: 0px;
	}
}


/* ------------- Welcome Ends ------------------ */

/* ------------- Legend Starts ------------------ */
#legend h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#legend p{
	text-align: justify;
	margin-bottom: 0;
}


/* ------------- Legend Ends ------------------ */

/* ------------- About Starts ------------------ */
#about h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#about .list{
	background-color: #970c0c;
	color: white;
	margin: 20px 0;
}
#about p{
	text-align: justify;
}
#about ul{
	padding-top: 15px;
	padding-bottom: 15px;
}
#about li{
	padding: 5px;
}

/* ------------- About Ends ------------------ */

/* ------------- Members Starts ------------------ */
#members h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#members p{
	text-align: justify;
}
.table thead th {
    font-size: 14px;
    color: #fff;
}
.table thead.thead-primary {
    background: #a12d2d;
}
.table tbody th{
    background: #fdf4d9;
    border-bottom: 2px solid #fff0c3;
}
.table tbody td:nth-child(2n) {
    background: #fcfaf4;
    border-bottom: 2px solid #fff0c3;
}
.table tbody td:nth-child(2n+1) {
    background: #fdf4d9;
    border-bottom: 2px solid #fff0c3;
}


/* ------------- Members Ends ------------------ */

/* ------------- Aarti Starts ------------------ */
#aarti h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#aarti p{
	text-align: justify;
}


/* ------------- Aarti Ends ------------------ */

/* ------------- Festivals Starts ------------------ */
#festivals h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#festivals p{
	text-align: justify;
}


/* ------------- Festivals Ends ------------------ */

/* ------------- Gallery Starts ------------------ */
#gallery h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#gallery p{
	text-align: justify;
}
#gallery .col-md-3{
	margin-bottom: 10px;
}


/* ------------- Gallery Ends ------------------ */

/* ------------- Charity Starts ------------------ */
#charity h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#charity p{
	text-align: justify;
}
#charity h3{
	font-family: 'Crimson Pro', serif;
	color: #970c0c;
	text-align: center;
	margin-bottom: 20px;
}
#charity .col-md-3{
	margin-bottom: 10px;
}
#charity .row{
	margin-bottom: 30px;
}
#charity .outer{
	overflow: hidden;
}
#charity img{
	transition: 0.3s;
}
#charity .outer:hover img{
	transform: scale(1.05);
}


/* ------------- Charity Ends ------------------ */

/* ------------- Video Starts ------------------ */
#video h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#video p{
	text-align: justify;
}

/* ------------- Video Ends ------------------ */

/* ------------- Donate Starts ------------------ */
#donate h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#donate h3{
	color: #970c0c;
	margin-bottom: 0;
}
#donate p{
	text-align: center;
}
#donate .col-lg-3{
	background-color: #ebd287;
	border-radius: 20px;
	padding: 20px;
	margin: 10px; 
}
@media (max-width: 1199.98px){
	#donate .col-lg-7{
		word-break: break-word;
	}
}
#donate .th{
	color: #970c0c;
	font-weight: bold;
}


/* ------------- Donate Ends ------------------ */

/* ------------- Contact Starts ------------------ */
#contact h1{
	color: #970c0c;
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	margin:25px 0;
}
#contact p{
	margin-bottom: 0;
}
#contact .row{
	margin-top: 20px;
}

/* ------------- Contact Ends ------------------ */


/* ------------- Footer Starts ------------------ */
#footer{
	background-image: url(../img/Content-top-roller1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 50px;
}
#footer li{
	display: inline-block;
}
#footer a{
	text-decoration: none;
	padding: 10px;
	color: black;
	font-family: roboto;
}
#footer a:hover{
	color:#8c0000;
}

/* ------------- Footer Ends ------------------ */


/* ------------- Media Query ------------------ */


/* ------------- X-Large ------------------ */

@media only screen and (max-width: 1199.98px){

}

/* ------------- Large ------------------ */

@media (min-width: 768px) and (max-width: 991.98px){
	.navbar{
		padding: 0;
	}
	.navbar ul{
		background-color: #efe9d8;
		box-shadow: 0px 0px 10px black inset;
	}
}

/* ------------- Medium ------------------ */

@media (min-width: 576px) and (max-width: 767.98px){
	.navbar{
		padding: 0;
	}
	.navbar ul{
		background-color: #efe9d8;
		box-shadow: 0px 0px 10px black inset;
	}
    .navbar-nav .nav-item .nav-link{
    	border-right: 0;
    }
	#welcome h1{
		font-size: 36px;
		margin-bottom: 50px;
	}
	#welcome .col-md-7{
		padding: 0 !important;
	}
	#footer{
		margin-top: 0;
	}
}

/* ------------- Small ------------------ */

@media (min-width: 320px) and (max-width: 575.98px){
	#head h2{
		font-size: 22px;
	}
	.navbar{
		padding: 0;
	}
	.navbar ul{
		background-color: #efe9d8;
		box-shadow: 0px 0px 10px black inset;
	}
    .navbar-toggler-icon{
        width: 1em;
        height: 1em;
    }
    .navbar-nav .nav-item .nav-link{
    	border-right: 0;
    }
	#welcome h1{
		font-size: 35px;
		margin-bottom: 50px;
	}
	#welcome .col-md-7{
		padding: 0 !important;
	}
	#donate h1{
		font-size: 43px;
	}
	#donate h3{
		font-size: 20px;
	}
	#footer{
		margin-top: 0;
	}
}

/* ------------- XXS ------------------ */

@media (max-width: 319.99px){
	#head h2{
		font-size: 24px;
	}
	.navbar{
		padding: 0;
	}
	.navbar ul{
		background-color: #efe9d8;
		box-shadow: 0px 0px 10px black inset;
	}
    .navbar-toggler-icon{
        width: 1em;
        height: 1em;
    }
    .navbar-nav .nav-item .nav-link{
    	border-right: 0;
    }
	#welcome h1{
		font-size: 36px;
		margin-bottom: 50px;
	}
	#welcome .col-md-7{
		padding: 0 !important;
	}
	#footer{
		margin-top: 0;
	}
}