@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Teko:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Averta:300,400,700,900");

body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #111;
}

ul,
ol,
li,
p {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

a,
a:hover {
  color: #c43d2f;
}

.clearfix {
  overflow: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*********************************************************************************
                                   Global styles
*********************************************************************************/

/*********************************************************************************
                                 Specific styles
*********************************************************************************/
.main-header {
  background-color: rgba(17, 17, 17, 0.8);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.bg-faded {
  background: transparent;
}

.col-4 {
  max-width: 33.3333%;
  display: block;
  padding: 0;
}

.nav-grid {
  align-items: center;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  height: 65px;
  padding: 0;
  text-align: center;
  margin: auto;
}

.navbar-brand img {
  width: auto;
  height: 100%;
  padding: 20px 0px;
}

.nav-text p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  margin-top: 3px;
}

.nav-btn .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.btn-wrapper {
  text-align: center;
  font-size: 10px;
}

.nav-btn a {
  background: #9648cd;
  background-image: none;
  color: #fff;
  font-size: 1.8em;
  padding: 5px 16px;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.nav-btn a:hover {
  background: #8730c4;
}

.home-container {
  background: #111 url("../img/homepage-big.jpg") top center;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  overflow-x: hidden;
  background-size: cover;
  display: block;
}

.main-content {
  width: 66%;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 15px;
  box-shadow: 5px 5px 5px #000;
  margin: 110px 0 150px;
}

.home-container h1:first-of-type {
  font-size: 180px;
  font-weight: 1000;
  letter-spacing: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  line-height: 100px;
  text-transform: uppercase;
  color: #f8c833;
}

.home-container h1 {
  margin-bottom: 10px;
  font-size: 120px;
  line-height: 145px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}

.home-container h2 {
  margin-top: 15px;
  font-size: 40px;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  font-family: "Teko";
}

.home-container h3 {
  margin: 20px 0;
  text-transform: none;
  font-size: 30px;
  color: #f3e082;
}

.home-container h4 {
  text-transform: none;
  font-size: 25px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  line-height: 30px;
}

.home-container .btn {
  font-size: 0;
}

.home-container .btn {
  display: inline-block;
}

.home-container .btn {
  text-decoration: none;
  color: rgb(2, 2, 2);
  background-color: #f8c833;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: none;
  width: 300px;
  text-transform: uppercase;
  border-radius: 3px !important;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}

.home-container .btn:hover {
  background-color: #8730c4;
}

.three-row {
  align-items: center;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}

section.steps,
section.rules {
  color: #fff;
  margin-bottom: 70px;
}

section.steps h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #83c400;
  margin-bottom: 30px;
}

.steps {
  margin-top: 30px;
}

.steps h3 {
  margin: 0;
}

.col-3-md-12 {
  display: block;
  max-width: 25%;
  flex-basis: 25%;
}

.step {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}

.col-3-top {
  display: block;
  flex-basis: 25%;
  max-width: 25%;
  align-self: flex-start;
  flex: 1 1 0%;
  box-sizing: border-box;
  padding: 10px 5px;
}

.step-number {
  font-size: 65px;
  font-family: "Lato", sans-serif;
  color: #acacac;
  margin: 0;
  text-align: right;
}

.col-9 {
  display: block;
  flex-basis: 75%;
  max-width: 75%;
  flex: 1 1 0%;
  box-sizing: border-box;
  padding: 30px 10px;
}

.col-9 h3 {
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}

.step-text p {
  text-transform: none;
  text-align: left;
}

.home-container .rules h3 {
  font-size: 13px;
  margin-bottom: 20px;
}

.home-container .rules {
  margin: 70px 0 20px;
  text-align: left;
  text-transform: none;
  max-width: 1200px;
  background-color: rgba(17, 17, 17, 0.8);
  padding: 15px;
}

.home-container .rules ul {
  padding-left: 15px;
}

.home-container .rules ul li {
  font-size: 11px;
}

.rules ul li a {
  color: #ccc;
}

.rules ul li a:hover {
  color: #fff;
}

body #launcher {
  display: none;
}

body.logedin #launcher {
  position: fixed;
  display: block;
  width: 200px !important;
  height: 40px;
  bottom: 0;
  left: 10px !important;
  margin: 0 !important;
  background-color: #c43d2f !important;
  z-index: 99999;
}

#footer {
  height: auto;
  background: #111;
  text-indent: 0;
  padding: 10px;
}
#footer-wrapper {
  width: 90%;
  height: auto;
  padding-bottom: 0;
  margin: 0 5%;
}

#footer-links {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
}

