/* @override 
https://www.sanctusmedia.com/assets/live-service/clean/clean.css
	https://www.sanctusmedia.com/assets/live-service/clean/clean_v2.css */

body {
	/*background-color: hsl(212, 7%, 95%);*/
	background-image: url('/assets/live-service/clean/images/lily_bg_offset.webp');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 01px;
	
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

@media (min-width: 576px) { 
	body {
		background-size: 500px;
	}
}


@media (min-width: 768px) { 
	body {
		background-size: 700px;
	}
}

@media (min-width: 992px) { 
	body {
		background-size: 900px;
	}
}

@media (min-width: 1200px) { 
	body {
		background-size: 1000px;
	}
}



p, a, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.header {
	margin-top: 40px;
}

.title {
	background-color: hsl(194, 66%, 51%);
	color: white;
	text-transform: uppercase;
	font-size: 2.5rem;
	height: 15px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}



.poster {
	border: 1px solid gray;
}

.hero {
	background-color: hsla(195, 67%, 30%, 1.00);
}	    

.hero h2 {
	text-align: center;
	color: white;
	text-shadow: 0px 1px 6px rgba(0,0,0,.1);
	padding: 20px 0px 15px 0px;
	font-weight: 400;
}



.main_body {
	margin: 00px 0px;
	/*background-color: #fff;*/
	padding: 40px 20px 120px 20px;
}

.footer {
	background-color: hsl(194, 66%, 51%);
	height: 50px;
	padding-top: 15px;
	padding-left: 15px;
	color: #ffffff;
	font-size: 0.8em;
}	

@media (max-width: 1199px) {
	.hero h1 {
		font-size: 34px;
		line-height: 34px;
	}
	
	.hero p {
		margin-top: 0px;
		font-size: 18px;
		line-height: 32px;
		
	}
}