
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation_regular-webfont.eot');
    src: url('../fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation_regular-webfont.woff2') format('woff2'),
         url('../fonts/sansation_regular-webfont.woff') format('woff'),
         url('../fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color:#040a23;
	margin:2px;
  background-image: url('/img/bg.jpg');
  /*background-size: cover;*/
  background-position: top;
  min-width: 1024px;
}

.container{
	width: 100%;
	margin: 2% auto;
	text-align:center;
}

h1, h2, h3{
	font-family: 'Playfair Display', serif;
	margin:5px;
}

h1{
  font-size:48px;
}

h2{
    color:#040a23;
    font-size:48px;
    text-transform: uppercase;
}
a{
    color:#000000;
    text-decoration: none;
}

h3{
    font-size:44px;
    color:#040a23;
    text-transform:uppercase;
    background:#ffffff;
    display:inline-block;
    padding: 5px 20px;
}
p{
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    line-height:30px;
    color:#040a23;
}

.top-container{
    display:inline-block;
    text-align:right;
}

.costruzione{
    width: 60%;
      margin: 50px auto;
      border-top: 1px solid #bbbaba;
      border-bottom: 1px solid #bbbaba;
      padding: 50px 0;
}

hr{
    border-bottom:5px solid #040a23;
    width:100%;
        margin-top: -37px;
    z-index: -1;
    position: relative;
}

.bottom-container{
    display:inline-block;
    text-align:center;
    font-size: 18px;
    line-height: 35px;

    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    font-family: 'Open Sans', sans-serif;
}

.divider{
  height: 1px;
  width: 250px;
  margin: auto;
  background-color: #040a23;
}

.bottom-box{
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  left:0;
  right:0;
  background-color: #040a23;
  padding: 10px;
}
.bottom-box a{
  color: #FFF;
}
