@charset "utf-8";
/* CSS Document */
h2{
	text-transform:uppercase;
}
.logo{
	text-align: center;
	padding: 2%;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.content{
	padding: 5%;
	text-align:justify;
}
.body{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30vh;
	background-color: white;
}
div.login{
	position: absolute;
    top: 30px;
    right: 0;
    width: 50px;
    height: 50px;
	color: #ccc
}


body{
		background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img.bottom-image {
    width: 100%;
    height: auto;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
}