body {
	font-family: "Yantramanav", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	-webkit-text-size-adjust: 100%;
	color: #181818;
	background-color: #ffffff;
	margin: 0;
	padding:0;
	}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #6b63da;
	text-decoration: underline;
	}

a:hover {
	color: #b5acec;
	text-decoration: underline;
	}

a:focus {
	background-color: #F9629F;
	text-decoration: underline;
	}

h1 {
	font-size: 50px;
	line-height: 52px;
	color: #181818;
	font-family: "Abril Fatface", serif;
	margin-top: 20px;
	font-weight: 500;
	font-style: italic;
	}

h2 {
	font-family: "Abril Fatface", serif;
	font-size: 44px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 13px;
	}

h3 {
	font-family: "Abril Fatface", serif;
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 38px;
	font-weight: 500;
	color: #181818;
	}

h4 {
	font-family: "Abril Fatface", serif;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: 200;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 2px;
	}

img {
	max-width: 100%;
	max-height: 100%;
	}

hr	{
	width: 100%;
	height: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
	clear: both;
	}

ul, li {
	line-height: 20px;
	padding-bottom: 10px;
	list-style-position:outside;
	padding-left: 2px;
	margin-left: 10px;
	}

header {
	position: relative;
	display: block;
	width: 100%;
	font-family: "Yantramanav", sans-serif;
	color: #fff;
	}

header img {
	width: 100%;
	}

footer {
	display: block;
	font-size: 18px;
	line-height: 22px;
	min-height: 120px;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	color: #fff;
	background-color: #197400;
	padding-top: 20px;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	position: relative;
	}

footer p {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 901;
	}

footer a {color: #83c0f8;}

footer a:hover {color: #3893e9;}

#logo {
	z-index: 195;
	position: absolute;
	top: 24px;
	left: 10px;
	width: 40%;
	}

#wrapper {
	margin: auto;
	}

#content {
	padding: 20px;
	margin: auto;
	max-width: 1480px;
	background-color: #fff;
	position: relative;
	}

.container h1, h2, h3 {
	padding-top: 4%;
	}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 6px;
	border-radius: 15px;
	width: 30%;
	}

.left2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	border-radius: 15px;
	width: 30%;
	}

.right2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
	}

.banner {display: block; position: relative;}

.flex-container {
	display: flex;
	align-items: center;
	flex-direction: row;
	align-items: center;
	justify-content: stretch;
	}

.flex-item {
	flex: 1;
	min-width: 28%;
	text-align: center;
	border-radius: 20px;
	margin: 10px;
	box-shadow: 1px 1px 14px #9e9d9d;
	padding: 10px;
	align-self: stretch;
	background-color: #fff;
	}

.flex-item2 {
	flex: 1;
	min-width: 20%;
	text-align: center;
	border-radius: 20px;
	margin: 10px;
	box-shadow: 2px 2px 14px #9e9d9d;
	padding: 10px;
	align-self: stretch;
	background-color: #fff;
	}

.flex-item3 {
	flex: 1;
	min-width: 20%;
	text-align: center;
	margin: 10px;
	box-shadow: 2px 2px 14px #9e9d9d;
	align-self: stretch;
	color: #fff;
	background-color: #0f4201;
	}

.flex-item3 p {padding: 4px 20px; text-align: left;}

.flex-item3 h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 2px;
	}

.flex-item3 h4 {
	color: #fff;
	text-align: center;
	padding: 15px;
	}

.questions {
	width: 66%;
	margin-bottom: 10px;
	float: left;
	}

.collapsible {
	background-color: #197400;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: 700;
	margin-top: 4px;
	border-radius: 3px;
	}

.collapsible a:link {
	color: #fff;
	}

.collapsible:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 10px;
	color: #fff;
	float: right;
	margin-left: 15px;
	padding: 1px;
	background-color: #fff;
	}

.active:after {content: "\2796";}

.active, .collapsible:hover {
	background-color: #197400;
	}

.answer {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #fac6c6;
	}

.list {
	font-weight: 100;
	border-top: 1px solid #fff;
	padding: 10px 15px;
	}

.discover {
	background-color: #cccaca;
	padding: 20px;
	border-radius: 8px;
	}

.centered {
	margin: 0;
	text-align: center;
	align-content: center;
	}

