body{
	background-color: #BFDAC1;
	margin: 0;
}

.outer{
	box-shadow: #555 4px 4px 3px, #555 4px -4px 3px, #555 -4px 4px 3px, #555 -4px -4px 3px;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto 15px auto;
	padding: 0;
}

*{
	font-family: 'Arial', 'Helvetica', sans-serif;
}

nav ul {
	margin: 0;
}

.poem *{
	font-family: 'Times New Roman', serif;
	color: #000;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
}

.poem p{
	margin: 1em 0;
}

a, .ui-widget-content a{
	text-decoration: none;
	color: #f00;
}

a:hover {
	text-decoration: underline;
}

nav a:hover {
	text-decoration: none;
}

h1, h1 *{
	font-family: 'Parisienne', cursive;
	font-weight: bold;
}

main h1{
	font-size: 3.5em;
	color: #3C8B1B;
	padding: 0.5em 0;
	line-height: 1;
}

main article h1,
main article h1 a,
main section h1
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #006b07;
}

main.image-borders article h1{
	color: #000;
}

nav li a, a.button, main.contact #send{
	font-family: 'Muli', sans-serif;
}

main{
	line-height: 1.3em;
}

/* HEADER */
header{
	position: relative;
}

#header-image{
	display: block;
	width: 100%;
	min-height: 50px;
}

header h1{
	font-size: 3.5em;
	color: #fff;
	padding: 15px 2% 20px 2%;
	text-shadow: 1px 1px 3px #000;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.5%;
}

header h1 span, footer .address span{
	display: inline-block;
}

header{
	background-color: #6A753B;
}

header nav{
	/*background-color: #006B07;*/
	background-color: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
}

header nav ul li{
	display: inline-block;
	padding: 0;
	/*box-shadow: inset #004505 -1px -1px 1px, inset #599F5E 1px 1px 1px;*/
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: -1px;
	margin-right: -1px;
}

header nav ul li.selected, header nav ul li:hover {
	/*background-color: #FFC821;*/
	background-color: #fff;
	/*box-shadow: inset #806411 -1px -1px 1px, inset #FFDB6E 1px 1px 1px;*/
}

header nav ul li a{
	color: #006b07;
	text-decoration: none;
	font-size: 0.82em;
	padding: 0.7em 0.5em;
	display: inline-block;
	font-weight: bold;
}

header nav ul li.selected > a, header nav ul li:hover > a {
	xcolor: #f3d921;
	text-decoration: underline;
}

header nav.shadow ul li.selected > a, header nav.shadow ul li:hover > a {
	text-shadow: 1px 1px 4px #000;
}

header nav.darker ul li.selected > a, header nav.darker ul li:hover > a {
	color: #ddb411;
}

header nav ul li ul{
	display: none;
}

header nav ul li:hover ul{
	position: absolute;
	display: block;
	background-color: #006B07;
	margin: 0;
	box-shadow: #000 2px 2px 5px;
}

header nav ul li:hover ul li{
	display: block;
}

.required {
	color: #c00;
	font-size: 150%;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color: #ced4da;
}

header nav ul li.selected ul,
header nav ul li.selected:hover ul,
header nav ul li.parent ul,
header nav ul li.parent:hover ul
{
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #494;
	box-shadow: none;
}

header nav ul li.selected:hover ul li,
header nav ul li.parent:hover ul li{
	display: inline-block;
	margin: 0;
}

header .contact{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-weight: bold;
	color: #f3d921;
	text-align: right;
	text-shadow: 1px 1px 3px #000;
}

header .contact a{
	color: #f3d921;
}

header .contact a:hover {
	text-decoration: none;
}

header .contact p{
	margin-bottom: 0.3em;
}

footer{
	line-height: 1.2em;
}

main{
	background-color: #fff;
	min-height: 800px;
	padding: 1em 2%;
}

main.index .main-outer{
	margin-top: 0.5em;
	position: relative;
}

main.index .main-content{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

main.index .slides{
	display: inline-block;
	width: 45%;
	margin-right: 4%;
	vertical-align: top;
}

main.index .slides{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	position: relative;
}

.slide{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
}

#slide1{
	opacity: 1;
	position: relative;
}

.slide img{
	height: 100%;
	display: block;
}

#slide1 img{
	width: 100%;
}