#footer-links a {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 10px;
  color: #ccc;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#footer-links a:hover {
  color: #fff;
}

#authority,
#apps {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  color: #666;
  text-align: center;
}

#authority > img,
#apps > img {
  height: 30px;
  margin: 0 10px;
  opacity: 0.5;
}

#authority > a,
#apps > a {
  display: inline-block;
  height: 30px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#authority > a:hover,
#apps > a:hover {
  opacity: 1;
}

#authority > a img,
#apps > a img {
  height: 40px !important;
  margin: 20px 10px;
}

#legal {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  color: #888;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}

#legal a {
  color: #666;
  text-decoration: none;
}

/*********************************************************************************
                                 Helper Classes
*********************************************************************************/

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:focus {
  outline: 0 !important;
}

/*********************************************************************************
                                 Responsive
*********************************************************************************/

@media screen and (max-width: 992px) {
  .home-container {
    background: #111 url("../img/homepage-big.jpg") top left;
  }
  .main-header {
    min-height: 70px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .nav-text p {
    display: none;
  }
  .main-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
  }

  .navbar-brand {
    width: 162px;
  }

  .navbar-brand img {
    padding: 22px 10px;
  }

  .navbar-collapse {
    border-top: 1px solid #732719;
    padding: 10px 0;
  }

  main .home-container {
    padding-top: 70px !important;
  }

  .home-container {
    background: #111 url("../img/homepage-mobile.jpg") top center;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    overflow-x: hidden;
    background-size: cover;
    display: block;
  }

  .home-container h1:first-of-type {
    font-size: 90px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 36px;
  }

  .home-container h1 {
    margin-bottom: 50px;
    font-size: 80px;
    line-height: 80px;
  }

  .home-container h2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .home-container h3 {
    margin: 50px 0;
    text-transform: none;
    font-size: 20px;
  }

  section.steps h2 {
    font-size: 30px;
  }

  .steps {
    margin-top: 100px;
  }

  .col-3-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  #footer-links a {
    font-size: 10px;
    margin: 0 5px;
  }
  #authority > a img {
    height: 20px !important;
  }
  #legal {
    font-size: 9px;
  }
}

@media screen and (max-width: 660px) {
  .home-container h1:first-of-type {
    font-size: 90px;
    line-height: 40px;
  }

  .home-container h1 {
    margin: 0 0 40px;
    font-size: 80px;
    line-height: 70px;
  }

  .home-container h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .home-container h3 {
    margin: 30px 0 20px;
    text-transform: none;
    font-size: 18px;
  }

  .home-container .btn {
    width: 240px !important;
    font-size: 24px;
  }

  .home-container .rules {
    margin-top: 30px;
  }
}

@media screen and (max-width: 520px) {
  .home-container h1:first-of-type {
    font-size: 90px;
    line-height: 32px;
  }

  .home-container h1 {
    font-size: 78px;
    line-height: 70px;
    margin: 0 0 50px;
  }

  .home-container h2 {
    margin-top: 20px;
    font-size: 20px;
  }

  .home-container h3 {
    margin: 30px 0 20px;
    text-transform: none;
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .home-container h1:first-of-type {
    font-size: 36px;
    line-height: 36px;
  }
  .home-container h1 {
    font-size: 85px;
    line-height: 70px;
    margin: 0 0 50px;
  }

  .home-container h2 {
    margin-top: 20px;
    font-size: 17px;
  }

  .home-container h3 {
    margin: 30px 0 20px;
    text-transform: none;
    font-size: 18px;
  }
  section.steps h2 {
    font-size: 30px;
  }
  .home-container .rules h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-container .rules ul li {
    font-size: 11px;
  }

  #authority > img {
    height: 26px;
  }

  #apps > a {
    opacity: 1;
  }
}

@media screen and (max-width: 400px) {
  .home-container h1:first-of-type {
    font-size: 38px;
    line-height: 41px;
  }

  .home-container h1 {
    font-size: 55px;
    line-height: 50px;
    margin: 0 0 50px;
  }

  .home-container h2 {
    margin-top: 20px;
    font-size: 15px;
  }

  .home-container .btn {
    width: 200px !important;
    font-size: 20px;
  }

  #authority > img {
    height: 22px;
  }
}

@media screen and (max-width: 360px) {
  .home-container h1:first-of-type {
    font-size: 35px;
    line-height: 35px;
  }

  .home-container h1 {
    font-size: 85px;
    line-height: 70px;
    margin: 0 0 50px;
  }

  .home-container h2 {
    margin-top: 20px;
    font-size: 15px;
  }

  #authority > img {
    height: 22px;
  }
}
