*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'Lato Condensed', sans-serif;
	color: #333;
	font-size: 16px;
}
html, body {
    position: relative;
    height: 100%;
    width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/bkg.jpg);
}
h1{
	text-align: center; 
	font-size: 25px;
	font-weight: bolder;
	padding: 5px 0px 5px 0px;
	color: #333;
}
section{
	width: auto;
	height: auto;
	text-align: center;
}
section img{
	max-width: 40%;
}
article{
	width: 60%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 50px 0px;
}
footer{
	width: auto;
	height: auto;
	text-align: center;
	font-weight: bolder;
}
footer a{
	padding: 25px;
	background-color: #83A94B;
	color: #fff;
}
footer a img{
	vertical-align: middle;
	filter: grayscale(100%);
}
footer a:hover{
	background-color: #89B0E1;
	transition: 0.3s;
}


@media all and (min-width: 600px) and (max-width: 1080px) {

section img{
	max-width: 50%;
}
article{
	max-width: 70%;
}
}
@media all and (max-width: 599px){


*{
	font-size: 11px;
}
section img{
	max-width: 50%;
}
article{
	width: 80%;
}
footer a{
	padding: 20px 5px;
}
}