.slide p{
	text-align: center;
	position: absolute;
	bottom: 0.5em;
	left: 2%;
	right: 2%;
	width: 96%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

main.cottages article{
	margin-top: 2em;
}

main.cottages .additional-awards{
	margin-top: 1em;
}

main.cottages article div.content,
main.cottage .keypoints
{
	display: inline-block;
	vertical-align: top;
}

main.cottage .keypoints{
	margin-left: 1%;
}

main.cottage .keypoints li,
main.cottage .comprises-of li
{
	list-style: none;
	margin-bottom: 1em;
}

main.cottage .comprises-of li{
	margin-left: 2em;
}

main.cottage figcaption{
	text-align: center;
	margin-top: -1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}

main.cottage figure{
	width: 80%;
	margin: auto;
}

main.cottage figure a{
	text-align: right;
	display: block;
	width: 100%;
}

main.cottage #barn-upstairs{
	width: 73.2%;
}

.bullet-list li,
#terms div ul > li{
	list-style: disc;
	margin-left: 3em;
	margin-bottom: 0.5em;
}

#terms div ol > li{
	margin-left: 3em;
	margin-bottom: 0.5em;
}

a.button {
	background-color: #006B07;
	box-shadow: inset #004505 -1px -1px 1px, inset #599F5E 1px 1px 1px;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	padding: 0.2em 0.7em;
	border: none;
}

a.button{
	display: block;
	margin: 1em auto;
	width: 10em;
}

main.cottage .keypoints
{
	font-weight: bold;
	color: #006b07;
}

main.cottage .keypoints{
	width: 30%;
}

main.index .bottom-images img{
	width: 19%;
	margin-right: 1%;
}

main.index .bottom-images div img{
	width: 100%;
	display: block;
}

main.index #bottom1{
	width: 19.2%;
}

main.index #bottom2{
	width: 17.4%;
}

main.index #bottom3{
	margin-bottom: 6.4%;
}

main.index .bottom-images div{
	display: inline-block;
	width: 20.6%;
	margin-right: 1%;
}

main.index #bottom5, main.index #bottom6{
	width: 19.3%;
}

main.index #bottom6{
	margin-right: 0;
}

footer{
	clear: both;
	color: #f3d921;
	text-align: center;
	position: relative;
	padding: 0;
	font-size: 0.9em;
	overflow: hidden;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer .address{
	margin-bottom: 0.5em;
}

footer .contact{
	position: absolute;
	bottom: 1em;
	width: 100%;
}

footer .tel, footer .email{
	display: inline-block;
	margin: 0 4%;
}

footer img{
	width: 100%;
	min-width: 650px;
	margin: 0;
	display: block;
}

.award-notice{
	border: 1px solid #f00;
	color: #f00;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

main.index .award-notice{
	float: right;
	display: block;
	width: 50%;
}

main.index p.intro,
main.cottage .keypoints,
/*main.cottage .content,*/
main.image-borders .text-content
{
	line-height: 1.8em;
	clear: left;
}

main.image-borders .text-content
{
	line-height: 1.8em;
}

main.cottage .content p,
main.image-borders p
{
	margin-bottom: 1em;
}

main.cottage .content p.list-intro{
	margin-bottom: 0;
}

main.index .cottages{
	margin: 2% 0;
}

main.index .cottages article{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

main.index .cottages article:first-child {
	margin-right: 2%;
}


main.index .cottage-image{
	width: 55%;
}
main.index .cottages article .cottage-image{
	width: 70%;
}

main.index .award-images,
main.cottage .award-images
{
	float: right;
	width: 30%;
	text-align: center;
}

main.cottage .award-images{
	width: 15%;
}

main.index .award-images span,
main.cottage .award-images span
{
	display: inline-block;
	width: 42%;
	margin-left: 4%;
	vertical-align: middle;
}

main.index .award-images{
	width: 30%;
}

main.index .award-images span img{
	width: 100%;
}

main.cottage .award-images img{
	display: block;
	width: 100%;
	margin-bottom: 0.2em;
}

main.cottages article{
	position: relative;
	clear: both;
	padding-top: 1em;
}

main.cottages .cottage-image{
	width: 30%;
	margin-right: 2%;
	float: left;
}

main.cottages article h1, main.cottages article > p{
	display: inline-block;
	width: 40%;
}

main.cottages .award-images{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}

main.cottages .award-images figure{
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-left: 1%;
}

main.cottages .additional-awards{
	height: 120px;
}

main.cottages .additional-awards figure{
	display: inline-block;
	width: 15%;
	text-align: center;
}

main.cottages #award4and5{
	width: 30%;
}

main.cottages #award-image-m1{
	margin-right: 20%;
}

main.cottages .additional-awards img{
	height: 70px;
}

main.cottages .award-images figcaption,
main.cottages .additional-awards figcaption
{
	font-size: 0.8em;
	color: #f00;
}

main.cottages article div.content{
	width: 40%;
}

main.cottage .main-image{
	width: 40%;
	margin-right: 5%;
	margin-bottom: 1em;
}

main.cottage .content{
	width: 40%;
	vertical-align: top;
	display: inline-block;
	margin-left: 7%;
	margin-right: 7%;
	position: relative;
}

main.cottage .left-images{
	float: left;
	width: 30%;
}

main.farmcottage .left-images{
	width: 30.5%;
}

main.cottage .right-images{
	display: inline-block;
	width: 15.8%;
}

main.farmcottage .right-images{
	width: 15.1%;
}

main.cottage .left-images img,
main.cottage .right-images img{
	width: 100%;
	display: block;
	margin-bottom: 1em;
	outline: 1px solid #666;
}

main.farmcottage #image13{
	display: inline-block;
	width: 48.5%;
}

