/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,900&display=swap");
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

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;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
    End of _reset
*/
/*

    Stuff I like from BootStrap...

 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#00aef3), to(#e61b23));
  background: linear-gradient(to right, #00aef3 0%, #e61b23 100%);
}

body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  display: -ms-grid;
  display: grid;
  grid-template: "m m m m m m m m" "f f f f f f f f";
  -ms-grid-rows: auto min-content;
      grid-template-rows: auto -webkit-min-content;
      grid-template-rows: auto min-content;
}

main {
  grid-area: m;
  display: -ms-grid;
  display: grid;
  grid-template: "dnc h h h h h h rnc" "dnc s s s s s s rnc" "dnc dg dg dg rg rg rg rnc" "dnc dg dg dg rg rg rg rnc" "dnc ds ds b b rs rs rnc";
  height: 100%;
  -ms-grid-rows: 2fr 1fr 4fr 4fr 3fr;
      grid-template-rows: 2fr 1fr 4fr 4fr 3fr;
  padding-bottom: 20px;
}

main h1,
main h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}

main h1 {
  grid-area: h;
  font-family: "Ubuntu";
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.4;
  color: ghostwhite;
  margin: auto 0;
}

main h3 {
  grid-area: s;
  font-family: "Ubuntu Condensed";
  font-size: 1.5rem;
  line-height: 1.4;
  color: ghostwhite;
  font-style: italic;
}

.dnc-title {
  grid-area: dnc;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 17rem;
  color: ghostwhite;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 auto;
  text-align: center;
}

.rnc-title {
  grid-area: rnc;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 17rem;
  color: ghostwhite;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: center;
}

.goBtn {
  grid-area: b;
  margin: auto auto;
  background-color: #786287;
  border-radius: 50%;
  border: 10px solid ghostwhite;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.goBtn span {
  text-align: center;
  color: ghostwhite;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 4rem;
}

.goBtnShadow {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
}

.winGlow {
  -webkit-box-shadow: 0px 0px 15px 15px rgba(79, 185, 79, 0.95);
          box-shadow: 0px 0px 15px 15px rgba(79, 185, 79, 0.95);
}

.dncScore {
  grid-area: ds;
  margin: auto auto;
  text-align: center;
  color: ghostwhite;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2.5rem;
}

.rncScore {
  grid-area: rs;
  margin: auto auto;
  text-align: center;
  color: ghostwhite;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2.5rem;
}

.dncDice {
  grid-area: dg;
  margin: auto auto;
}

.dncDice img {
  max-width: 300px;
  border-radius: 10%;
}

.rncDice {
  grid-area: rg;
  margin: auto;
}

.rncDice img {
  max-width: 300px;
  border-radius: 10%;
}

#contact {
  grid-area: f;
  background-color: #786287;
  padding: 20px;
  text-align: center;
  color: ghostwhite;
  font-size: 0.8rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.social i {
  font-size: 2rem;
  margin: 0.5% 1.5%;
}

.social {
  margin-bottom: 1%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .dnc-title,
  .rnc-title {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  main {
    grid-template: "h h h h h h h h" "s s s s s s s s" "dnc dg dg dg rg rg rg rnc" "dnc ds ds ds rs rs rs rnc" "b b b b b b b b";
  }
  .dice img {
    width: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .dice img {
    max-width: 250px;
  }
  .dnc-title,
  .rnc-title {
    font-size: 12rem;
  }
}

@media screen and (max-width: 950px) {
  main {
    grid-template: "h h h h h h h h" "s s s s s s s s" "dnc dg dg dg rg rg rg rnc" "dnc ds ds ds rs rs rs rnc" "b b b b b b b b";
  }
  .dice img {
    max-width: 200px;
  }
  .dnc-title,
  .rnc-title {
    font-size: 12rem;
  }
}

@media screen and (max-width: 830px) {
  .dice img {
    max-width: 250px;
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  main {
    grid-template: "h h h h h" "s s s s s" ". dg . rg ." ". ds . rs ." "b b b b b";
  }
  .dice img {
    max-width: 250px;
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  main {
    grid-template: "h h h h h h" "s s s s s s" "dg dg dg rg rg rg" "ds ds ds rs rs rs" "b b b b b b";
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
}

@media screen and (max-width: 740px) and (max-height: 360px) {
  main {
    grid-template: "dnc h h h h h rnc" "dnc s s s s s rnc" "dnc dg dg b rg rg rnc" "dnc ds ds b rs rs rnc";
    height: 75vh;
  }
  main h1 {
    font-size: 2rem;
  }
  main h3 {
    font-size: 1.5rem;
  }
  .dnc-title,
  .rnc-title {
    font-size: 5rem;
  }
  .dice img {
    max-width: 100px;
  }
  #contact {
    height: 25vh;
  }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
  main {
    grid-template: "h h h h" "s s s s" "dg dg rg rg" "ds ds rs rs" "b b b b";
    height: 75vh;
  }
  main h1 {
    font-size: 1.8rem;
  }
  main h3 {
    font-size: 1.2rem;
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
  .dncScore, .rncScore {
    font-size: 1.3rem;
  }
  .dice img {
    width: 100px;
  }
  #contact {
    height: 25vh;
  }
}

@media screen and (max-width: 568px) and (max-height: 320px) {
  main {
    grid-template: "dnc h h h h h rnc" "dnc s s s s s rnc" "dnc dg dg b rg rg rnc" "dnc ds ds b rs rs rnc";
  }
  main h1 {
    font-size: 2rem;
  }
  main h3 {
    font-size: 1.5rem;
  }
  .dnc-title,
  .rnc-title {
    font-size: 5rem;
  }
  .dice img {
    width: 75px;
  }
  #contact {
    height: 25vh;
  }
  .goBtn {
    width: 100px;
    height: 100px;
  }
  .goBtn p {
    font-size: 2rem;
  }
  .copyright {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 414px) and (max-height: 896px) {
  main {
    grid-template: "h h h h" "s s s s" "dg dg rg rg" "ds ds rs rs" "b b b b";
    height: 80vh;
  }
  main h1 {
    font-size: 1.8rem;
  }
  main h3 {
    font-size: 1.2rem;
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
  .dice img {
    max-width: 100px;
  }
  #contact {
    height: 20vh;
  }
}

@media screen and (max-width: 896px) and (max-height: 414px) {
  main {
    grid-template: "dnc h h h h h rnc" "dnc s s s s s rnc" "dnc dg dg b rg rg rnc" "dnc ds ds b rs rs rnc";
    height: 75vh;
  }
  main h1 {
    font-size: 2rem;
  }
  main h3 {
    font-size: 1.5rem;
  }
  .dnc-title,
  .rnc-title {
    font-size: 5rem;
  }
  .dice img {
    width: 100px;
  }
  #contact {
    height: 25vh;
  }
  .goBtn {
    width: 100px;
    height: 100px;
  }
  .goBtn span {
    font-size: 2rem;
  }
  .copyright {
    font-size: 0.6rem;
  }
}

@media screen and (max-height: 500px) {
  .goBtn {
    width: 100px;
    height: 100px;
  }
  .goBtn span {
    font-size: 2rem;
  }
  .social i {
    font-size: 1rem;
  }
  .copyright {
    font-size: 0.6rem;
  }
}

@media screen and (max-height: 650px) {
  main {
    grid-template: "h h h h h h" "s s s s s s" ". dg . b . rg ." ". ds . b . rs .";
  }
  .social i {
    font-size: 1rem;
  }
  .dice img {
    max-width: 200px;
  }
  .dnc-title,
  .rnc-title {
    display: none;
  }
  .copyright {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 350px) {
  #pricing header h2,
  #download h3,
  .social i {
    font-size: 1.75rem;
  }
}
/*# sourceMappingURL=style.css.map */