body {
  font-family: 'PT Sans', sans-serif;
  color: #323232;
  background: url("../img/main-visual.png") 100% 0 no-repeat;
  margin: 20px 40px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #323232;
  transition: all 1s ease;
}
header {
  margin-bottom: 70px;
}
header .logo h1 {
  background: url("../img/magetribe-logo.svg") 0 0 no-repeat;
  display: block;
  background-size: 176px 27px;
  width: 176px;
  height: 27px;
  text-indent: -9999px;
}
header .menu a {
  text-align: right;
  display: block;
  color: #ffffff;
  transition: all 1s ease;
  background: none;
  width: auto;
  float: right;
  padding: 2px 6px;
  border-radius: 4px;
  text-decoration: none;
}
header .menu a:hover {
  background: linear-gradient(to right, #f3b8a4, #ffe8cc);
  color: #38204e;
}
.intro h1 {
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 70px;
}
.intro h1 span {
  display: block;
}
.intro h2 {
  font-size: 24px;
  color: #acacac;
  width: 50%;
}
.intro h2 span {
  font-weight: 700;
  color: #323232;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 40px 7px 40px;
  font-size: 14px;
  color: #acacac;
  background: #ffffff;
  width: 100%;
}
footer a {
  color: #acacac;
}
@media (max-width: 768px) {
  body {
    background: #ffffff;
    margin: 20px 8px;
    text-align: center;
  }
  header {
    margin-bottom: 35px;
  }
  header .logo h1 {
    background: url("../img/magetribe-logo.svg");
    display: block;
    background-size: 176px 27px;
    width: 176px;
    height: 27px;
    text-indent: -9999px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 20px;
  }
  header .menu a {
    text-align: center;
    width: 100%;
    float: none;
    padding: 8px 6px;
    background: linear-gradient(to right, #f3b8a4, #ffe8cc);
    color: #38204e;
  }
  .intro h1 {
    font-size: calc(10vw);
    margin-bottom: 35px;
  }
  .intro h2 {
    width: 100%;
  }
  footer {
    background: #ffffff;
  }
}