main.farmcottage #image12{
	display: inline-block;
	width: 48.5%;
	margin-left: 3%;
}

main.ancestralbarn #image3{
	width: 46.5%;
	display: inline-block;
}

main.ancestralbarn #image4{
	width: 50.5%;
	display: inline-block;
	margin-left: 3%;
}

main.ancestralbarn #image6{
	display: inline-block;
	width: 49.6%;
}
main.ancestralbarn #image7{
	display: inline-block;
	width: 47.4%;
	margin-left: 3%;
}

main.thefarm #image1{
	width: 49.4%;
}

main.thefarm #image2{
	width: 49.6%;
	margin-left: 1%;
}

main.image-borders .content{
	width: 86%;
	float: left;
}

main.image-borders .text-content{
	margin-top: 2em;
	width: 90%;
}

main.image-borders .right-images{
	width: 13%;
	float: right;
}

main.thingstodo .content,
main.greenerchurchfarm .content{
	margin-top: 0;
	width: 77%;
}

main.thingstodo .right-images,
main.greenerchurchfarm .right-images{
	width: 22%;
}

main.image-borders .right-images img{
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

main.image-borders .bottom-images{
	clear: both;
}

main.thefarm #image8{
	width: 31%
}

main.thefarm #image9{
	width: 35.6%;
	margin-left: 1%;
}

main.thefarm #image10{
	width: 31.4%;
	margin-left: 1%;
}

main.greenerchurchfarm #image4{
	width: 46.6%;
}

main.greenerchurchfarm #image5{
	width: 52.4%;
	margin-left: 1%;
}

main.greenerchurchfarm #qualitymark{
	float: right;
}

main.availability form p,
main.availability #terms p,
main.location p,
main.visitors .comments > p
{
	margin: 1em 0;
}

main.availability #terms ul, main.availability #terms ol{
	margin-top: 1em;
	margin-bottom: 1em;
}

main.availability .dates{
	text-align: center;
	width: 75%;
	margin: 1em auto;
}

