html{
	background-color: #eeedf3;
	background-repeat: repeat, no-repeat;
	background-position: 0px, 0px, center top;
	background-size: 512px, 100%;
	animation: slide 30s linear infinite;
	height: 100%;
	display: none;
}

body{
	height: 100%;
	margin: 0;
	padding: 0; 
	min-height: 768px;
}

@keyframes slide {
  from {
    background-position: 0px 0px, center top;
  }
  to {
    background-position: 512px 0px, center top;
  }
}

img {
	border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.mobilecontent{
	display: none;
}

.content{
	height: 66%;
	width: 100%;
}

.spacer{
	height: 15%;
}

.body{
	margin-left: 50%;
}

.links{
	padding-top: 4%;
}

.entry{
	padding: 30px;
	padding-left: 35px;
	width: 85%;
	font-family: 'Roboto Slab', serif;
	font-size: 0.8vw;
	text-align: center;
	letter-spacing: 2px;
	line-height: 200%;
	color: #6e8175;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

h1{
	font-size: 1.4vw;
	padding-top: 3%;
	padding-bottom: 2%;
}

a:link {
    color: #505050;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: #202020;
}

a.button{
    background-color: #8f9d91; /* Green */
    border: none;
    color: white;
    padding: 1% 3%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;
	border-radius: 10px;
	color: #fff;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

a.button:hover {
    background-color: #709d76; /* Green */
    color: white;
}

.center{
	margin-right: 6%;
	margin-left: 6%;
}

.footer{
	width: 100%;
	height: 10%;
	vertical-align: bottom;
	align: center;
}

.footerleft{
	width: 10%;
	float: left;
	padding-left: 4%;
	padding-bottom: 0%;
}
.footerright{
	float: right;
	padding-right: 1%;
    	white-space: nowrap;
	margin-right: auto;
}

.footerlogo{
	vertical-align: bottom;
	width: 12%;
	float: right;
	margin-top: 3%;
}

p{
	color: #303030;
}

//===============

h1{
	font-family: 'Roboto Slab', Arial;
	font-size: 48px;
}