.address{
  background-color: #f9f9f9;
    border: 1px solid #f3eec4;
    color: #212121;
    padding: 20px;
}
h1 {
  font-size:     72px;
  line-height:   1.5;
  color: #2c3e50;
  font-weight:   100;
}

.box{
  background: #f3f3f3;
    position: relative;
    min-height: 125px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #8BC34A;
    font-size: 17px;
}

.box:hover{
      box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.4);
}

.box p {
    position: absolute;
    top: 75%;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    left: 0px;
    right: 0px;
    padding: 0px 10px;
}

#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}
.footer-ul{

  }
  .footer-ul li{
    display: inline;
    list-style-type: none;
    padding: 0px 15px;
    font-size: 14px;
  }
  .footer-ul li a:hover{
    color:#fff;
  }
