




body{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color:#1a171b;
	margin:2px;

  min-width: 600px;

}

.maiuscoletto{
  font-variant: small-caps;
}
.container{
	width: 100%;
	margin: 2% auto;
	text-align:center;
}

h1, h2, h3{
	font-family: 'Raleway', sans-serif;
	margin:5px;
}

h1{
  font-size:48px;
}

h2{
    font-size:30px;
    color:#737373;
}
a{
    color:#000;
    text-decoration: none;
}

h3{
    font-size:44px;
    color:#737373;
    text-transform:uppercase;
    background:#ffffff;
    display:inline-block;
    padding: 5px 20px;
}
p{
    font-size:18px;
    font-family: 'Raleway', sans-serif;
    line-height:30px;
    color:#000;
}

.top-container{
    display:inline-block;
    text-align:right;
}

.costruzione{
  width: 100%;
margin: 35px auto;
padding: 136px 0 141px 0;

  font-size: 41px;
  color: #fff;
  font-weight: 500;
  font-variant: small-caps;

  background-image: url('/img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

hr{
    border-bottom:5px solid #838383;
    width:100%;
        margin-top: -37px;
    z-index: -1;
    position: relative;
}

.bottom-container{
    display:inline-block;
    text-align:center;
    font-size: 16px;
    margin-top: 50px;
}
