* {
	margin: 0px;
	padding: 0px;
	letter-spacing: 1.5px;
}

a {
	outline: none;
}

a:active, a:\elected {
	border: none;
	outline: none;
}

img {
	border-width: 0px;
}

html {
	/*background: url('https://www.raffaello-network.com/static/frontend/home-1920x1200-28-10-2018.jpg?v=0.02') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body {
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	position: relative;
}

/* Homepage background */
.home-bg-wrapper {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #e8eaee;
}

.home-bg-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
    float: right;
}

.h1-img {
    position: absolute;
    left: 19rem;
    top: 23%;
    transform: translateY(-50%);
}

.h1-img img {
	width: 40vw;
	min-width: 500px;
}
@media (max-width: 1100px) {
	.h1-img img {
		width: ;
	}
	.h1-img {
		right: 20px;
		transform: none;
	}
}

#languages ul {
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	width: 150px;
	margin: 5% 0 0 5%;
	padding: 10px 0;
	border-radius: 10px;
	list-style-type: none;
}

#languages ul li {
	padding: 2px 0;
}

#languages ul li a:link, #languages ul li a:visited {
	color: white;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

#languages ul li a:hover {
	color: lime;
	font-style: normal;
	text-decoration: none;
}