main.availability .key dt{
	display: inline-block;
	width: 2em;
	height: 1.2em;
	border: 1px solid #000;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

main.availability .key dd{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
	margin-top: 0.1em;
}

main.availability table {
	margin: 0 auto;
}

main.availability table.availtab {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

main.availability th, main.availability td {
	width: 10%;
	border: 1px solid #000;
	padding: 0.2em;
	text-align: center;
}

main.availability h2 {
	text-align: center;
	margin: 30px 0px 10px 0px;
}

main.availability .availability-nav {
	display: flex;
	justify-content: center;
}

main.availability .availability-nav .btn-success {
	color: #28a745;
	background-color: #eee;
	white-space: normal;
	margin: 0 1%;
}

main.availability .availability-nav .btn-success img {
	margin: 15px 0;
}

main.availability .availability-nav .btn-success.active {
	color: #fff;
	background-color: #28a745;
}

.available {
	background-color: #cfc;
}

.booked {
	background-color: #ffcccc;
	color: #444;
	cursor: not-allowed;
}

.available > a {
	display: block;
	color: #000;
	text-decoration: underline;
}

.cottage-choice a {
	background-color: #eee;
	color: #3c8b1b;
	margin: 0 20px;
}
.cottage-choice.nav-pills a.nav-link.active {
	background-color: #3c8b1b;
}

main.availability #terms{
	margin-top: 2em;
	font-size: 0.9em;
}

main.location{
	position: relative;
}

main.location .content{
	vertical-align: top;
	display: block;
	width: auto;
	margin-right: 330px;
}

main.location .right-images{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-left: 4%;
	float: right;
	position: absolute;
	top: 2em;
	right: 2%;
}

main.location .right-images img{
	width: 100%;
	margin-bottom: 1em;
}

main.location .map{
	width: 100%;
	height: 500px;
	margin-top: 2em;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #000;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #000;
}

main.visitors > p{
	margin: 1em 0;
}

main.visitors .poem{
	display: inline-block;
	width: 60%;
	margin: 0 1%;
}

main.visitors .left-images{
	display: inline-block;
	width: 17%;
	float: left;
}

main.visitors .right-images{
	display: inline-block;
	width: 19.4%;
	float: right;
}

main.visitors .right-images img{
	width: 100%;
	margin-bottom: 0.8em;
}

main.visitors .left-images img{
	width: 100%;
	margin-bottom: 0.8em;
}

main.visitors .comments{
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
}

main.visitors .comments .col1, main.visitors .comments .col2{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

main.visitors .col2{
	margin-left: 4%;
}

main.visitors .comments article{
	margin-bottom: 1em;
}

main.visitors .comments article p{
	font-style: italic;
}

form .field, form .fields{
	margin-bottom: 0.7em;
}

main.contact form{
	margin-top: 1.5em;
	clear: both;
}

form .field label{
	width: 18%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 0.2em;
	text-align: right;
}

form .field label .partysize{
	margin-right: 1.5em;
}

form .field input,
form .field textarea{
	width: 55%;
	border: 2px solid #ccc;
	padding: 0.3em;
}

form .field select{
	width: 56%;
	border: 2px solid #ccc;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

.req{
	color: #f00;
}

form .field textarea{
	height: 400px;
}

form .buttons{
	text-align: left;
	padding-left: 20%;
	margin-bottom: 2em;
}

main.contact .sizefields .field{
	display: inline;
	min-width: 100px;
}

main.contact .sizefields .field label{
}

main.contact #end-label{
	width: 9%;
	min-width: 6em;
}

form .fields .field:first-child label{
	width: 25%;
}

form .fields .field input{
}

main.contact #cottage-field label,
main.contact #message-field label
{
	display: block;
	margin-bottom;
	width: auto;
	text-align: left;
}

main.contact #cottage-field select,
main.contact #message-field textarea
{
	margin-left: 20%;
}

.form-group.row #premessage, .form-group #additional2 {
	display: none;
}

main.contact #send{
	width: auto;
}

main.contact #tree{
	float: right;
	width: 20%;
	margin-left: 5%;
	margin-bottom: 2em;
}

main.contact li{
	margin: 1em 1em;
}

main.contact .sizefields{
	margin: 1em 0;
}

main.cottage .floorplans img{
	width: 100%;
	margin: 1em 0;
}


@media (max-width: 1250px) {
	header h1{
		font-size: 3em;
	}

	main.cottage .main-image{
		margin-right: 0;
		width: 50%;
	}

	main.cottage .keypoints,
	main.cottage .content{
		line-height: 1.3em;
	}

	main.image-borders .text-content{
		line-height: 1.3em;
		width: 97%;
	}

	.poem *{
		font-size: 1em;
	}

	main.visitors .poem{
		width: 49%;
	}

	main.visitors .right-images{
		width: 26%;
	}

	main.visitors .left-images{
		width: 23%;
	}
}

@media (max-width: 1100px) {
	main.index p.intro{
		line-height: 1.3em;
	}

	header h1{
		font-size: 2.5em;
	}

	main.cottage .content{
		width: 46%;
		margin-left: 3%;
		margin-right: 3%;
	}

	main.cottage .left-images img, main.cottage .right-images img{
		margin-bottom: 1.2em;
	}
}

@media (max-width: 1000px) {
	header h1{
		font-size: 2.4em;
	}

	header nav ul li a{
		font-size: 0.8em;
	}

	main.cottage .left-images img, main.cottage .right-images img{
		margin-bottom: 1.5em;
	}

	main.image-borders .content{
		width: 81%;
	}

	main.thingstodo .content,
	main.greenerchurchfarm .content{
		width: 64%;
	}

	main.image-borders .right-images{
		width: 18%;
	}

	main.thingstodo .right-images,
	main.greenerchurchfarm .right-images{
		width: 35%;
	}

	main.image-borders .text-content{
		margin-top: 1em;
	}

	main.availability .dates{
		width: auto;
	}

	main.index .slides{
		width: 42%;
		margin-right: 2%;
	}

	main.index .main-content{
		width: 52%;
	}
}

