@import "imports/_reset.css";
@import "imports/_flavor.css";
@import "fonts/fonts.css";

/* GENERAL */
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

html,
body {
  height: 100%;
  background-color: white;

  font-family: Effra Light, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  color: #666666;
}

img {
  /* width: 100%; */
  max-width: 100%;
}

#logo {
  display: block;
  width: 130px;
  margin: 28px auto;
}

.wrap {
  margin-left: 18px;
  margin-right: 18px;
}

#title {
  font-size: 30px;
  margin: 76px 0 40px 0;
}

.rv-title {
  padding-left: 32px;
}

.rv-title span.blue {
  margin-left: -32px;
}

#header-img {
  width: 100%;
}

#sub-title {
  font-size: 22px;
  margin: 40px 0 92px 0;
}

.partner-list .texts {
  margin-top: 40px;
}

.partner-list .texts p + p {
  margin-top: 22px;
}

.partner-list .icons {
  margin: 40px 0 92px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.partner-list .icons a + a {
  margin-left: 14px;
}

.partner-list .icons img {
  height: 24px;
}

.rv-text {
  margin-top: 148px;
  padding-top: 40px;
  border-top: #666666 1px solid;
  margin-bottom: 92px;
}

.rv-footer {
  padding-bottom: 40px;
  margin-top: 40px;
}

.rv-footer p {
  line-height: 1.2;
}

.rv-footer p + p {
  margin-top: 22px;
}

.rv-footer a {
  color: #666666;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: Effra Light;
}

.blue {
  font-family: Effra Regular;
  color: #003656;
}

.desktop {
  display: none;
}

p {
  font-size: 18px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

/* //TABLET */
@media only screen and (min-width: 768px) {
  .wrap {
    margin-left: 80px;
    margin-right: 80px;
  }

  .rv-title {
    padding-left: 52px;
  }

  .rv-title span.blue {
    margin-left: -52px;
  }

  #title {
    font-size: 50px;
    margin: 80px 0 54px 0;
  }

  #sub-title {
    font-size: 36px;
    margin: 76px 0;
  }

  .partner-list .texts p + p {
    margin-top: 24px;
  }

  .rv-text {
    margin-top: 0px;
    padding-top: 50px;
  }

  p {
    font-size: 20px;
  }
}

/* //DESKTOP */
@media only screen and (min-width: 1024px) {
  .desk-wrap {
    margin: auto;
    max-width: 1360px;
  }

  #title {
    margin-top: 90px;
  }

  #sub-title {
    margin-top: 84px;
    margin-bottom: 116px;
    max-width: 912px;
  }

  .partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .partner-list .item {
    margin: 0 15px;
    width: 33.3%;
  }

  .partner-list .icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
