@import 'https://fonts.googleapis.com/css?family=Tangerine:400,700';

html { 
	width: 100%;
	height: 100%;
	}
	
body { 
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-size: auto 100%;
	background-position: top center;
	background-attachment: fixed;
	background-color: #DC5946;
	}

a {
	text-decoration: none;
	color: #FFF;
	}

a:hover {
	text-decoration: none;
	color: #CCC;
	}

strong {
	color:#2A690F;
}

p {
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	color: #FFF;
	font-family: 'Times New Roman', sans-serif;
	font-style: italic;
	font-weight: 400;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	}

h1 {
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	margin: 0px;
	padding: 15px 10px 15px 10px;
	font-size: 60px;
	color: #FFF;
	text-transform: none;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
	}

h2 {
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	margin: 0px;
	padding: 15px 10px 15px 10px;
	font-size: 48px;
	color: #FFF;
	text-transform: none;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	}

.logo {
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	}

.logo img {
	max-width: 100%;
	}

.dark {
	background:rgba(0,0,0,0.4);
	border-radius: 20px;
}

/*-- Body --*/

.main-container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 15px;
	border: 0;
	clear: both;
}

.content-container {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background: none;
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 	}

.container {
	width: 100%;
	padding: 10px 20px 10px 20px;
	}


@media screen and (min-width: 995px) and (max-width: 1150px) {
	.heading-section h3 {
		font-size: 24px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.heading-section h3 b {
		font-size: 20px;
		}
	}
	
@media screen and (min-width: 601px) and (max-width: 994px) {
	.heading-section h3 {
		font-size: 24px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.heading-section h3 b {
		font-size: 20px;
		}
	.heading-section img {
		text-align: center;
		}

	h1 {
		font-size: 50px;
		}

	h2 {
		font-size: 30px;
		}

	body {
		overflow-x: hidden;
		}
	}

@media screen and (min-width: 569px) and (max-width: 600px) {
	.heading-section h3 {
		font-size: 24px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.heading-section h3 b {
		font-size: 20px;
		}
	.bluebutton {
		display: block;
		font-size: 14px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	.logo {
		text-align: center;
		margin: 0px;
		}
	}

@media screen and (min-width: 481px) and (max-width: 568px) {
	.heading-section h3 {
		font-size: 22px;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}

	.heading-section h3 b {
		font-size: 18px;
		}

	.bluebutton {
		display: block;
		font-size: 14px;
		line-height: 18px;
		padding: 5px 10px;
	}
	.videosm {
		width: 360px;
		height: 212px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		}

	.bottom-footer {
		text-align: center;
		}

	h1 {
		font-size: 40px;
		}
		
	h2 {
		font-size: 30px;
		}

	.logo {
		text-align: center;
		margin: 0px;
		}
	}


@media screen and (max-width: 480px) {
	.heading-section h3 {
		margin: 0px;
		font-size: 16px;
		text-align: center;
		padding: 0px;
		margin: 0px;
		}

	.heading-section h3 b {
		padding-top: 0px;
		font-size: 14px;
		}

	.bluebutton {
		display: block;
		font-size: 12px;
		line-height: 16px;
		padding: 5px 10px;
	}
	.logo {
		text-align: center;
		margin: 0px;
		}

	h1 {
		font-size: 40px;
		}
		
	h2 {
		font-size: 30px;
		}
	.bottom-footer {
		text-align: center;
		}

	.logo {
		text-align: center;
		}
	}


/*--- END RESPONSIVE ---*/