/* ALIGNMENT */
/* ------------------------------ */

body {
  max-width: 120rem;
  margin: 0 auto;
}
.w_100 {
  width: 100%;
}
.h_100 {
  height: 100%;
}

.d_b {
  display: block;
}

.d_ib {
  display: inline-block;
}
.inline_list ul {
  padding: 0;
  margin-bottom: 0;
}
.inline_list li {
  display: inline-block;
  margin: 0px 5px;
}
.inline_list li.smaller {
  font-size: 3rem;
}
.vertical_list li {
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.vertical_list li.bottom_pad {
  margin-bottom: 3rem;
}

/* vertical center parent wrapper */
.vc_p {
  display: table;
  width: 100%;
}
/* vertical center child */
.vc_c {
  display: table-cell;
  vertical-align: middle;
}

.sans {
  font-family: Arial, Helvetica, sans-serif;
}

.side_pad {
  margin-left: 2rem;
  margin-right: 2rem;
}

.ta_l {
  text-align: left;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}

.wide_3 > div {
  width: 33.3%;
}

.double_blocks {
  display: block;
  width: 100%;
}
.double_block {
  display: inline-block;
  width: 49%;
}
.page_block {
  width: 100%;
  display: block;
  padding: 11rem 20%;
}
.set_1 > div:first-child {
  border-right: 5px solid #191919;
  padding: 11.5rem 0px;
}
.set_2 > div:last-child {
  border-left: 5px solid #191919;
  padding: 12rem 0px;
  float: none;
}
.double_block.center_image img {
  width: 80%;
  height: auto;
}
.double_block.slide.center_image img {
  width: 70%;
  height: auto;
}
.double_block p {
  width: 60%;
  margin: 0 auto 3rem auto;
}
.triple_blocks {
  padding: 11rem 0px;
}
.triple_block {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.triple_block .icon,
.double_block .icon {
  margin-bottom: 3rem;
}
.triple_block p {
  width: 75%;
  margin: 0 auto;
}

.double_block > div:last-child,
.triple_block > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.full_block {
  padding: 13rem 0px 11.6rem 0px;
}

section {
  position: relative;
}
.section_wrap {
  max-width: 120rem;
  margin: 0 auto;
}
.float_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.half_right {
  width: 49%;
  float: right;
}
.half_left {
  width: 49%;
  float: left;
}
.fade {
  opacity: 0.5;
}
/* SITE */
/* ------------------------------ */
@font-face {
  font-family: "Brandon";
  src: url("fonts/Brandon2.eot");
  src: local("☺"), url("fonts/Brandon2.woff") format("woff"),
    url("fonts/Brandon2.ttf") format("truetype"),
    url("fonts/Brandon2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Brandon", sans-serif;
  color: #191919;
  letter-spacing: -0.03rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}
.i {
  font-style: italic;
}
.strong {
  font-weight: bold;
}
a {
  color: #191919;
}
a:hover {
  color: #696969;
}
p,
ol {
  font-size: 3rem;
  line-height: 130%;
  margin-bottom: 2rem;
}
h1,
.h1 {
  font-size: 6rem;
  font-weight: normal;
  margin-bottom: 1.8rem;
}
.h1 p {
  font-size: 6rem;
  width: 60%;
  margin: 0 auto;
}
h2,
.h2 {
  font-size: 4.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
  line-height: 105%;
}
.triple_block h2 {
  font-size: 4rem;
}
h3,
.h3 {
  font-size: 3.4rem;
  font-weight: normal;
}

header {
  padding: 8.5rem 2.5rem;
  position: relative;
}
.logo_height {
}

#mobile_navigation {
  height: 100vh;
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  padding: 10%;
  font-size: 4rem;
}

#mobile_navigation.show {
  margin-left: 0;
}
#mobile_navigation ul {
  padding: 0;
}

#close {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 4px solid #191919;
  font-size: 30px;
  line-height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 10%;
  right: 10%;
  cursor: pointer;
  background-color: #fff;
  transform: rotate(-45deg);
}

#hamburger {
  width: 4.5rem;
  height: 1.5rem;
  border-top: 4px solid #191919;
  border-bottom: 4px solid #191919;
  vertical-align: 15%;
  margin-right: 15px;
  display: none;
  cursor: pointer;
}
#footer_social {
  display: block;
}
#footer_social img {
  height: 40px;
  width: auto;
}
.bb {
  border-bottom: 5px solid #191919;
}
.corner.top {
  position: absolute;
  top: 50px;
  width: 100%;
}
.corner.bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.corner.left {
  position: absolute;
  left: 50px;
  top: 50px;
  width: auto;
}
.corner.right {
  position: absolute;
  right: 50px;
  bottom: 32px;
  top: auto;
  width: auto;
}
.corner.right.rotate {
  transform: rotate(-10deg);
}
.corner.right.rotate.body {
  right: 155px;
}

