/*********NORMALIZE*******/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main { 
  display: block;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}

pre {
  font-family: monospace, monospace; 
  font-size: 1rem; 
}

a {
  background-color: transparent; 
  -webkit-text-decoration-skip: objects; 
}

abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; 
  font-size: 1rem; 
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
  border: none;
}

button,
input { 
  overflow: visible;
}

button,
select { 
  text-transform: none;
}

button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}

progress {
  display: inline-block; 
  vertical-align: baseline; 
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}

details, 
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*********GENERAL*********/

* {
    box-sizing: border-box;
}

blockquote, body, button, dd, dl, figure, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: underline;
    display: block;
    color: #9c2169;
}

p a {
    display: inline-block;
}

button, select, input, textarea,
button:focus, select:focus, input:focus, textarea:focus,
button:active, select:active, input:active, textarea:active,
a, a:active, a:focus
{outline: none;}

a, button, input, select, textarea, .burger, label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

img, video {
    max-width: 100%;
    width: 100%;
}

p {
    padding-top: 1rem;
    line-height: 1.8;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, 
select::-webkit-input-placeholder {
  color: #a4a4a4;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #a4a4a4;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a4a4a4;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder{
  color: #a4a4a4;
}

body {
    font-family: 'geomanistregular', sans-serif;
    font-size: 1rem;
    color: #93afbb;
    background-color: #1F1B45;
}

@-webkit-keyframes autofill {
    to {
        background: white;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


.site_section {
    padding: 12rem 0;
}

.row {
    height: 100%;
}

/*FONTS*/

/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../font/montserrat-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v18-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../font/montserrat-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../font/montserrat-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v18-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../font/montserrat-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v18-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}



/* Flexbox Grid */

.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48rem) {
  .container {
    width: 46rem;
  }
}

@media only screen and (min-width: 62rem) {
  .container {
    width: 61rem;
  }
}

@media only screen and (min-width: 84rem) {
  .container {
    width: 80rem;
  }
}

/*********NAVIGATION*********/

/*NAVIGATION*/

header {
    padding: 1rem 0;
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.logo-wrap a {
    display: inline-block;
}
    
.logo-wrap img.logo {
    width: 10rem;
    margin-left: 1rem;
}

.nav-menu {
    text-align: right;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #56b6aa;
    font-size: 1.2rem;
    margin-left: 2rem;
}

header .col-xs-8 {
    text-align: right;
}

header .col-xs-8 .pot {
    padding: 1rem;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    position: relative;
}

header .col-xs-8 .pot span:first-child {
    background-color: #60cbbd;
    padding: 1rem;
    color: #1d1c1c;
    border-radius: 10px 0 0 10px;
}

header .col-xs-8 .pot span:last-child {
    background-color: #93a4c2;
    padding: 1rem;
    background-color: #262b3f;
    color: #60cbbd;
    border-radius: 0 10px 10px 0;
}

/*header .col-xs-8 .pot:before {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 45%;
    left: 0;
    border-radius: 50%;
    background-color: #be011f;
    margin-right: 0.5rem;
    background-image: url(../img/button.png);
    background-repeat: none;
    background-size: cover;
}*/

@media only screen and (max-width: 75rem) {


    
}

@media only screen and (max-width: 62rem) {


    
}

@media only screen and (max-width: 48rem) {

.desktop, header nav.col-xs-8 {
    display: none;
}
    
header .col-xs-8 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}
    
.logo-wrap .col-xs-4 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    padding-left: 1rem;
}
    
header .col-xs-8 .pot span:first-child, header .col-xs-8 .pot span:last-child {
    background: none;
    color: #d2f4fe;
    padding: 0;
    display: block;
}
    
header .col-xs-8 .pot span:first-child {
    color: #60cbbd;
}
    
}

@media only screen and (max-width: 30rem) {
    
.logo-wrap img.logo {
    width: 8rem;
}    
    
}

/*HOME*/

#main_hero_content .container {
    min-height: 90vh;
    padding-top: 22rem;
    padding-bottom: 15rem;
}

