
@font-face {
  font-family: "Helvetica Neue LT W05_55 Roman";
  src: url("Fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("Fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("Fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("Fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("Fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}

body {
  color: #fff;
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, Helvetica, sans-serif;
  background: #5D5D5D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


textarea {
  resize: vertical;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* basic */
img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
}

header {
  padding-bottom: 75px;
}

.main-nav {
  display: block;
  margin: 0 auto;
}

.main-nav ul {
  list-style: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.main-nav li {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin-right: 40px;
  position: relative;
}

.main-nav li.active {
  text-decoration: underline;
}

.main-nav li:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: -25px;
  top: 10px;
  background: url('../img/arrow.svg') no-repeat;
  background-size: 100%;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.main-nav li:hover:before {
  left: -30px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.main-nav li:last-of-type {
  margin-right: 0;
}

.main-nav li a {
  text-decoration: none;
}

.main-nav li a:hover {
  text-decoration: underline;
}

/* typo */
h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 15px;
}

h1,
h2 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

footer p {
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0;
}

/* content */
.content img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.content p {
  font-size: 23px;
  line-height: 33px;
  text-align: center;
}

.tom-img {
  max-width: 288px;
  padding-top: 50px;
}

.content__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0 0;
  max-width: 81%;
  margin: 0 auto;
}

.content__gallery div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  width: 49%;
  max-width: 270px;
  align-items: stretch;
  width: 100%;
  object-fit: contain;
}

footer {
  padding: 150px 0 50px 0;
}

@media only screen and (max-width: 790px) {
  .content__gallery {
    display: block;
    flex-wrap: wrap;
  }

  .content__gallery div {
    display: block;
    width: 100%;
    flex: 0 1 100%;
    margin: 0 auto;
  }

  .content__gallery div:nth-of-type(2) {
    margin-top: 25px;
  }

  .main-nav li,
  .main-nav li:last-of-type {
    display: table;
    margin: 0 auto;
  }

  header {
    padding-bottom: 50px;
  }

  h3 {
    padding-bottom: 0;
  }

  footer {
    padding: 75px 0 25px 0;
  }
  .wrap {
    padding: 20px;
  }
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