#human {
  position: absolute;
  bottom: -4px;
  right: 50px;
}

#human p {
  position: absolute;
  width: auto;
  right: 100px;
  top: 30px;
  text-align: right;
  white-space: nowrap;
  font-style: italic;
}

.double_buttons div:last-child {
  margin-left: -7px;
}
.double_button {
  padding: 0px 30px;
  background: #fff;
  font-size: 3rem;
  text-align: center;
  display: inline-block;
  border: 4px solid #191919;
  cursor: pointer;
}
.double_button:hover {
  background-color: #ecc700;
}
#star {
  position: absolute;
  top: -40px;
  right: 60px;
  background-image: url(images/star2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 13rem;
  width: 13rem;
  text-align: center;
  background-size: 13rem 13rem;
  font-size: 2rem;
  line-height: 2.2rem;
  /* padding-top: 4.5rem; */
  transform: rotate(20deg);
}
#banner {
  background-image: url(images/flag.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  line-height: 54px;
  text-align: center;
  position: absolute;
  width: 100%;
  background-size: auto 60px;
  font-size: 2rem;
  top: -29px;
}

footer {
  font-size: 3rem;
  padding: 60px 0px;
}
footer img.logo {
  width: 65%;
  max-width: 300px;
  height: auto;
}

footer ul {
  padding-left: 0;
}

.pastel {
  background-color: #fde8ea;
  padding: 2.5rem;
  font-size: 2.2rem;
}
.pastel ul {
  margin-bottom: 0;
}

#header_social li img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#header_social li img:hover {
  opacity: 0.3;
}

@media only screen and (min-width: 1201px) {
  body {
    border: 5px solid #191919;
    margin: 10px auto;
  }
}

@media (max-width: 980px) {
  html {
  }
  .widescreen {
    display: none !important;
  }
  .widescreen_center {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3vw;
  }
  header {
    padding: 4.5rem 2.5rem;
  }
  section {
    padding: 65px 0px;
  }
  #main section:first-child,
  .first_section {
    padding-top: 50px;
  }
  .bb {
    border-width: 4px;
  }
  .double_button {
    border-width: 4px;
  }
  .wide_3 > div {
    width: 100%;
    display: block;
  }
  .swap {
    transform: scaleY(-1);
  }
  .swap > .double_block {
    display: block;
    transform: scaleY(-1);
  }
  #logo img {
    max-width: 450px;
    width: 60%;
  }
  #hamburger {
    position: absolute;
    left: 5vw;
    top: 45%;
    width: 35px;
    border-width: 4px;
    display: block;
  }
  #header_social {
    display: none;
  }
  .triple_blocks,
  .double_blocks,
  .full_block {
    padding: 0;
  }
  .double_block,
  .triple_block {
    display: block;
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 2.5rem 0;
  }
  .page_block {
    padding: 0 10%;
    max-width: 700px;
    margin: 0 auto;
  }
  .double_blocks > .double_block:last-child {
    padding-top: 0px;
  }
  .triple_block h2,
  .full_block p {
    font-size: 4.6rem;
  }
  .corner,
  .corner.left,
  .corner.right,
  .corner.bottom,
  .corner.top {
    position: relative;
    display: block;
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .corner.right.rotate {
    margin-top: 25px;
    transform: rotate(-5deg);
  }
  .double_blocks > .double_block:first-child,
  .triple_blocks > .triple_block:first-child {
    padding-top: 0;
  }
  .double_blocks > .double_block:last-child,
  .triple_blocks > .triple_block:last-child {
    padding-bottom: 0;
  }
  .double_block p,
  .triple_block p {
    width: 60%;
  }
  .double_block img {
    max-width: 500px;
  }
  .set_2 > div:last-child {
    padding: 0;
  }
  .double_block.center_image img {
    width: 65%;
  }
  .h1 p {
    width: 80%;
  }
  #star {
    width: 110px;
    height: 110px;
    background-size: 110px 110px;
    /* padding-top: 4rem; */
    right: 30px;
    line-height: 1.8rem;
    font-size: 1.7rem;
  }
  #banner {
    font-size: 2.2rem;
  }
  .set_1 > div:first-child {
    padding: 0px;
  }
  .half_left,
  .half_right {
    display: block;
    width: auto;
    text-align: center;
    width: 100%;
  }
  footer {
    padding: 0;
  }

  #last_section {
    padding-bottom: 150px;
  }
  #human {
    right: auto;
    left: 50%;
    bottom: -3px;
  }
  .icon img {
    max-height: 70px;
    width: auto;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 650px) {
  html {
    font-size: 45%;
  }
  .double_block.center_image img {
    width: 70%;
  }
  #logo img {
    width: 65%;
  }
  .bb,
  .double_button,
  #hamburger {
    border-width: 3px;
  }

  #star {
    font-size: 2rem;
    line-height: 2.1rem;
    right: 10px;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    /* padding-top: 3.2rem; */
  }
}
