/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  padding: 3rem; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

.body {
  font-family: Playfair Display;
  font-weight: 200;
  /*font-size: 16px;*/
  line-height: 1.7rem;
  color: #162330; }

p {
  font-family: Playfair Display;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #34495e; }
  p:not(:last-child) {
    margin-bottom: 3rem; }

.heading-primary {
  font-family: Playfair Display;
  color: #162330;
  font-weight: 700;
  font-size: 5rem;
  backface-visibility: hidden;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      letter-spacing: 1rem;
      font-size: 4rem; } }

.heading-tertiary {
  font-family: Playfair Display;
  color: #162330;
  font-size: 3.5rem;
  font-weight: 700; }
  @media only screen and (max-width: 56.25em) {
    .heading-tertiary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-tertiary {
      font-size: 2.5rem; } }

.coloum-box {
  max-width: 114rem;
  margin: 0 auto; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.brief-coloums {
  position: relative;
  padding: 5rem 4rem;
  z-index: 2; }
  @media only screen and (max-width: 56.25em) {
    .brief-coloums {
      padding: 3rem 0; } }

.background-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .background-img__one {
    height: 35rem; }
    @media only screen and (max-width: 56.25em) {
      .background-img__one {
        height: 30rem; } }
    @media only screen and (max-width: 37.5em) {
      .background-img__one {
        height: 25rem; } }

.header-box {
  position: relative;
  padding: 0 4rem; }
  .header-box__txt {
    position: absolute;
    top: -1rem;
    left: 2rem;
    height: 20rem;
    width: 10rem; }
  .header-box__img {
    width: 20rem; }
    @media only screen and (max-width: 56.25em) {
      .header-box__img {
        width: 16rem; } }
    @media only screen and (max-width: 37.5em) {
      .header-box__img {
        width: 12rem; } }

.type-composition {
  position: relative;
  height: 50rem; }
  @media only screen and (max-width: 37.5em) {
    .type-composition {
      height: 45rem; } }
  .type-composition__element {
    width: 75%;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0); }
    .type-composition__element--el1 {
      position: absolute;
      top: 2rem; }
    .type-composition__element--el2 {
      position: absolute;
      top: 17rem; }
    .type-composition__element--el3 {
      position: absolute;
      top: 32rem; }

.page-break-composition {
  position: relative; }
  .page-break-composition__image-br {
    width: 50%;
    padding: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .page-break-composition__image-br {
        width: 59%; } }
    @media only screen and (max-width: 37.5em) {
      .page-break-composition__image-br {
        padding: 0%; } }

.graphic-header-box {
  position: relative;
  padding: 0 4rem; }
  .graphic-header-box__txt {
    position: absolute;
    top: -1rem;
    left: 2rem;
    height: 20rem;
    width: 10rem; }
  .graphic-header-box__img {
    width: 20rem; }
    @media only screen and (max-width: 56.25em) {
      .graphic-header-box__img {
        width: 16rem; } }
    @media only screen and (max-width: 37.5em) {
      .graphic-header-box__img {
        width: 12rem; } }

.graphic-composition {
  position: relative;
  height: 40rem; }
  .graphic-composition__graphic {
    width: 100%; }
    .graphic-composition__graphic--g1 {
      position: absolute;
      top: 0rem; }
    .graphic-composition__graphic--g2 {
      position: absolute;
      top: 0rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g2 {
          top: 0rem; } }
    .graphic-composition__graphic--g3 {
      position: absolute;
      top: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g3 {
          top: 12rem; } }
    .graphic-composition__graphic--g4 {
      position: absolute;
      top: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g4 {
          top: 12rem; } }
    .graphic-composition__graphic--g5 {
      position: absolute;
      top: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g5 {
          top: 12rem; } }
    .graphic-composition__graphic--g6 {
      position: absolute;
      top: 0rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g6 {
          top: 12rem; } }
    .graphic-composition__graphic--g7 {
      position: absolute;
      top: 0rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g7 {
          top: 12rem; } }
    .graphic-composition__graphic--g8 {
      position: absolute;
      top: 5rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g8 {
          top: 16rem; } }
    .graphic-composition__graphic--g9 {
      position: absolute;
      top: 5rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g9 {
          top: 16rem; } }
    .graphic-composition__graphic--g10 {
      position: absolute;
      top: 5rem; }
      @media only screen and (max-width: 56.25em) {
        .graphic-composition__graphic--g10 {
          top: 12rem; } }

.example-img-one {
  position: relative; }
  .example-img-one__one {
    width: 80%; }
  .example-img-one__two {
    width: 45%;
    margin-top: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .example-img-one__two {
        margin-top: 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .example-img-one__two {
        width: 70%; } }

.footer {
  position: relative;
  background-color: #0b0c0c;
  padding: 10rem 0;
  font-size: 1.4rem; }
  .footer__logo-box {
    position: relative;
    padding-bottom: 5rem;
    width: 70%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    margin-bottom: 5rem;
    border-bottom: 1px solid #e6e6e6; }
  .footer__logo {
    width: 8rem;
    height: auto; }
  .footer__navigation {
    padding-top: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
    @media only screen and (max-width: 37.5em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
  .footer__list {
    font-family: Consola;
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 3.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #e6e6e6;
    text-decoration: none;
    display: inline-block; }
  .footer__link:hover, .footer__link:active {
    color: #4bcaf6; }
  .footer__copy {
    font-family: Consola;
    font-size: 1.4rem;
    color: #e6e6e6;
    padding-top: 2rem;
    line-height: 2rem;
    float: right; }
    @media only screen and (max-width: 56.25em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }
    @media only screen and (max-width: 37.5em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 60rem;
      padding: 0 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .row {
      max-width: 40rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.header {
  height: 85vh;
  background-size: cover;
  background-color: #f4f4f4;
  position: relative; }
  .header__logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .header__logo-box--dbtxt {
      position: absolute;
      height: 10rem;
      z-index: 2; }
      @media only screen and (max-width: 56.25em) {
        .header__logo-box--dbtxt {
          height: 9rem; } }
      @media only screen and (max-width: 37.5em) {
        .header__logo-box--dbtxt {
          height: 7rem; } }
    .header__logo-box--gctxt {
      position: absolute;
      top: 7rem;
      height: 2rem;
      z-index: 2; }
      @media only screen and (max-width: 56.25em) {
        .header__logo-box--gctxt {
          height: 2rem; } }
      @media only screen and (max-width: 37.5em) {
        .header__logo-box--gctxt {
          height: 1.6rem;
          top: 5rem; } }
    .header__logo-box--sqshape {
      position: absolute;
      height: 30rem;
      z-index: 1; }
      @media only screen and (max-width: 56.25em) {
        .header__logo-box--sqshape {
          height: 25rem; } }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #34495e;
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 4.1rem;
  right: 4.1rem;
  z-index: 2001;
  box-shadow: 0 1rem 3rem #000 .6;
  text-align: center; }

.navigation__background {
  height: 4rem;
  width: 4rem;
  position: fixed;
  top: 4.5rem;
  right: 4.5rem;
  background-color: #e97063;
  opacity: 0.95;
  z-index: 200;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 250;
  opacity: 0;
  width: 0%;
  transition: opacity 3.3s; }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 2rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-family: Consola;
  font-size: 2rem;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #a3a9ac 50%);
  padding: 1rem 3rem;
  background-size: 230%;
  transition: all .4s; }

.navigation__link:hover, .navigation__link:active {
  color: white;
  background-position: 100%;
  text-shadow: 0 1rem 3rem #000 .6; }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100); }

.navigation__checkbox:checked ~ .navigation__nav {
  transition-delay: 0.4s;
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 2.3rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 4px;
    background-color: white;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; }
  .navigation__icon::before {
    top: -1rem; }
  .navigation__icon::after {
    top: 1rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1.2rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1.2rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.intro {
  position: relative;
  background-color: #f4f4f4;
  padding: 5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .intro {
      padding: 2rem 0; } }
  .intro__introduction {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40rem; }
    .intro__introduction--text {
      font-family: Playfair Display;
      font-size: 1.6rem; }

.brief {
  position: relative;
  background-color: #f4f4f4;
  padding: 5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .brief {
      padding: 2rem 0; } }

.type-dev {
  position: relative;
  background-color: #f4f4f4;
  padding: 2rem 3rem; }
  @media only screen and (max-width: 56.25em) {
    .type-dev {
      padding: 1rem 2rem; } }

.page-break {
  position: relative;
  background-color: #f4f4f4;
  padding: 5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .page-break {
      padding: 2rem 0; } }

.graphic-development {
  position: relative;
  background-color: #f4f4f4;
  padding: 2rem 3rem; }
  @media only screen and (max-width: 56.25em) {
    .graphic-development {
      padding: 1rem 2rem 26rem 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .graphic-development {
      padding: 4rem 2rem 6rem 2rem; } }

.live-examples {
  position: relative;
  background-color: #f4f4f4;
  padding: 5rem 0; }
  @media only screen and (max-width: 56.25em) {
    .live-examples {
      padding-bottom: 4rem; } }
