body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: white;
  padding: 40px 0;
  background-color: black;
  min-height: 100vh; }
  @media (min-width: 1000px) {
    body {
      background: linear-gradient(#0008, #0008), url("img/background.png") center center no-repeat;
      background-size: cover; } }

a {
  color: inherit; }

h1 {
  font-family: 'Russo One', sans-serif;
  font-size: 22px;
  line-height: 27px; }
  @media (min-width: 1000px) {
    h1 {
      font-size: 36px;
      line-height: 43px; } }

.portrait-image {
  width: 100%; }

.header, .footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 20px; }
  .header__link, .footer__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px; }

.btn {
  font-size: 16px;
  line-height: 19px;
  padding: 8px 55px;
  text-decoration: none; }
  .btn--outline {
    border: 2px solid white;
    border-radius: 7px;
    box-sizing: border-box; }

.content {
  max-width: 1800px;
  margin: 10px auto 40px;
  padding: 0 24px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  text-align: center; }
  @media (min-width: 1000px) {
    .content {
      grid-gap: 100px;
      text-align: inherit; } }
  @media (min-width: 1000px) {
    .content {
      grid-template-columns: repeat(2, 1fr); } }
  .content > * {
    display: grid; }
    @media (min-width: 1000px) {
      .content > * {
        grid-auto-rows: minmax(250px, 1fr); } }
  .content__images-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 250px;
    grid-gap: 20px; }
    @media (min-width: 1000px) {
      .content__images-group {
        grid-template-columns: repeat(2, 1fr); } }

.image-wrapper {
  position: relative; }
  .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .image-wrapper__description {
    position: absolute;
    background: #0008;
    padding: 20px 10px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    text-align: center; }
    .image-wrapper__description strong {
      display: block; }

@media (min-width: 1000px) {
  .mobile-only {
    display: none; } }

@media (max-width: 1000px) {
  .desktop-only {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
