body {
  background-color: #fff;
  min-width: 300px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.sidebar,
.title {
  display: inline-block;
  vertical-align: top;
}

.title,
.menu {
  width: 65.7%;
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  -o-transform: rotate(359deg);
  transform: rotate(359deg);
}

/* ===== sidebar ===== */

.sidebar {
  width: 32.3%;
  float: left;
  margin-right: 1em;
}

.sidebar img {
  display: block;
  padding-left: 2em;
  float: right;
  margin-top: 10em;
  margin-bottom: 11em;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}

/* ===== title ===== */

.title {
  display: inline-block;
}

.title img {
  display: block;
  margin: 0 auto;
  width: 70%;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

h1,
h2,
ul {
  text-align: center;
}

h1 {
  font-size: 5em;
  font-family: 'Quicksand', sans-serif;
}

h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em;
}

/* ===== menu ===== */

.menu {
  display: inline-block;
  margin-top: 5em;
}

.menu li {
  font-size: 1.3em;
  font-family: 'EB Garamond', serif;
  margin: 0.4em 0;
}

.menu img {
  float: right;
  margin-bottom: 1em;
}

.menu a {
  color: black;
}

.three-rings a:hover {
  color: #fa602e;
}

.klubowe a:hover {
  color: #e15151;
}

.mentola a:hover {
  color: #117664;
}

.liberte a:hover {
  color: #f51a1e;
}

.amateurs a:hover {
  color: hotpink;
}

/* ===== media queries ===== */

@media (max-width: 1279px) {
  .header img,
  .footer img {
    width: 100%;
  }

  .sidebar {
    display: none;
  }

  .title,
  .menu {
    width: 100%;
    margin: 2em 0;
  }

  .menu {
    margin-bottom: 3em;
  }

  .menu img {
    display: none;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 1.3em;
  }

  .header,
  .footer {
    margin-left: -0.7em;
  }

  .footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mobile {
    display: block;
  }

  .mobile img {
    width: 100%;
  }

  .tablet {
    display: none;
  }
}
