* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  background: #fff;
  background-size: cover;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #333332;
  line-height: 1.45;
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  /* Toggle button */
  /* inputs */ }
  body h1 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 52px;
    display: block;
    text-align: center; }
  body h1, body h2, body h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
  body h3 {
    margin: 0; }
  body a, body .clickable {
    font-weight: bold;
    color: #27C317;
    text-decoration: underline; }
  body a:hover, body .clickable:hover {
    color: #98DF2E;
    cursor: pointer; }
  body #everything-but-footer {
    min-height: 100%;
    margin-bottom: -40px; }
  body #everything-but-footer:after {
    content: "";
    display: block; }
  body #footer, body #everything-but-footer:after {
    height: 40px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 5px;
    color: #2c3e50; }
  body #header {
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: right;
    font-size: 18px;
    padding-top: 10px; }
  body #header-logo {
    width: 30px;
    float: left; }
  body #header-logo:hover {
    cursor: pointer; }
  body #content {
    margin-bottom: 30px; }
  body #logo {
    width: 100px;
    margin: 0 auto;
    padding: 10px 0; }
  body .error {
    color: #d35400;
    text-align: center; }
  body .info {
    color: #22A65A;
    text-align: center; }
    body .info ul {
      list-style-type: none; }
  body .page-title {
    text-align: center; }
  body .button {
    background-color: #333332;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 10px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 7px solid #333332;
    transition: border 0.1s ease; }
  body .button:hover {
    background-color: #112112;
    border: 7px solid #98DF2E; }
  body .small-text {
    font-size: 18px; }
  body .no-margin {
    margin: 0; }
  body .side-padded {
    padding-left: 20px;
    padding-right: 20px; }
  body .float-right {
    float: right; }
  body .float-left {
    float: left; }
  body .hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  body .hvr-grow-rotate:hover, body .hvr-grow-rotate:focus, body .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg); }
  body .hvr-grow-rotate-heavy {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  body .hvr-grow-rotate-heavy:hover, body .hvr-grow-rotate-heavy:focus, body .hvr-grow-rotate-heavy:active {
    -webkit-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg); }
  body .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  body .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }
  body input.cmn-toggle-round + label {
    padding: 2px;
    width: 80px;
    height: 40px;
    background-color: #dddddd;
    border-radius: 40px; }
  body input.cmn-toggle-round + label:before,
  body input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  body input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #C98A29;
    border-radius: 40px;
    transition: background 0.4s; }
  body input.cmn-toggle-round + label:after {
    width: 38px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s; }
  body input.cmn-toggle-round:checked + label:before {
    background-color: #98DF2E; }
  body input.cmn-toggle-round:checked + label:after {
    margin-left: 40px; }
  body input[type="text"], body input[type="password"] {
    display: block;
    margin: 10px 0;
    padding: 13px;
    width: 100%;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: solid 2px #C5C8C9; }
  body input[type="text"]:focus, body input[type="password"]:focus {
    outline: none;
    appearance: none;
    border: solid 2px #27C317; }
  body #form-info {
    width: 400px;
    max-width: 95%;
    margin: 0 auto; }
  body #register-form, body #login-form, body #reset-password-form, body #unsubscribe-form {
    width: 400px;
    padding: 42px 50px 50px 50px;
    max-width: 95%;
    margin: 0 auto;
    background-color: #ecf0f1;
    border: 1px solid #C5C8C9; }
    body #register-form ul, body #login-form ul, body #reset-password-form ul, body #unsubscribe-form ul {
      padding: 0;
      margin: 0; }
    body #register-form li, body #login-form li, body #reset-password-form li, body #unsubscribe-form li {
      list-style-type: none; }
    body #register-form input[type="submit"], body #login-form input[type="submit"], body #reset-password-form input[type="submit"], body #unsubscribe-form input[type="submit"] {
      width: 100%; }
  body #create-theme-form {
    width: 500px;
    padding: 42px 50px 50px 50px;
    max-width: 95%;
    margin: 0 auto;
    background-color: #ecf0f1;
    border: 1px solid #C5C8C9; }
    body #create-theme-form ul {
      padding: 0;
      margin: 0; }
    body #create-theme-form li {
      list-style-type: none; }
    body #create-theme-form input[type="submit"] {
      width: 100%; }
  body #profile p:first-of-type {
    margin-top: 0; }
  body #profile .section {
    margin-top: 60px;
    margin-bottom: 0; }
  body #profile .profile-fun-logos {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px; }
  body #editor {
    background-color: #F5F5F0; }
    body #editor hr {
      width: 30%; }
  body #editor:focus {
    outline: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.42); }
  body #stats {
    display: none; }
  body .stats-number {
    font-size: 40px;
    font-weight: bold; }
  body #story hr {
    width: 30%; }
  body #user-stories hr {
    margin: 0; }
  body #user-stories h2 {
    margin-bottom: 0; }
  body #user-stories .light {
    opacity: 0.2;
    margin: 0;
    padding: 0; }
  body #user-stories .one-story {
    padding: 0px 20px;
    border-radius: 5px; }
  body #user-stories .one-story:hover {
    background: #ecf0f1; }
  body #leaderboards h2 {
    margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
