/* =========================
   BASE
========================= */
* { box-sizing: border-box; }
html, body { height: 100%; }

body{
  margin: 0;
  font-family: "Mulish", Arial, sans-serif;
  color: #111;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

.container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

.site-main{
  margin-top: 90px;
  padding-bottom: 28px;
}

@media (max-width: 900px){
  .site-main{
    margin-top: 30px;
  }
}
