/* Copyright 2020 - FlameNetworks S.r.l. - https://www.flamenetworks.com */

/* Import dei font */
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
	background-color: #FCFCFC;
	padding: 10px;
	color: #626262;
	font-family: "Roboto",Arial,Tahoma,sans-serif;
	font-size: 14px;
}
body {
    height: 100%;
    min-height: 100%;
}
h2 {
	font-family: "Patua One",Arial,Tahoma,sans-serif;
	font-size: 30px;
	font-weight: normal;
}
a {
	color: #0085ca;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 40%;
}
.container {
	max-width: 960px;
	margin: auto;
	text-align: center;
}
.clear {
	clear: both;
}
.nuvola {
	background-image: url('../img/nuvola.png');
	background-size: cover;
	width: 361px;
	height: 274px;
	display: inline-block;
	vertical-align: top;
}
.nuvola h1 {
	font-family: "Patua One",Arial,Tahoma,sans-serif;
	color: #0085ca;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.messaggio {
	width: 330px;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
}
.mrflame {
	max-width: 230px;
	padding-top: 60px;
	display: inline-block;
}
.mrflame img {
	width: 227px;
	height: 338px;
}
.dominio {
	color: #eb4e01;
}
@media screen and (min-width: 960px) {
	.nuvola {
		width: 433px;
		height: 329px;
	}
	.nuvola h1 {
		font-size: 36px;
	}
	.messaggio {
		width: 396px;
		height: 324px;
	}
	.mrflame {
		max-width: 272px;
		padding-top: 72px;
	}
	.mrflame img {
		width: 272px;
		height: 406px;	
	}
}

@media screen and (max-width: 660px) {
	.nuvola {
		background-image: none;
		margin-bottom: 0;
		padding-bottom: 0;
		width: auto;
		height: auto;
	}
	.nuvola h1 {
		line-height: normal;
		width: auto;
	}
	.messaggio {
		width: auto;
		height: auto;
		display: block;
	}
	.mrflame {
		padding-top: 0;
		margin-top: 0;
	}
}