@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tangerine:wght@400;700&display=swap');

* {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #555a60;
}
html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
body, html {
    height: 100%;
	background-image: url("texture.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
	position: relative;
}

p {
	font-size: 1.1rem;
	line-height: 2.4rem;
	color: #555a60;
}
a {
	color: #be1010;
	text-decoration: none;
}
a:hover {
	color: #be1010;
	text-decoration: none;
	border-bottom: 1px #be1010 solid;
}
h1 {
	padding-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
}
h2 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
}

/* Font styles begin. */
/*.noto-sans-devanagari-<uniquifier> {*/
.lang-MR {
  font-family: "Noto Sans Devanagari", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.lang-MR p {
  font-size: 1.1rem;
  line-height: 2.4rem;
}
/* Font styles end. */

.hero-image.banner-home {
  background-image: url("header-home.png");
  height: 360px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image.banner-common {
  background-image: url("header-common.png");
  height: 210px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

div.cursive {
	padding-top: 360px !important;
}

div.cursive p {
	font-family: "Tangerine", cursive;
	font-weight: 700;
	font-size: 2.25rem;
	color: #000;
}

div.cursive p span.red { color: #be1010; }

div.cursive p a {
	font-family: "Tangerine", cursive;
	font-weight: 700;
	color: #be1010;
	text-decoration: none;
}

div.cursive p a:hover {
	color: #be1010;
	text-decoration: none;
	border-bottom: 1px #be1010 solid;
}

div.contents {
	padding: 0 15%;
	padding-top: 250px !important;
	padding-bottom: 100px;
}

div.contents p a {
	color: #be1010;
	text-decoration: none;
}

div.contents #description {
	padding-bottom: 1rem;
}

div.contents #description p a:hover {
	color: #be1010;
	text-decoration: none;
	border-bottom: 1px #be1010 solid;
}

div.contents .film {
	width: 560px;
	margin: 50px auto;
}

.banner-footer {
	min-height: 100px !important;
}

@media only screen and (max-width: 600px) {
	body {
		height: 100%;
		background-image: url(mountain-sketch-mobile.jpg);
		background-position: top center !important;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	div.cursive {
		padding-top: 30%;
	}
	
	div.cursive p, div.cursive p span {
		font-family: "Tangerine", cursive;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.5rem;
		color: #000;
	}
}

@media only screen and (min-width: 1281px) {
	body {
	}
	
	div.cursive {
		padding: 0 20%;
		padding-top: 40%;
	}
	
	div.cursive p, div.cursive p span {
		font-family: "Tangerine", cursive;
		font-weight: 700;
		font-size: 2rem;
		line-height: 2.5rem;
		color: #000;
	}
	
	div.contents {
		padding: 0 10%;
		padding-top: 40%;
	}
}

/* CSS End */