body{
	padding-top: 5rem;
	width: 60%;
	margin: 0 auto;
}
header{
	height: 7rem;
	position: relative;
}

header img{
	width: 4rem;
float: left;
}
#languages{
	position: absolute;
	right: 0%;
	top: 1rem;
}
#languages a{
font-size: 0.8rem;
margin: 0px 0.5rem;
font-family: arial;
display: block;
text-align: right;
}
nav{
	padding-top: 1rem;

}
nav a{

display: inline-block;
margin-right: 2rem;

}
a{
	text-decoration: none;
	color: rgb(83, 79, 79);
		font-family: 'bebas';
	font-size: 1.3rem;
}
a:hover{
	color: gray;
	}

#col1{
	width: 25%;
	float: left;
}
#col1 a{
	text-decoration: none;
	color: #534F4F;
	font-family: 'bebas';
	font-size: 1.1rem;
	display: block;
}
#col1 a:hover{
	color: gray;
	}
#col2{
	width: 100%;
	float: left;
}
#col2 img {
    width: 100%;
    opacity: 0.9;
}
h2{
	font-family: bebas;
font-size: 5rem;
color: rgba(82, 94, 132, 0.79);
}
p{

font-family: bebas;
color: #534F4F;
margin-bottom: 2rem;
}
h1{
		font-family: disco;
font-size: 6rem;
color: black;
float: left;
}