html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,*:before,*:after {
  box-sizing: inherit;
}

body {
    margin: 0;
}

p {
  font-family: Montserrat;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Raleway;
    font-weight: 700;
}

article, aside, details, figcaption, footer, header, main, menu, nav, section, summary {
  display: block;
}

address {
  color: #7E7E7E;
  font-style: normal;
}

li, a {
  text-decoration: none;
  list-style: none;
}

.paper {
  background: url(/assets/img/papertex.jpg) repeat;
}

.nav-desktop {
  transform: skewX(-5deg);
  box-shadow: -8px 0 24px -2px rgba(26, 30, 43, 0.13);
}

.nav-desktop:hover {
  box-shadow: -16px 0 32px 0 rgba(26, 30, 43, 0.37);
}