html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

body:not(.show-focus-outlines) *:focus {
  outline: none;
}

.grip-home h1, .grip-home h2, .grip-home h3, .grip-home h4 {
  margin: 0;
}

.grip-home a {
  text-decoration: none;
}

.grip-home a img {
  border: 0;
}

.grip-home .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}  

@media (min-width: 1200px) {
  .grip-home .container {
    max-width: 1200px;
    margin: 0 135px;
    width: 100%;
  }  
}

