body {
    margin: 0px;
    font-family: Lato, Arial, sans-serif;
	padding: 10px;
    ;
}
p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: Lato, Arial, sans-serif;
	font-size:20px;
	line-height: 1.5em;
}
nav {
    text-transform: uppercase;
    color: #706f6f;
    letter-spacing: 0.05em;
    font-size: 15px;
}
img {
    max-width: 100%;
}
div nav a {
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: #706f6f;
}

h1 {
	margin: 10px auto 5px auto !important;
	
}

h3 {margin-bottom: 0px;}

a {text-decoration: none; font-weight: bold;color: #686868;}

.button, .button:visited {
    border-radius: 8px; /*Adjust accordingly*/
  	background: #83c9bb;
	color:#fff;
	letter-spacing:0.05em;
	font-size:19px;
	font-weight:900;
	padding: 10px;
}
.button:hover,
.button:active {
    color:#fff;
	background:#5baf9e;
}