

h2{
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: normal;
    font-family: catregular, arial, sans-serif;
}
  .intro {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
  }
  .mainPic {
    border:10px solid #fff;
    width:600px;
    display: block;
    margin: 0 auto;
    transform: rotate(1deg);
  }
  .map {
    border:1px solid #654123;
  }
  .clear{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .block{
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width:30%;
    padding:10px 3%;
    transform: rotate(2deg);
    margin:0 2%;
    background: #fff;
  }
  .block:first-child{
    transform: rotate(-2deg);
    width:50%;
  }
  .block strong{
    color: #6f3611;
  }
  .block h3{
    margin: 0;
    font-size: 16px;
  }
  .block ul{
    padding: 0 0 0 4px;
  }
  .block li{
    color: #6f3611;
    font-size: 15px;
    list-style-type: none;
  }

  #map{
    width: 100%;
    height: 500px;
  }

  @media screen and (max-width: 660px) {
      h1{font-size: 30px;}
      h2{font-size: 20px;}
      .mainPic {
        width:calc(100% - 20px);
        border: 5px solid #fff;
        margin:0;
      }
      .block,
      .block:first-child{
        width: 90%;
        transform: rotate(1deg);
      }
      .block:first-child{
        transform: rotate(-1deg);
      }
  }