html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-size:cover;
	font-size:16px;	
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#home {
	width:100vw;
	height:100vh;
    box-sizing: border-box;
}

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

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

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

.img {
	position: absolute;
	bottom: 0px;
	right:0px;
	width:60vh;
	height:65vh;
	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:30%; 
	padding:0vw 1vw 1vw 0vw;
}

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

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

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