.btn {
	background-color: #990000;
	padding: 8px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 30px;
	text-decoration: none;
	transform: scale(1);
  	transition: 0.25s all ease;
	}

.btn:hover {
	background-color: #3c9444;
	padding: 12px;
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.2);
	}

.image-text {
	font-family: "Abril Fatface", serif;
	color: #fff;
	position: absolute;
	z-index: 198;
	font-size: 70px;
	line-height: 70px;
	bottom: 22%;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #000;
	}

.image-text-small {
	position: absolute;
	z-index: 199;
	font-size: 26px;
	bottom: 11%;
	width: 100%;
	left: 0;
	text-align: center;
	text-shadow: 2px 2px 5px #000;
	}

.photo img {
	display: block;
	}

.smaller {font-size: 13px;}

.social {
	margin: auto;
	width: 120px;
	height: 15px;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 6;
	}

.social-facebook {
	background-image: url('images/facebook-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: left;
	}

.social-facebook:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.social-instagram {
	background-image: url('images/instagram-hover.png');
	width: 40px;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	float: right;
	}

.social-instagram:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	}

.skip-link {
    position: fixed;
    top: -200px;
	left: 10px;
    padding: 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    z-index: 9999;
    }

.skip-link:focus {top: 5px;}

.back-to-top {
	--offset: 500px; 
	z-index: 961;
	position: sticky;
	bottom: 18px;
	margin-left: 10px; 
	place-self: end;
	margin-top: calc(180vh + var(--offset));
	
	/* visual styling */
	text-decoration: none;
	padding: 8px;
	font-weight: 700;
	color: #fff;
	background: #229c00;
	border-radius: 100px;
	border: 1px solid #fff;
	box-shadow: 2px 2px 5px #000;
	white-space: nowrap;
	}

.back-to-top:hover {
	text-decoration: none;
	background: #000301;
	}

.back-to-top:focus {
	text-decoration: none;
	}

/*****************************Navigation******************************/

nav {
	width: 60%;
	padding-bottom: 6px;
	z-index: 196;
	position: absolute;
	top: 2px;
	right: 1px;
	}

nav a {
	font-family: "Yantramanav", sans-serif;
	font-size: 22px;
	text-shadow: 2px 2px 2px #9b9b9b;
	color: #181818;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: inline-block;
	padding-top: 5px;
	}

nav a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #197400;
	border-radius: 20px;
	box-shadow: 3px 3px 14px #8b8b8b;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	}

nav ul li {
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}


/********************** FOR MOBILE RESOLUTIONS ********************/

@media screen and (max-width: 1100px) {

.right {width: 50%;}
.left {width: 50%;}

.cycle-right {width: 60%;}
.cycle-left {width: 60%;}

nav a {font-size: 20px;}

.questions {width: 46%;}

}

@media screen and (max-width: 850px) {

nav {width: 100%;}

.image-text-small {font-size: 20px;}

.image-text {font-size: 60px; line-height: 60px;}



}


@media screen and (max-width: 700px) {

.flex-container {flex-direction: column;}

.cycle-slideshow {
	z-index: 70;
	width: 100%;
	}

.questions {width: 100%;}

.image-text {bottom: 10%;}

.right {margin-left: 0px; width: 100%;}

.left {margin-right: 0px; width: 100%;}

.image-text {
	font-size: 36px;
	line-height: 36px;
	}

.image-text-small {display: none;}

}

@media screen and (max-width: 500px) {

nav a {font-size: 18px;}

h1 {font-size: 40px;}

h2 {font-size: 30px; line-height: 34px;}

#logo {
	width: 60%;
	bottom: 20px;
	}

}

@media screen and (max-width: 336px) {

.image-text {display: none;}

header logo {display: none;}

header {height: 200px; background-color: #b6ffa2;}

footer {font-size: 16px;}

#logo {
	width: 90%;
	top: 100px;
	}	

nav ul {flex-wrap: wrap;}

nav ul li {
	flex:1 1 30%;
	margin-right: 10px;
	}

.banner {display: none;}

.btn {font-size: 13px;}


}



/*****************************Cycle2******************************/
/******* pager **********/
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}

.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer; padding-right: 10px;
	}

.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .9;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 10% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 90% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=80) }

.disabled { opacity: .5; filter:alpha(opacity=50); }
