body{
    margin: 0;
    padding: auto;
}

.landing{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url(img/nyaralo.jpg) no-repeat center/cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    padding: 0 100px;
}

#about, #services, #contact{
    padding: 50px 100px;
}

#services{
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(img/csonak.jpg) no-repeat center/cover;
    background-attachment: fixed;
}

.service{
    background-color: #2125299a;
    border-radius: 10px;
    padding: 15px;
}

ul{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

textarea{
    resize: none;
}

.fa {
    padding: 12px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 10px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }