html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: lighter;
  overflow-x: hidden;
  font-family: "Athiti";
  color: #dac599;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fec900;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 100%;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

#home_m, #info_m, .cont2_m, .cont1_m, #footer_iframe_m {
	display: none;
}

#vel {
	opacity: ; 
	transition: opacity 3s;
	z-index: 10;
	height: 40vh;
	//width: 10%;
	position: absolute;
	left: 45%;
	top: 30vh;
}

#vel_div {
	height: 100vh;
	position: relative;
	width: 100%;
}

#home {
	opacity: 0;
	transition: opacity 3s;
	position: relative;
	top: 0;
	height: 100vh;
	background: url(home5.png) ;
  	background-size: auto 80%;
  	background-position: 85% 100%;
  	background-color: #0a0501;
  	background-repeat: no-repeat;
}

#home .marquee {
  height: auto;    
  overflow: hidden;
  position: absolute;
  top: 140px;
  //background-color: #84b3ac;
  color: #dac599;
  z-index: 0;
  font-weight: lighter;
  font-size: 14px;
}

#home .info {
	height: auto;
	width: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0%, -40%);
	left: 2%;
	font-size: 14px;
	color: #dac599; 
	padding: 10px;
	text-align: justify;
}

.cont {
	position: relative;
	height: 800px;
	width: 100%;
	background-color: #1b0d0a;
}

.cont .offerings { 
	box-sizing: border-box;
	height: auto;
	width: 400px;
	position: absolute;
	top: 2%;
	left: 5%;
	background-color: #1b0d0a;
	line-height: 0.7;
	text-align: justify;
	color: #f2d360;
}

.cont h3 {
	color: #dac599;
	width: 96%;
	margin-left: 2%;
	border-bottom: 1px solid white;
	line-height: 0.1em;
	color: white;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
}

.cont h3 span {
    background: #1b0d0a; 
    padding: 0 10px; 
}

.cont .offerings .marquee h4 {
	font-size: 20px;
}

.cont .upcoming_events {
	position: absolute;
	height: 100%;
	width: 500px;
	position: absolute;
	top: 2%;
	background-color: #1b0d0a;
	right: 5%;
	line-height: 0.7;
	text-align: justify;
	color: #f2d360;
}

.cont .upcoming_events .ulsavam {
		position: absolute; 
		width: 100%; 
		bottom: 20%; 
		text-align: center;
	}

.cont .upcoming_events h3 {
	color: #dac599;
	//padding: 0px 10px 0px 10px;
	text-align: center;
	font-size: 20px;
}

.cont .upcoming_events table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
	font-size: 16px;
	line-height: 1.0;
}

.cont .upcoming_events th, td {
	padding: 15px 10px 15px 10px;
}

.cont1 {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url(pattern_top.png), url(pattern_bottom.png);
	background-position: top, bottom;
	background-size: 70% 30%, 70% 30%;
	background-repeat: repeat-x, repeat-x;
	background-color: #2a1301;
}

.cont1 .text1 {
	vertical-align: middle;
	height: auto;
	width: 50%;
	top: 50%;
	transform: translate(0,-50%);
	position: absolute;
	left: 5%;
	color: #dac599;
	font-size: 16px;
	text-align: justify;
}

.cont1 img {
	position: absolute;
	height: 60%;
	width: auto;
	top: 20%;
	right: 10%;
}

.cont2 {
	position: relative;
	height: 100vh;
	width: 100%;
	background: url("bg3.jpg") ;
	background-size: cover;
	background-position: center;
}

#footer_iframe {
  position: relative;
  height: 250px;
  box-sizing: border-box;
}

#f {
  width: 100%;
  height: 250px;
  border: none;
}

/* DESKTOP VERSION ENDS HERE */

/* MOBILE VERSION */


@media only screen and (max-width: 786px) {

	#vel {
		opacity: 1; 
		transition: opacity 3s;
		z-index: 10;
		height: 30vh;
		//width: 10%;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}

	#vel_div {
		height: 100vh;
		position: relative;
		width: 100%;
	}

	.header_iframe {
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		z-index: 99;
		opacity: 1;
		overflow: visible;
	}

	#hdr {
		//position: fixed;
  		width: 100%;
  		border: none;
  		z-index: 1;
  		height: 60px;
  		overflow: visible;
  		//transition: opacity 0s;
	}

	#home, .cont2, #header_iframe, .cont1, #footer_iframe {
		display: none;
	}

    #home_m {
    	opacity: 0;
    	transition: opacity 3s;
    	display: block;
    	position: relative;
    	height: calc(100vh - 60px);
    	padding-top: 60px;
    	box-sizing: border-box;
    	width: 100%;
    	top: 0px;
    	background: url(home5.png);
    	background-size: 130%;
    	background-position: bottom;
    	background-color: #0a0501;
    	background-repeat: no-repeat;
	}

	#home_m .marquee {
  		height: auto;    
  		overflow: hidden;
  		position: absolute;
  		top: 75px;
  		//background-color: #84b3ac;
  		color: #dac599;
  		z-index: 0;
  		font-weight: lighter;
  		font-size: 8px;
	}

	#info_m {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background-color: #0a0501;
		padding: 20px;
		text-align: justify;
		font-size: 12px;
		color: #dac599;
	}

	.cont {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		background-color: #1b0d0a;
		border: 2px solid #1b0d0a;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.cont .offerings {
		position: relative;
		box-sizing: border-box;
		height: auto;
		width: 70%;
		left: 15%;
		background-color: #1b0d0a;
		line-height: 0.7;
		text-align: justify;
		color: #f2d360;
		font-size: 14px;
	}

	.cont h3 {
		font-size: 16px;
	}

	.cont h4 {
		font-size: 14px;
	}

	.cont .offerings .marquee h4 {
		font-size: 16px;
	}

	.cont .upcoming_events h3 {
		font-size: 16px;
	}

	.cont .upcoming_events {
		position: relative;
		height: 450px;
		width: 90%;
		left: 5%;
		background-color: #1b0d0a;
		line-height: 1.0;
		font-size: 12px;
		text-align: justify;
		color: #f2d360;
		margin-bottom: 5%;
		box-sizing: border-box;
	}

	.cont .upcoming_events .ulsavam {
		position: absolute; 
		width: 100%; 
		bottom: 0%; 
		text-align: center;
	}

	.cont .upcoming_events th, td {
		padding: 10px 5px 10px 5px;
	}

	.cont1_m {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		background: url(pattern_top.png), url(pattern_bottom.png);
		background-position: top, bottom;
		background-size: 100% 20%, 100% 20%;
		background-repeat: repeat-x, repeat-x;
		background-color: #2a1301;
		color: #dac599;
		font-size: 12px;
		text-align: justify;
	}

	.cont1_m img {
		position: relative;
		height: 150px;
		width: auto;
		top: 70px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	
	.cont1_m .text1 {
		position: relative;
		height: 500px;
		width: 90%;
		top: 100px;
		left: 5%;
		color: #dac599;
		font-size: 12px;
		text-align: justify;
	}

	.cont2_m {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	#footer_iframe_m {
		position: relative;
    	height: 250px;
    	box-sizing: border-box;
		display: block;
		z-index: 100000000;
	}

	#f {
  		width: 100%;
  		height: 250px;
  		border: none;
	}


}

@media only screen and (min-width: 540px) and (max-width: 786px) {
	#home_m {
    	background-size: 110%;
	}

	#home_m .marquee {
  		top: 95px;
	}

	.cont1_m .text1 {
		height: 400px;
	}

	.cont1_m {
		background-size: 60% 20%, 60% 20%;
	}
	
}


