/* CSS Document 
+ IdeaUno Web Creations  
*/


body {
    font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
	color: #000;}

a {color: #000; text-decoration: none;}
a:hover {  color: #999;}
	h1 {
		font-size: 24px;
	}

.middle {
  color: #000;
  font-size: 18px;
  font-weight: 100;
  margin: 30px auto;
  padding: 22px 0;
}

.end {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.4px;
  margin: 30px 0;
}

@media (max-width: 1024px){
	h1 {
			font-size: 69px;
		}
	.top img {
			width: 60%;
		}	
	.middle {
			font-size: 43px;
		}	
	.end {
		font-size: 35px;
	}	
}

.container {
    display: flex;
    margin: auto;
    width: auto;
    justify-content: center;
}

.center {
 text-align: center;
}

.top {}

	


.footer {
  text-align: left;
}

.sx {
  display: inline-block;
  text-align: left;
  width: 86%;
}

.dx {
  display: inline-block;
  text-align: right;
}

.contatti {
  display: inline-block;
  font-size: 22px;
  margin: 10px;
  text-align: center;
}

.line {
  background: #BD022C;
  width: 36px;
  height: 8px;
  margin-bottom: 20px;
}



/* ==========================================================
! Landscape phones and down
========================================================== */
@media (max-width: 480px) {

.top {
  left: 0px;
  position: relative;}
	
}


