@charset "UTF-8";
body,td,th {
    color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	}
	
a:link {
    color: #FFFFFF;
    text-decoration: none;
	}
    
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #f7d100;
}
a:active {
    text-decoration: none;
    color: #f7d100;
}

body {
    background-color: #1d1d1b;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#header {
    background-color: #f7d100;
    width: 50%;
	float: left;
}
#header img {
    margin: 5%;
}
#sfondo {
    width: 50%;
    height: 100vh;
    float: right;
    background-image: url(images/filippo-giusti.pt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contenuti {
    width: 40%;
	padding: 5%;
	float: left;
}
#insta {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 5%;
    bottom: 10%;
}

@media (min-device-width : 320px) and (max-device-width : 480px) {
/* Smartphone  */
	
	#header {
    width: 100%;
	float: none;
    }
	
	#sfondo {
    width: 100%;
    height: 600px;
    float: none;
    background-image: url(images/filippo-giusti.pt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
	
	#contenuti {
    width: 80%;
	padding: 10%;
	float: none;
    }
	
	#insta {
    height: 45px;
    width: 45px;
    position: relative;
	margin-left: 5%;
	margin-bottom: 10%;
    }
	
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
/* Tablet */
	
	#header {
    width: 100%;
	float: none;
    }
	
	#sfondo {
    width: 100%;
    height: 800px;
    float: none;
    background-image: url(images/filippo-giusti.pt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
	
	#contenuti {
    width: 80%;
	padding: 10%;
	float: none;
    }
	
	#insta {
    height: 45px;
    width: 45px;
    position: relative;
	margin-left: 5%;
	margin-bottom: 10%;
    }
	
}