/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
main {
  font-family: 'Comfortaa', cursive;
  display: flex;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap:.1vw;
  overflow-x: hidden;
  }
.b {
  grid-column: 1/1;
  grid-row: 1/3;
  font-size: 12rem;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
.o {
  grid-column: 1/4;
  grid-row: 1/4;
  font-size: 30rem;
  z-index: 2;
  justify-content: center;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
.u {
  grid-column: 3/5;
  grid-row: 4/6;
  font-size: 16rem;
  z-index: 1;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
.n {
  grid-column: 4/5;
  grid-row: 3/5;
  font-size: 8rem;
  z-index: 1;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
.c {
  grid-column: 2/5;
  grid-row: 1/2;
  font-size: 40rem;
  z-index: 2;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
.e {
  grid-column: 5/6;
  grid-row: 3/4;
  font-size: 18rem;
  justify-content: right;
  font-family: 'Comfortaa', cursive;
  padding-top: 5%;
}
h1 {
  font-family: 'Comfortaa', cursive;
  font-size: 13.5rem;
  line-height: 1em;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5vh;
}
h2 {
  font-family: 'Comfortaa', cursive;
  font-size: 8.5em;
  line-height: 1em;
  font-weight: 400;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5vh;
  letter-spacing: -.2rem;
}
p{
  font-family: 'Comfortaa', cursive;
  font-size: 7.5rem;
  line-height: 1em;
  letter-spacing: normal;
  justify-content: center;
  max-width: 69%;
  margin: 0 auto;
}
p:nth-of-type(1){
  font-size: 5rem;
}
p:nth-of-type(2){
  font-size: 3.5rem;
}
p:nth-of-type(3){
  font-size: 2.5rem;
}
p:nth-of-type(4){
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.5em;
}
p:nth-of-type(5){
  font-size: 7rem;
  padding-bottom: 10vh;
  letter-spacing: 2rem;
  line-height: 1.5em;
}

header{
  top: 10px;
  right: 10px;
  left: 120px;
  z-index: 1;
}
.nav{
  position: absolute;
  top: 8px;
  right: 16px;
  font-size:3rem;
  padding: 10px;
  color: rgb(215, 195, 60);
}
.nav:nth-of-type(1){
  font-family: 'Comfortaa', cursive;
  top: 8px;
  right: 110px;
  background-color: lightblue;
  z-index: 2;
  padding: 11px;
  color: rgb(215, 195, 60);
}
.nav:nth-of-type(2){
  font-family: 'Gentium Book Basic', serif;
  top: 8px;
  right: 65px;
  background-color: lightblue;
  z-index: 2;
  color: rgb(215, 195, 60);
}
.nav:nth-of-type(3){
  font-family: 'Oxygen', sans-serif;
  top: 8px;
  right: 18px;
  background-color: lightblue;
  z-index: 2;
  color: rgb(215, 195, 60);
}
/* Change the link color on hover */
header a:hover {
  color: white;
  text-decoration: none;
}
