/* 367 Design — load after css/_base.css */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
  margin: 0;
  padding-top: 88px;
  text-align: left;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  background-color: transparent;
}

header h1 {
  width: 64px;
}

header h1 img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #ff4141;
  text-decoration: none;
}

a:hover {
  color: #d93636;
}

.large-type {
  margin: 0 48px 88px;
  color: #444;
}

h2 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 600;
  color: #444;
}

h3 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  color: #444444;
}

h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #444444;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  padding-top: 16px;
}

@media (max-width: 760px) {
  header {
    padding: 24px 32px;
  }

  body {
    padding-top: 88px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    color: #444;
  }

  .large-type {
    margin: 0 32px 88px;
  }
}

@media (max-width: 504px) {
  header h1 {
    width: 48px;
  }

  h2 {
    font-size: 20px;
    color: #444;
  }
}
