* {
    /*Padding and border are included in total width and height of elements*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}

#services-header-img{
  background: url('img/texture1.jpg') no-repeat center;
  min-height: 100px;
}

#services-text{
  text-align: center;
  
  font-size: 25px;
  font-family: "Cinzel";
}

#services-list{
  padding: 20px;
  overflow: hidden;
}

#services-list div{
  border: 6px double #333;
  padding: 20px;
  margin: 10px auto;
  width: 49%;
  display: inline-block;
  overflow: hidden;
}

#services-list div p{
  height: 200px;
  overflow: scroll;
  font-family: "Cinzel";
}

#questions{
  text-align: center;
  font-family: "Cinzel";
}

#questionbtn{
  padding: 10px;
  font-size: 25px;
  border: 6px double white;
  color: white;
  background: #444;
  font-family: "Cinzel";
}

#questionbtn:hover{
  color: white;
  background: #aaa;
  text-shadow: 1px 1px 3px black;
  box-shadow: 4px 4px 4px 2px #999;
}
