header{
	background-color:#000000;
}
main{
	margin: -10px;
}
*{box-sizing: content-box;}
footer{
	background-color: #000000;
	box-shadow: 0px 0px 20px 20px rgba(0,0,0, 0.2);
	min-height: 200px;
	position: relative;
	display: flex;
}
img{
	max-width: 100%;
}
.logo{
	display: flex;
	max-width: 100%;
}
.nav{
	display: flex;
}
ul{
	display: flex;
}
li{
	display: flex;
}
.nav ul li a{
	text-decoration: none!important;
	color:#FFFFFF;
	display: flex;
	padding-right: 30px;
	margin: auto;
}
.nav{
	height: 120px;
}
content{
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px

}
article{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 20px 20px rgba(0,0,0, 0.2)
	}
article h1{
	text-align: center;
}
content{
	background-color: #808080;
}
article{
	background-color: #ffffff;
}
.tex{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
body{
	background-color: #808080;
}
footer a{
	text-decoration: none!important;
	color:#FFFFFF;
	}

footer .col3{
	width: 33%;
	text-align: center;
	margin: auto;
}
footer .col3 a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	display: block;
}
footer .col3 a img{
	max-height: 40px;
}
footer .col3.social a {
	display: inline-block;
}
hr{
	color: black;
}
footer a 