body,html{
	background-color: white;
	margin: 0;
	padding: 0;
	/*overflow-x: hidden;*/
	font-family: 'Anek Malayalam', sans-serif;
	scroll-behavior: smooth;
	background-color: white;
	background-image: url(css-images/bg.jpg);
	/*height: 300vh;*/
}
a{
	text-decoration: none;
}

/*menu bar*/
.toggle-button{
	display: none;
	justify-self: center;
	text-align: center;
	align-items: center;
	color: white;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 3px;
}
.sticky_nav{
  	/*position: -webkit-sticky;*/
  	position:sticky;
  	top: 0;
  	padding: 0px;
  	z-index: 1001;
}
.navbar{
	padding: 25px;
	justify-content: space-between;
	align-items: center;
	font-weight: bolder;
	font-size: medium;
	border-style: inset;
	border-color: orange;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color:#3D0000;
	/*#112B3C*/
	margin: 0;
}
.navbar-links ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.navbar-links li{
	list-style: none;
}
.navbar-links li a{
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	display: block;
}
.navbar-links ul li a:hover{
	margin-top: 0px;
	color: #FF8E00 ;	
	font-weight: bolder;
	font-size: 17px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	letter-spacing: 2.1px;
}
.navbar-links ul li a: active{
	color: orange;
	background-color: yellow;
}
.navbar-links ul li .current{
	color: #FF8E00 ;
}


/*navbar language*/
.dropbtn-nav{
  background-color: #3D0000;
  color: white;
  padding: 10px 10px;
  border-radius:10px;
  height: 50px;
  border-style: none;
  font-weight: bold;
  font-size: medium;
  letter-spacing: 1px;
  text-align: center;
}
.dropdown-nav {
  position: relative;
  display: block;
  text-align: center;
}
.dropdown-content-nav {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content-nav a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content-nav a:hover {
	background-color: green; color: white;
}
.dropdown-nav:hover .dropdown-content-nav {
	display: block;
	color: orange;
}
.dropdown-nav:hover .dropbtn-nav {
	background-color: #3D0000;
}
.current-lang{
	background-color: lightgreen;
}


/*container*/
.container{
	background-color: white;
	width: 1500px;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;
	/*height: 300vh;*/
}
.container-color{
	background-color: rgba(255, 215, 0, 0.4);
}

.marquee-container{
	background-color: #F7F7F7;
	width: 1450px;
	margin: auto;
	margin-top: 50px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	justify-content: center;
	border-radius: 5px;
	font-style: italic;
	color: firebrick;
	font-weight: bolder;
	letter-spacing: 3px;
}





.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: medium;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: medium;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}

.ce
	{
		text-align: center;
		font-size: medium;
	}
.calendar
	{
		width: 1000px;
		height: 700px;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		border-style: none;
	}



























@media (min-width: 600px) and (max-width: 990px){
.toggle-button{
    display: flex;
    text-align: center;
   	justify-content: center;
   	height: 30px;
}
.navbar-links{
    margin-top: 10px;
    display: none;
    width: auto;
    /*height: 20px;*/
}
.navbar-links ul{
    flex-direction: column;
    width: auto;
}
.navbar-links li
{
    text-align: center;
    background-color:#3D0000 ;
}
.navbar-links.active{
    display: block;
}
.navbar-links ul li a{
    transition: 0.3s;
    letter-spacing: 3px;
    height: 30px;
}
.navbar-links ul li a:hover{
    color: #FF8D29;
    letter-spacing: 4px;
    transition: 0.3s;
    /*background-color:rgba(221,221,221,0.6) ;*/
    width: auto;
}
.container{
	background-color: white;
	width: 700px;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;
}
.marquee-container{
	width: 600px;
}


.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: medium;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: medium;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}

.ce 
		{
			text-align: center;
			font-size: medium;
		}
	.calendar
		{
			width: 500px;
			height: 1000px;
		}
}






























@media (min-width: 300px) and (max-width: 600px){
.current-lang{
	color: white;
}
.toggle-button{
    display: flex;
    text-align: center;
   	justify-content: center;
   	height: 30px;
}
.navbar-links{
    margin-top: 10px;
    display: none;
    width: auto;
    /*height: 20px;*/
}
.navbar-links ul{
    flex-direction: column;
    width: auto;
}
.navbar-links li
{
    text-align: center;
    background-color:#3D0000 ;
}
.navbar-links.active{
    display: block;
}
.navbar-links ul li a{
    transition: 0.3s;
    letter-spacing: 2px;
    height: 20px;
}
.navbar-links ul li a:hover{
    color: #FF8D29;
    letter-spacing: 4px;
    transition: 0.3s;
    /*background-color:rgba(221,221,221,0.6) ;*/
    width: auto;
}
.container{
	background-color: white;
	width: auto;
	justify-content: center;
	margin: auto;
	background-image: url(css-images/red.jpg) ;

}
.marquee-container{
	width: 400px;
}



.footer{
		margin-top: 20px;
		background-color: #3D0000;
		width: auto;
		height: 300px;
	}
.footer_contents{
		/*margin-top: 600px;*/
		color: white;
		font-size: small;
		text-align: center;
		font-weight: bold;
		letter-spacing: 3px;
	}

.social_icons ul{
		letter-spacing: 5px;
		margin-top: 10px;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
	}
.social_icons li{
		list-style: none;
	}
.social_icons li a{
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: small;
		letter-spacing: 3px;
		padding: 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
	}
.social_icons li a:hover{
		color: orange;
	}
	.ce 
		{
			text-align: center;
			font-size: small;
		}
	.calendar
		{
			width: 320px;
			height: 800px;
		}
}