* {
    margin: 0;
    padding: 0;
}
.image {
    height: 650px;
    width: 100%;
    background: #55e6c5;
    z-index: 1;
    }

.content h1 {
    font-size: 40px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 30px 60px;
}
.content p {
    font-size:20px;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 30px 60px;
}
#intro {	
	background: url(../images/swirl_pattern.jpg) no-repeat;
	background-position: center center;
	background-size: cover;	
}
#decorazioni {
	background: url(../images/swirl_pattern4.jpg) no-repeat;
	background-position: center center;
	background-size: cover;	
}
#quadri {
   background: url(../images/swirl_pattern3.JPG) no-repeat;
   background-position: center center;
   background-size: cover;	
}

#restauri {      
   background: url(../images/swirl_pattern5.jpg) no-repeat;
   background-position: center center;
   background-size: cover;	
}

#interni {
   background: url(../images/swirl_pattern2.jpg) no-repeat;
   background-position: center center;
   background-size: cover;	
}

#stili {
   background: url(../images/swirl_pattern6.jpg) no-repeat;
   background-position: center center;
   background-size: cover;	
}



#nav {
    height: 70px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(255,255,255,1);
    z-index: 100;
    -webkit-box-shadow:0px 0px 20px rgba(44,44,44,.3);
}
#nav #logo {
    height: 40px;
    width: 170px;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto 100px;
}

#nav #logo img {
    height: 100%;
    width: 100%;
    
}

#content_1 {position: relative;}

h1::first-letter {
    font-size: 60px;
    font-weight: 600;
    color:#990000;
}

ul {
	font-size:20px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

li {
    float: right;
}

li a {
    display: inline-block;
    color:#990000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight: bold;
}

li a:hover {
    font-weight: bold;
}

.button {
  position: relative;
  
  display: block;
  width: 75%;
  margin: 100px auto;
  padding: 20px 20px;
  
  border-radius: 50px;
  box-shadow: 0 5px 0 0 #e9edee, 0 5px 0 2px #ccd2d2, 0 12px 20px 6px #d5dbdb;
  
  text-align: center;
  color: dimgrey;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  
  -webkit-tap-highlight-color: rgba(black, 0);
  
  &:active {
    top: 5px;
    
    box-shadow: 0 1px 0 2px #ccd2d2, 0 7px 20px 6px #d5dbdb;
  }
}