#main_hero_content {
    background-image: url(../img/firo-runner-hero.png), url(../img/clouds.png), url(../img/gradient.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom right, top left, center center;
    background-size: 70%, cover, cover;
}

#main_hero_content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 5rem;
    color: #d2f4fe;
}

#main_hero_content h3 {
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #93afbb;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#main_hero_content .pot {
    border: 2px solid #bd0120;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: #bd0120;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

#main_hero_content .pot:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #be011f;
    margin-right: 1rem;
    background-image: url(../img/button.png);
    background-repeat: none;
    background-size: cover;
}

a.btn {
    display: inline-block;
    padding: 1.5rem 2rem;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 2%;
    font-size: 1.2rem;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 2rem;
    text-transform: uppercase;
    width: 25rem;
    text-align: center;
    border: 2px solid #60cbbd;
}

a.btn_trans:hover, a.btn_trans:focus, a.btn_trans:active {
    background-color: #9c2169;
    color: #f2f3ef;
}

.primary-btn {
    background-color: #60cbbd;
    color: #1F1B45;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
}

.secondary-btn {
    color: #60cbbd;
    background-color: #262252;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 18px 0px rgba(255,255,255,0.2);
}

.rules {
    background-color: #1F1B45;
}

.rules li:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #be011f;
    margin-right: 1rem;
    background-image: url(../img/button.png);
    background-repeat: none;
    background-size: cover;
}

.howto {
    background-color: #181537;
}

.howto .col-xs-6 {
    margin-top: 6rem;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
}

.howto .col-xs-6 img {
    width: 5rem;
}

.howto .col-xs-6 p.action {
    font-size: 2rem;
    font-weight: 900;
    color: #d2f4fe;
    padding-top: 0;
    text-transform: uppercase;
}

.howto .col-xs-6 p.description {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    color: #d2f4fe;
    margin-bottom: 1rem;
}

li.body-text, p.body-text {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 1rem;
}




@media only screen and (max-width: 80rem) {
    
#main_hero_content {
    background-size: 90%, cover, cover;
}
    
#main_hero_content h1 {
    font-size: 4rem;
}
    
#main_hero_content h3, li.body-text, p.body-text, .howto .col-xs-6 p.description {
    font-size: 1.6rem;
}
    
a.btn {
    width: 22rem;
}
    
h2 {
    font-size: 3rem;
}
    
}

@media only screen and (max-width: 62rem) {

#main_hero_content .container {
    min-height: 90vh;
    padding-top: 10rem;
    padding-bottom: 15rem;
}
    
.rules .col-xs-5 {
    display: none;
}
    
.rules .col-xs-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
    
.nav-menu li a {
    font-size: 1rem;
}
    
}

@media only screen and (max-width: 48rem) { 
    
.logo-wrap img.logo {
    margin: 0;
}    
    
#main_hero_content .container {
    padding: 12rem 1.5rem 20rem 1.5rem;
    min-height: auto;
    text-align: center;
}
    
#main_hero_content .container .row.middle-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
    
#main_hero_content .container .row .col-xs-7 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
}
    
#main_hero_content {
    background-size: 90%, cover, cover;
}
 
.site_section {
    padding: 7rem 1.5rem;
}
    
#main_hero_content h3, li.body-text, p.body-text, .howto .col-xs-6 p.description {
    font-size: 1.4rem;
}
    
h2 {
    font-size: 2.5rem;
}
    
.howto .col-xs-6 p.action {
    font-size: 1.6rem;
}

    
}

@media only screen and (max-width: 37rem) {
    
a.btn {
    width: 100%;
    border-radius: 60px;
    line-height: 1.5;
    padding: 1rem;
}

.howto .col-xs-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 4rem;
}
    
}

@media only screen and (max-width: 30rem) {
    
#main_hero_content h1 {
    font-size: 3rem;
}
    
a.btn {
    margin-top: 1rem;
}

#main_hero_content .container {
    min-height: auto;
    padding: 10rem 1.5rem 17rem 1.5rem;
}
    
#main_hero_content {
    background-size: 110%, cover, cover;
}
 
    
}

footer {
    background: #100e26;
    padding: 3rem 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
