@import url(https://fonts.googleapis.com/css?family=Anton);

/* You can add global styles to this file, and also import other style files */
/**
 * the sticky footer mixin
 **/
/* Colors */
/* Playertype Colors */
/* Values */
h1 {
  text-align: center;
  font-size: 2em;
}
h2 {
  text-align: center;
  font-size: 1em;
}
@-webkit-keyframes boom {
  25% {
    transform: scale(1.25);
  }
}
@keyframes boom {
  25% {
    transform: scale(1.25);
  }
}
button {
  height: 44px;
  width: 100%;
  border: 1px solid #0369B2;
  background: #0369B2;
  font-size: 1em;
  font-family: "CamphorStd-Bold";
  border-radius: 0.2em;
  color: white;
  transition: all 0.5s ease;
}
button:disabled {
  opacity: 0.5;
}
.bottom-button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 75px;
  margin-top: -75px;
  width: 100%;
  border-top: 1px solid #0369B2;
  background: white;
  z-index: 999;
}
.bottom-button-container.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-button-container .bottom-button-content {
  padding: 1em;
}
label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  transition-duration: 0.25s;
  font-size: 1.2em;
}
label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 5px;
  height: 15px;
  border: solid #e5eef5;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
  z-index: 999;
}
label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #0369B2;
  border-radius: 0.2em;
  z-index: 99;
}
label:active {
  transition-duration: 0;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label:after {
  background: #0369B2;
  -webkit-animation: boom 0.5s ease;
          animation: boom 0.5s ease;
}
input[type=checkbox]:checked + label:before {
  border-color: white;
}
input[type=checkbox]:disabled + label:after {
  transition: all 0.25s ease;
  opacity: 0.25;
}
input[type=checkbox]:disabled + label:before {
  transition: all 0.25s ease;
  opacity: 0.5;
}
input[type=checkbox]:enabled + label:after {
  transition: all 0.25s ease;
}
input[type=checkbox]:enabled + label:before {
  transition: all 0.25s ease;
}
@font-face {
  font-family: "CamphorStd-Thin";
  src: url('CamphorStd-Thin.eot?') format("eot"), url('CamphorStd-Thin.woff2') format("woff2"), url('CamphorStd-Thin.woff') format("woff"), url('CamphorStd-Thin.ttf') format("truetype"), url('CamphorStd-Thin.svg#CamphorStd-Thin') format("svg");
}
@font-face {
  font-family: "CamphorStd-Bold";
  src: url('CamphorStd-Bold.eot?') format("eot"), url('CamphorStd-Bold.woff2') format("woff2"), url('CamphorStd-Bold.woff') format("woff"), url('CamphorStd-Bold.ttf') format("truetype"), url('CamphorStd-Bold.svg#CamphorStd-Bold') format("svg");
}
body {
  font-family: "CamphorStd-Thin";
  border-top: 3px solid #0369B2;
  margin: 0;
  padding: 0;
}
#wrapper {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
}
#wrapper::after {
  clear: both;
  content: "";
  display: block;
}
#main {
  padding: 2em 2em 0 2em;
}
/* Loading Spinner
   =============== */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0369B2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ================== */
