@import "./fonts/fonts.css";

html {
  font-feature-settings: "kern", "liga", "clig", "calt";
  font: 400 1.05em/2em 'hk_groteskregular', serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

html,body{
  font-size: 18px;
}

body {
  margin: 0;
  color: #222;
  background-color: #F7F7F7;
  font-weight: normal;
  word-wrap: break-word;
  font-kerning: normal;
  height: 100%;
  font-feature-settings: "kern", "liga", "clig", "calt";
  font: 400 1.05em/2em 'hk_groteskregular', serif;
  letter-spacing: .015em;
}

* {
  box-sizing: inherit;
}

*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
h1 {
  margin: 0px 0px 10px 0px;
  line-height: 1.06;
  color: #222;
  font-family: 'hk_groteskbold', sans-serif;
  font-size: 3rem;
  line-height: 1.4em;
  letter-spacing: .5px;
}
h2 {
  color: inherit;
  color: #222;
  font-size: 29px;
  line-height: 1.6em;
  font-weight: 500;
  font-family: 'hk_groteskregular', sans-serif;
  margin: 0px 0px 30px 0px;
}
h3 {
  font-family: 'hk_groteskregular', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: .5px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
}
h4 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: 'hk_groteskregular', sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.1;
}
h5 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: 'hk_groteskregular', sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.85028rem;
  line-height: 1.1;
}
h6 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: 'hk_groteskregular', sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.78405rem;
  line-height: 1.1;
}


div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

p{
  font-family: 'hk_groteskregular';
}

.guide{
  display: flex;
  justify-content: center;
}

.guide__form{
  max-width: 900px;
}

.guide_form >  h1{
  text-align: center;
}

.starter-day{
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
  max-width: 400px;
  cursor: pointer;
  color: #222;
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.starter-day:hover{
  color: #182628;
  text-decoration: none;
  border: 1px solid #ff62a0;
}

@media (min-width: 768px) {  
  .starter-day{
    margin-bottom: 20px;
  }
}

.starter-day > h3{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  margin-bottom: 0px;
}

.starter-day > p{
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.starter-day__img{
  width: 100%;
}

.starter-day:hover > .starter-day__play {
  background-color: #ff62a0;
  border: 5px solid #ff62a0;
  display: block;
}

.starter-day__play{
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #222;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  display: none;
}

.starter-day > span{
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 80px;
  padding: 20px;
  font-family: 'hk_groteskbold';
  font-size: 2rem;
  text-transform: uppercase;
  margin: 20px;
  text-align: center;
}

.starter-day > h2{
  position: absolute;
  top: 0px;
  left: 20px;
  font-family: 'hk_groteskblack';
  font-size: 2.2rem;
  text-transform: uppercase;
}

h2.starter-day__title--light{
  color: #fff;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  display: block;
}

.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

.main{
  max-width: 1000px;
  margin: 0 auto;
}

div.row{
  margin-left: 0px;
  margin-right: 0px;
}

.guide-hero {
  display: flex;
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #D1D5DA;
}

.guide-hero__title {
  margin-bottom: 5px;
  line-height: 1.06;
  color: #222;
  font-family: 'hk_groteskbold', sans-serif;
  letter-spacing: -5px;
  text-align: center;
  font-size: 60px;
  text-transform: capitalize;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .guide-hero__title {
    font-size: 3.6rem;
 }

}
.guide-hero__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;

}

@media (min-width: 768px) {
  .guide-hero__img {
    margin-bottom: 0px;
 }
}

.guide-hero__img {
  max-width: 250px;
}

@media (min-width: 768px) {
  .guide-hero__img {
    max-width: 400px;
 }
}


.guide-follow{
  background-color: #006B8C;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.guide-follow > h2{
  color: #fff;
  font-weight: bold;
}

.guide-flow__grid{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-bottom: 20px;
}

.guide-follow__social{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  color:#222;
  text-decoration: none;
}

.guide-follow__social:hover{
  color:#fff;
  text-decoration: none;
}

.guide-follow__img-youtube-hover{
  display: none;
}

.guide-follow__img-facebook-hover{
  display: none;
}

.guide-follow__img-insta-hover{
  display: none;
}

.guide-follow__social:hover > .guide-follow__img-youtube-hover{
  display: block;
}

.guide-follow__social:hover > .guide-follow__img-insta-hover{
  display: block;
}

.guide-follow__social:hover > .guide-follow__img-facebook-hover{
  display: block;
}


.guide-follow__social:hover > .guide-follow__img-youtube{
  display: none;
}

.guide-follow__social:hover > .guide-follow__img-insta{
  display: none;
}

.guide-follow__social:hover > .guide-follow__img-facebook{
  display: none;
}


@media (min-width: 768px) {
  .guide-follow__social{
    flex-direction: row;
  }
  .guide-follow__social{
    padding-left: 20px;
    padding-right: 20px;
  }
  .guide-follow__img-insta{
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-follow__img-youtube{
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-follow__img-insta-hover{
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-follow__img-youtube-hover{
    padding-left: 10px;
    padding-right: 10px;
  }


}

  .guide-follow__img-facebook{
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-follow__img-facebook-hover{
    padding-left: 10px;
    padding-right: 10px;
  }


h2{
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'hk_grotesklight', sans-serif;
  text-align: center;
}

h2 > span{
  font-family: 'hk_groteskblack', sans-serif;
  text-transform: uppercase;
}

.guide-join{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #006B8C;
}

.guide-join > h2{
  color: #fff;
}

.guide-join__social{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.guide-join__social > img{
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  max-width: 687px;
}

.guide-join__social:hover{
  text-decoration: none;
}

.guide-join__social:hover > span{
  background-color: #ff62a0;
  color: #fff;
}

.guide-join__social > span{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222222;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}