@font-face {
  font-family: andika;
  src: url(/_styles/fonts/andika/andika-Regular.ttf);
}
@font-face {
  font-family: LTComical;
  src: url(/_styles/fonts/lt_comical/LTComical.ttf);
}

body{
	font-family: 'andika', sans-serif;
	background-color: ghostwhite;
	color: #2c0f04;
	margin: 0px;
}

html, body {
    height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

#middle {
	padding-bottom:50px;
}

#footer {
    bottom: 0;
    width: 100%;
	min-height:50px;
	color:#fff;
	background-color:#a68f57;
}
#footer a:link{
    color:#fff;
}
#footer a:visited{
    color:#ddd;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-family: 'LTComical', sans-serif;
}

section{
	padding: 0 15px;
}

.content {
  position: relative;
}
	
.content a:link, a:focus, a:visited {
	color:#855106;
	text-decoration: none;
}
	
.text a:link, a:focus, a:visited {
	color:#855106;
	text-decoration: none;
}
	
.content a:hover  {
	color: #CD8B00;
}

.content-inner {
	max-width:700px;
	margin: auto;
	padding: 100px 0;
}
	
.text {
	background: #f6ebce;
	padding: 20px;
	border-radius: 20px;
	color: #5c2626;
}

.centered
{
	text-align: center;
}

.decoration {
	max-width: 300px;
	margin: auto;	
	margin-top: -60px;
}

.scaleOnHover {
	transition: transform .2s;
}
.scaleOnHover:hover {
	transform: scale(1.1);
}


.background-sand {
	background: url(/_images/backgrounds/sand.png);
	margin-top: -50px;
}
	
.background-gras {
	background: url(/_images/backgrounds/gras.png);
	margin-top: -50px;
}
	
.background-sky {
	background: url(/_images/backgrounds/sky.png);
	margin-top: -50px;
}
	
.background-forest {
	background: url(/_images/backgrounds/forest.png);
	margin-top: -50px;
}
	
.background-pasture {
	background: url(/_images/backgrounds/pasture.png);
	margin-top: -50px;
}
	
.background-paddock {
	background: url(/_images/backgrounds/paddock.png);
	margin-top: -50px;
}

.button
{
	font-family: 'LTComical', sans-serif;
	font-size: 1.2em;
	border: 0px;
	background:#54A01B;
	color: #FFFDEF !important;
	border-radius: 5px;
	cursor: pointer;
	padding: 4px 7px;
}