
html, body { 
  font: inherit; 
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, input[type=submit], .btn, .editor-label, .checked {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

h1 {
  font-size: 33px; /* IE8 */
  font-size: 2.2rem;
  font-size: 39px; /* IE8 */
  font-size: 2.6rem;
  margin: 15px 1px 8px 1px; /* IE8 */
  margin: 1rem 0.1rem 0.5rem 0.1rem;
  padding: 1px; /* IE8 */
  padding: 0.1rem;
}

h2 {
  font-size: 27px; /* IE8 */
  font-size: 1.8rem;
  margin: 15px 1px 5px 1px; /* IE8 */
  margin: 1rem 0.1rem 0.3rem 0.1rem;
  padding: 1px; /* IE8 */
  padding: 0.1rem;
}

h3,
.editor-label {
  font-size: 23px; /* IE8 */
  font-size: 1.5rem;
  margin: 15px 1px 1px 1px; /* IE8 */
  margin: 1rem 0.1rem 0.1rem 0.1rem;
  padding: 0 1px; /* IE8 */
  padding: 0 0.1rem;
}

p, input {
  font-weight: 400;
  margin: 0 3px 12px 3px; /* IE8 */
  margin: 0 0.2rem 0.8rem 0.2rem;
 
  padding: 1px; /* IE8 */
  padding: 0.1rem;
}

p {
    max-width: 495px; /* IE8 */
    max-width: 33rem;
}

em {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

a.link-icon {
  text-decoration: none;
}

a.link-icon:hover {
  text-decoration: underline;
}

a.link-icon:active {
  text-decoration: none;
}

span > a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

form {
  padding-bottom: 30px; /* IE8 */
  padding-bottom: 2rem;
  padding-top: 15px; /* IE8 */
  padding-top: 1rem;
}

input[type=text],
input[type=password] {
  font-size: 18px; /* IE8 */
  font-size: 1.2rem;
}

input[type=submit] {
  font-size: 110%;
}

.small {
  font-size: 85%;
}

.quote {
  font-style: italic;
}

.quotee,
.quotee-name {
  font-weight: 700;
}


/* cookie consent */
#cookie-consent p {
  max-width: none;
}


#login-button {
  text-transform: uppercase;
}

#intro h1 {
  margin-top: 24px; /* IE8 */
  margin-top: 1.6rem;
}

.checked {
  font-size: 130%;
}

.caption {
  display: block;
  position: relative;
  font-size: 85%;
  opacity: 0.8;
  padding-bottom: 30px; /* IE8 */
  padding-bottom: 2rem;
  text-align: center;
  top: -15px;
  top: -1rem;
}




/*
360
480
660
960
1.260
1.860
*/


@media only screen and (min-width: 360px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 420px) {
  h1 {
    font-size: 3.05rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  .checked {
    font-size: 140%;
  }

}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 3.3rem;
  }
  h2 {
    font-size: 3.1rem;
  }
}

@media only screen and (min-width: 660px) {
  #login-button {
    font-size: 1.12rem;
  }
  .checked {
    font-size: 160%;
  }

}

@media only screen and (min-width: 1260px) {
  #login-button {
    font-size: 1.24rem;
  }
  .checked {
    font-size: 200%;
  }

}