body {
  font-family: 'Arial', sans-serif !important;
  font-size: 12px;
  color: #707173;
}

.headline {
	color: #7bb321;
	font-size: 20px;
}

.logo {
	max-width: 30%;
	min-width: 150px;
	height: auto;
	margin-top: 10px;
}

h1 {
    color: #86bc25;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 0;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

p {
	font-size: 12px;
	text-align: justify;
}

a {
    color: black;
}

h4 {
    display: block;
	font-size: 12px;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

@media (max-width: 412px) {
	.container {
		margin: 0;
		padding: 5px;
	}
}
