/* saira-200 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/saira-v20-latin_latin-ext-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/saira-v20-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/saira-v20-latin_latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  margin: 0;
  padding: 0;
  background-color: #151f2b;
}
html body {
  font-family: Saira, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #151f2b;
  background: linear-gradient(#151f2b, #434141);
  min-height: 100vh;
}
html body header {
  color: #ffffff;
  margin: 0 auto;
  background-image: url('images/blue-space.jpg');
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
}
html body header h1 {
  font-size: 40px;
  font-weight: 200;
  margin: 32px auto 32px auto;
  display: none;
}
html body header div.content {
  width: calc(95% - 32px);
  margin: 0 auto;
  max-width: 1200px;
  padding-top: min(12.5%, 64px);
  padding-bottom: min(12.5%, 64px);
}
html body header div.content div.logo {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  width: 256px;
  background-image: url('images/logo-ig.png');
  background-size: cover;
  border-radius: 16px;
  border: 1px solid #434141;
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
}
html body header div.content div.logo:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
html body header div.content div.logo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: transparent;
}
html body main {
  margin: 0 auto;
  margin-top: -50px;
  width: calc(95% - 32px);
  max-width: 1200px;
  color: #434141;
  font-size: 16px;
}
html body main article {
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 16px;
}
html body main article section img {
  width: 600px;
  max-width: 80%;
  border-radius: 8px;
  margin-bottom: 32px;
}
html body main article section img.w128 {
  width: 128px;
}
html body main article section img.link {
  cursor: pointer;
}
html body main article section video {
  width: 600px;
  max-width: 80%;
  border-radius: 8px;
  margin-bottom: 32px;
}
html body main article section + section {
  margin-top: 64px;
}
html body main article + article {
  margin-top: 64px;
}
html body main h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 auto 32px auto;
}
html body main h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 32px auto;
}
html body main h2 + h4 {
  margin-top: -32px;
  opacity: 0.5;
}
html body main p {
  margin: 0 auto 16px auto;
}
html body main a.button {
  appearance: none;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #bb4a3f;
  margin: 32px auto 32px auto;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #bb4a3f;
}
html body main a.button:hover {
  color: #bb4a3f;
  background-color: white;
}
html body main nav {
  display: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-radius: 16px;
  background-color: red;
  top: 0;
  position: sticky;
  padding: 18px 0;
}
html body main nav ul {
  list-style-type: none;
  margin: 0;
}
html body main nav ul li {
  line-height: 42px;
}
html body main hr {
  border: none;
  height: 1px;
  background-color: #434141;
  opacity: 0.2;
  margin: 32px auto;
}
html body main h1,
html body main hr,
html body main p {
  max-width: 960px;
}
html body footer {
  font-size: 12px;
  color: #888;
  padding: 16px 0;
}
html body footer span {
  padding-left: 10px;
  padding-right: 10px;
}
html body footer a {
  color: #888;
  text-decoration: none;
}
html body footer a:hover {
  color: #bb4a3f;
}
