body {
	font-family: calibri, helvitica, sans-serif;
	font-size: 17px;

	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

/*footer {
	height: 30px;
	position: fixed;
	bottom: 35px;
	right: 40vw;
	text-align: center;
}*/

.copy {
	margin-top:  50px;
	font-size: 8px;
	color: #333;
	text-align: center;
}

.center {
	text-align: center;
}

.spacer {
	margin-top: 20vh;
}

.right {
	
}

.page {
	background-image: url(../images/tree.png);
	background-size: 30vw;
	background-position: right bottom; /*Positioning*/
   	background-repeat: no-repeat; /*Prevent showing multiple background images*/
   	background-attachment: fixed;
}

.page img {
	display: block;
	width: 100%;
}

.about, .insideout {
	line-height: 1.5em;	
}

a, a:hover {
	text-decoration: none;
	color: black;
}

.greentext {
	color: #c3cb38;
}

.header img {
	display: block;
	width: 30vw;
	margin: 40px auto;
}

.nav {
	text-align: center;
}

#nav img {
	display: inline-block;
	width: 40px;
}

.nav ul li {
	display: inline-block;
	margin: 40px;
	padding: 20px 10px;
}

.nav-page ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.button {
	display: block;
	padding: 15px 0;
	margin: 20px;
	border: 2px solid #c3cb38;
	text-align: center;
	text-decoration: none;
	color: #c3cb38;
	font-size: 20px;
	width: 250px;
	margin: 20px auto;

	border-radius: 30px;	
}

.button:hover {
	background: #77787b; /** MAKE MORE SEE THROUGH **/
	border: 2px solid #c3cb38;
	color: #c3cb38;
	text-decoration: none;
}

.borderbutton:hover a {
	color: #fff;
	text-decoration: none !important;
	border: none;
}

.active {
	display: block;
	padding: 15px 0;
	margin: 20px;
	border: 2px solid #77787b;
	text-align: center;
	text-decoration: none;
	color: #77787b;
	font-size: 20px;
	width: 250px;
	margin: 20px auto;

	border-radius: 30px;
}

.button:hover {
	background: #77787b; /** MAKE MORE SEE THROUGH **/
	border: 2px solid #c3cb38;
	color: #c3cb38;
	text-decoration: none;
}

.borderbutton:hover a {
	color: #fff;
	text-decoration: none !important;
	border: none;
}

.top-par {
	margin-top: 50px;
}

.contact ul {
	padding: 20px 0 0 0;
    list-style-type: none;
}

.contact ul li{
	padding: 0;
    list-style-type: none;
}