@media (max-width: 950px) {
	header h1{
		font-size: 2.3em;
	}

	header nav ul li:hover ul{
		margin-left: -0.5em;
	}


	main.cottage .keypoints li{
		margin-bottom: 0.5em;
		font-size: 0.8em;
	}

	main.cottage .left-images img, main.cottage .right-images img{
		margin-bottom: 2em;
	}

	main.location .content{
		font-size: 0.9em;
	}

	main.location .map{
		height: 350px;
	}

	main.index .slides{
		width: 40%;
		margin-right: 2%;
	}

	main.index .main-content{
		width: 58%;
	}

	form .field input,
	form .field textarea{
		width: 75%;
	}
	form .field select{
		width: 76%;
	}
}

@media (max-width: 850px) {
	header h1{
		margin-top: -0.2em;
		font-size: 2.2em;
	}

	header nav ul li:hover ul{
		margin-left: -1.6em;
	}

	footer{
		font-size: 0.8em;
	}

	main.index .award-notice{
		width: 65%;
	}

	main.cottage .left-images img, main.cottage .right-images img{
		margin-bottom: 1em;
	}

	main.cottage .content{
		width: 64%;
	}

	main.cottage .right-images{
		display: block;
		width: auto;
		clear:both;
	}

	main.cottage .right-images img{
		display: inline;
		height: 140px;
		width: auto;
		margin-right: 5px;
	}

	header .contact{
		font-size: 0.9em;
		position: relative;
		margin-top: -2em;
		margin-bottom: 1em;
	}

	header .contact p{
		display: inline;
		margin-left: 1.2em;
	}
}

@media (max-width: 750px) {
	header h1{
		font-size: 1.8em;
	}

	main.index .award-notice{
		float: none;
		width: auto;
	}

	main.index .cottages article{
		display: block;
		width: 100%;
	}

	main.cottage .main-image{
		width: 100%;
	}

	main.cottage .keypoints{
		margin-left: 0;
		width: auto;
	}

	main.cottage .keypoints li{
		font-size: 1em;
		margin-top: 1em;
	}

	main.cottage .award-images{
		width: 140px;
		margin-top: 1em;
	}

	main.location .content{
		display: block;
		width: auto;
		margin-right: 0;
	}

	main.location .right-images{
		display: block;
		width: auto;
		margin-left: 0;
		float: none;
		position: relative;
	}

	main.location .right-images img{
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	main.visitors .poem{
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

	main.visitors .left-images, main.visitors .right-images{
		display: block;
		width: auto;
		text-align: center;
		float: none;
	}

	main.visitors .left-images img, main.visitors .right-images img{
		height: 90px;
		width: auto;
	}
}

@media (max-width: 700px){
		main{
			font-size: 0.9em;
		}

		header h1{
		font-size: 1.7em;
	}

	header nav ul li:hover ul{
		margin-left: -0.8em;
	}

	header .contact{
		font-size: 0.8em;
	}

	main.cottage .right-images img{
		height: 120px;
	}

	main.index .main-content{
		display: block;
		width: auto;
		margin-top: 0.5em;
	}

	main.index .slides{
		display: block;
		width: auto;
	}

	main.availability th, main.availability td {
		padding: 0.4em 0.2em;
	}
}

@media (max-width: 600px){
	header h1{
		font-size: 1.5em;
	}

	header nav ul li:hover ul{
		margin-left: -0.5em;
	}

	.outer{
		width: 100%;
		margin: 0;
	}

	main.cottage .award-images{
		float: none;
		width: auto;
		margin: none;
	}

	main.cottage .award-images span{
		width: auto;
	}

	main.cottage .award-images img{
		display: inline;
		height: 70px;
		width: auto;
	}

	main.cottage .content{
		width: auto;
		display: block;
	}

	main.cottage .left-images{
		width: 62%;
	}

	main.cottage .right-images{
		width: 32.8%;
		display: inline-block;
		margin-left: 3%;
	}

	main.cottage .right-images img{
		display: block;
		width: 100%;
		height: auto;
	}

	main.contact .sizefields .field{
		display: block;
	}
}

@media (max-width: 450px){
	header h1{
		font-size: 1.4em;
	}
	footer .address, footer .tel, footer .address span{
		display: inline;
	}

	main.image-borders .content{
		display: block;
		width: auto;
	}

	main.image-borders .right-images{
		display: block;
		width: auto;
	}

	main.availability .dates table{
		font-size: 0.8em;
	}
	header .contact {
		display: none !important;
	}
	header nav ul li a {
		margin: 4px;
	}
}

.latest-news {
	margin: 15px 0;
	padding: 15px;
	background: #fffddc;
	border-radius: 5px;
	border: 1px solid #3c8b1b;
}

.latest-news h2 {
	font-family: 'Parisienne', cursive;
	font-size: 2.5em;
	color: #3c8b1b;
	margin: 15px 0;
}
