
html {
  font-family: "TT-norms medium";
  font-size: 62.5%;
  overflow-y: scroll;
  box-sizing: border-box;
  height: 100%;
  text-rendering: geometricPrecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: Georgia, Times, "Times New Roman",
  serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  height: 100%;
  margin: 0;
  background: #F8C2BE;
  color: #5C0F37;
}




/* // home link in header */
.home-link {
  z-index: 10;
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: auto;
}


/* // logo in header */
.logo-head {
  width: 7.75rem;
  height: auto;
  position: relative;
  top: 2rem;
  left: 2rem;
}

h1,
h2 {
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0.5rem 0;
  color: #5C0F37;
  text-transform: uppercase;
}


h1 {
  font-family: "RFSU Tungsten";
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1rem;

}

p {
  font-family: Georgia, Times, "Times New Roman",
  serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5C0F37;
}

p .italic-quote {
  font-size: 110%;
  font-style: italic;
}


h2 {
  font-family: "TT-norms bold";
  font-size: 1.35rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;

}


.colorback {
  width: 100%;
  position: relative;
}

.text-wrap {
  text-align: center;
  position: relative;
  margin-top: 10rem;
  padding: 0 1.5rem 5rem;


}

.flag img {
  margin: .25rem;
  width: 6rem;
  height: 4rem;
}

/* //------------------------------------// */
/* // DESKTOP */
/* //------------------------------------// */

@media (min-width:768px) {

  .colorback {
    width: 100%;
    background: #F8C2BE;;
    position: fixed;
    overflow: hidden;
    height: 100vh;
  }
  
  .text-wrap {
    max-width: 80rem;
    margin: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    /* compensate the offset */
    transform: translate(-50%, -50%);
  }

  .flag img {
    margin: .45rem;
    width: 8rem;
    height: 6rem;
  }

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1.6rem;
  }



}
