* {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }
    *::-moz-selection {
        background: #333;
        color: white;
    }
    body{
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size:cover;
      background-attachment:fixed;
    }
    .grid:after {
      content: "";
      display: table;
      clear: both;
    }
    [id*='box-'] {
      float: left;
      padding-right: 3%;
      padding-top:15px;
    }
    .grid-pad [id*='box-']:last-of-type {
      padding-right: 3%;
    }
    .module {
      background: #face0e;
      width: 100%;
      height: 180px;
    }
    .grid-pad {
      padding: 0px 0 15px 30px;
    }
    #box-1 {
      width: 16.6666%;
    }
    h1 {
      font-size: 2.5em;
      font-weight: bold;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
      color: #fff;
      text-align: center;
    }

