.wrapper {
	width:calc(100vw - 40px);
	height:calc(100vh - 40px);
	position: relative;
	top:20px;
	left:20px;
	padding: 0;
	display: block;
}

.left {
	width:100%;
	height:50%;
	position: relative;
}

.right {
	width:100%;
	height:50%;
	position: relative;
}

.img {
	position: absolute;
	bottom: 0px;
	right:0px;
	width:100%;
	height:100%;
	background: url("../img/Florence.jpg") center center no-repeat;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img img {
	width:40%;
}

h1 {
	margin:0;
	padding: 0;
	text-transform: uppercase;
}

h1 img {
	width:40%; 
	padding:0vw 1vh 1vh 0vw;
}

#logo {
	width:12%;
	margin:0 auto;
	position: relative;
}

#logo img {
	width:100%;
	display: block;
}

#footer {
	width:60%;
	position: absolute;
	bottom: 0px;
	left:0px;
}
