body {
	background-attachment: fixed;
	background-color: #08846F;
	background-size: cover;
	font-family: futura;
	font-size: 12pt;
	color:#B6D094;
}

button {
	color: #08846F;
	font-family: futura;
	background-color:#B6D094;
	font-size: 12pt;
	border-radius: 20pt;
	border: none;
	padding: 10px;
	  margin: 4px 2px;

}

button:hover {

	color: #08846F;
	font-family: futura;
	background-color:#E58F65;;

}

i {
	color: #afd18d;

}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #E58F65;
}

nav {
	list-style-type: none;
	position: sticky;
	display: block;
	top: 0;
	height:90px;
	overflow: hidden;
	width: 100%;
	background-color: #08846F;
}

ul {
	background-color: #08846F;
}
.namebig
{
	display: block;
	padding:10px;
	height: 60px;
	line-height: 60px;
	float:left;
	font-size: 20pt;
	font-weight: bold;
	display: block;
	text-align: center;
}


.page
{
	display: block;
	padding:10px;
	height: 60px;
	line-height: 60px;
	float: right;
	font-size: 16px;
	display: block;
	text-align: center;
}

.hero {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 40pt;
	font-weight: bolder;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 5%;
	padding-bottom: 10%;
	background-color: #045245;
}



.placeholderbody {
	margin-top: 12-px;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 5%;
	padding-bottom: 10%;
	display: flex;
	flex-direction: column;
}


.lefticon {
	display: flex;
	flex-direction: row;
	
}

.righticon {
	display: flex;
	flex-direction: row;	
}


.small {
	flex:1;
	font-size: 100px;
	margin-block: 3%;

}
.big {
	flex:2;
	margin-block: 3%;
}

.centerer
{
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: center;
	height: 100%;
}

@media only screen and (max-width: 600px) {

	.small {
	font-size: 80px;
	margin-block: 3%;
	display: inline;

}
.big {
	margin-block: 3%;
	display: inline;

}

.placeholderbody {
	margin-top: 12px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 5%;
	padding-bottom: 10%;
	display: block;
}

body {
	font-size: 16pt;
}

}
