@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body {
	font-family: 'Muli', sans-serif;
	padding: 0 10%;
}

img {
	max-width: 100%;
    height: auto;
}


.home table {
	margin: 0 auto;
}

.home table td {
    vertical-align: bottom;
}

a, a:active, a:visited {
    color: #444;
}
a:hover {
    color: orange;
}

h1 {
    text-align: center;
    background-color: orange;
    color: white;
    padding: 10px;
	margin-top:60px;
}


h3 {
    color: orange;
    display: inline;
    font-size: 26px;
    border-bottom: solid 1px orange;
    padding-bottom: 3px;
}

div#summarydiv {
    border: 3px orange solid;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: -45px;
}

div#bottoni {
    position: fixed;
	top: 20px;
	right: 20px;
}

div#bottoni a {
    margin-bottom: 15px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 20px;
	color: white;
}

div#bottoni a:hover{
	color:#ffcd5c;
}






