html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  font-family: Calibri, Candara, Segoe UI, Arial, sans-serif;
  line-height: 1.5;
  color: #48485e;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**************** TYPORGRAPHY ****************/

p {
	margin: 0 0 1em 0;
}
	p.big {
		font-size:1.5em;
	}

a {
	color: #498131;
	text-decoration: none;
}
	a:hover,
	a:focus {
		text-decoration: underline;
	}

strong {
	color: #498131;
}

dl {

}
	dl div {
		margin-bottom: 2em;
	}
	dl dt {
		font-weight: bolder;
		font-size: 1.1em;
		line-height: 1.1em;
	}
	dl dd {
		margin-left: 0;	
		color: #8c8c8c;
		text-transform: uppercase;
		font-size: 0.8em;
	}

/**************** HEADER ****************/

header {
	margin-bottom:2em;
}
	header h1 img {
		margin: 0 auto;
		display: block;
		max-width: 90%;
	}



/**************** MAIN ****************/

main {
  flex: 1;
}
	main div {
		text-align: center;
	}


/**************** FOOTER ****************/
footer {
	color: #ffffff;
	background-color: #498131;
}
footer div {
	text-align: right;
	padding: 2em 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.75em;
}
	footer ul li {
		margin: 0;
		padding: 0;
		
	}

footer a {
	color:#ffffff;
}

@media only screen and (max-width: 385px) {
	footer {
		font-size: 0.9em;
	}
}



/**************** ICONS ****************/
@font-face {
  font-family: "Flaticon";
  src: url("./font/Flaticon.eot");
  src: url("./font/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("./font/Flaticon.woff2") format("woff2"),
       url("./font/Flaticon.woff") format("woff"),
       url("./font/Flaticon.ttf") format("truetype"),
       url("./font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
	font-style: normal;
	margin-left: 2em;
	background: #ffffff;
	color: #498131;
	border-radius: 50%;
	padding: 0.3em;
	font-size: 0.8em;
}
.flaticon-location:before { content: "\f100"; }
.flaticon-mail:before { content: "\f101"; }
.flaticon-email:before { content: "\f102"; }







header div,
footer div,
main {
	margin: 0 auto;
	width: 1000px;
	max-width:90%;
}