html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
    box-sizing: border-box;
    margin: 0;
}

html, body{
    margin: 0;
    width: 100%;
    height: 100%;
}

section{
    width: 100%;
    height: 100%;
    background-attachment: fixed;

    text-align: center;
	display: flex;
	margin:0 auto;
	justify-content: center;
}

#s1{
    background-color: #FBE90D;
}
#s2{
	background-color:#225661;
}
#s3{
	background-color: #008A8D;
}
#s4{
	background-color: #119ABF;
}
#s5{
	background-color: #73A6D3;
}
#s6{
	background-color: #135853;
}
section div img{
	width:50%
}

section>div{
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1{
	font-family: 'Source Sans Pro';
	font-weight:600;
	font-size: 40px;
}
h2{
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-size: 20px;
	margin-top: 15px;
}
em{
	font-weight: 600;
}
.w{
	color:white !important;
}

a,a:visited,a:hover,a:active,a:link{
	color:black;
	text-decoration: none;
}
h3{
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-size: 15px;
	margin-top: 10px;
}

#prezzo{
	font-size: 30px;
	margin-bottom: 20px;
}
.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
  }
#arrow{
	position: fixed;
	bottom: 5%;
    right: 5%;
    padding-top: 20px;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
	padding-bottom: 6px;
	box-shadow: 3px 2px 25px;
}
#arrow:hover{
	cursor: pointer;
}
#form .d-flex{
	display: flex;
	margin-top: 7px;
	margin-bottom: 7px;
}
#form{
	margin-top: 15px;
}
#form label{
	color:white;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}
#form input,#form select{
	font-family: 'Source Sans Pro';
	border-radius: 20px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	outline: none;
}
textarea{
	display: block;
	margin-top: 10px;
	border-radius: 20px;
	width: 100%;
	resize:none;
	padding:10px;
	margin-bottom: 10px;
}
#send{
	outline:none;
	border-radius:20px;
	padding:10px;
	background-color:#3AFFE4;
	font-family: 'Source Sans Pro';
	font-size: 18px;
	border:none;
	box-shadow: 3px 2px 25px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
}
#logo{
	position: fixed;
    width: 200px;
    top: 5%;
    left: 5%;
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border-radius: 25px;
}
#logom{
	position: fixed;
    width: 200px;
	top:1%;
	left:3%;
}
#logom{
	display:none
}
@media screen and (max-width: 718px) {
	section>div{
		flex-wrap: wrap;
	}
	section>div img{
		width:100%;
	}
	#s6{
		height: auto;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#logo{
		display:none;
	}
	#logom{
		display:block;
	}
}
/*@media screen and (max-width: 440px) {
	.div-fix{
		margin-top: 0px;
	}
}*/
@media screen and (max-height:430px){
	#logom{
		width:150px;
		top:0%;
	}
}