body > header {
	
}

body > main {
	
}

body > footer {
	font-size: 0.8rem;
}

html {
	height: 100%; // to fit the background photo
/* Because of Sticky Kit
	
	overflow: hidden;
*/
}

body {
/*
	height: 100%;
	overflow: auto;
*/
}

a {
	color: inherit;
	text-decoration: none;
}
p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}

a:hover{
/*	color: inherit;*/
	text-decoration: none;
}
ul{
	list-style:none;
	-webkit-padding-start: 0px;
	margin-bottom: 24px;
}
article {
	color: black;
	background-color: white;
	text-shadow: none;
}
a {
	padding: 0.2rem 0.4rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: none;
//	 border-bottom: solid 1px rgba($main-color, 0.9);
}
a:hover {
	background-color: rgba(255, 255, 255, 0.2);
//	 border-bottom: solid 1px rgba($main-color, 1);
}