*{
  border: 0;
  padding: 0;
  margin: 0;
}

a{
  font-style: none;
}

#header-img{
  background: url('img/world1.jpg')no-repeat center;
  background-size: cover;
  min-height: 350px;
}

#about-text{
  margin: auto;
  max-width: 900px;
  font-family: 'Cinzel';
  padding: 20px;
  font-weight: bolder;
}

#about-text h2{
  font-size: 30px;
  text-align: center;
}

#about-text p{
  text-align: center;
  font-size: 18px;
}

#examples h3{
  margin-left: 50px;
  font-size: 25px;
}


#service-description-list li{
  font-size: 18px;
}

#list-button{
  display: block;
  margin: auto;
  font-family: 'Cinzel';
  font-size: 18px;
  padding: 10px;
  background: #1A5046;
  color: white;
}

#list-button:hover{
  background: white;
  color: black;
  text-shadow: 1px 1px 6px #1A5046;
  font-weight: bolder;
  box-shadow: 2px 2px 1px 1px #1A5046;
  border: 2px solid #1A5046;
}
