@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html, body {
  min-height: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 2.2rem "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #1a3f53;
}

img {
  max-width: 100%;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

*::-moz-selection {
  color: #fff;
  background-color: #1a3f53;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: #1a3f53;
}
*::selection * {
  color: #fff;
}

#header{
    background: #000101;
    text-align: center;
}
#header img{
    display: block;
    margin: auto;
}
#banner{
    background: #840f13;
    text-align: center;
    padding: 2rem;
}
#banner h3{
    color: #f3c904;
    /* font-size: 4.3rem; */
    font-size: clamp(1.5rem, 1.1042rem + 2.7593vw, 4.3rem);
    font-family: "bree-serif", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#content{
    background-image: linear-gradient(to bottom, rgb(26, 63, 83, 0.8), rgb(12, 34, 46, 1)),
    url('ems.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 4rem 3rem;
}
#content h2{
    font-family: "bree-serif", serif;
    font-weight: 600;
    font-style: normal;
    /* font-size: 6rem; */
    font-size: clamp(2.1875rem, 1.5842rem + 3.4035vw, 5.5rem);
    text-align: center;
    color: #fff;
    text-shadow: #000101 0px 2px 10px;
    max-width: 85rem;
    margin: 0 auto 4rem;
}
#content .intro p{
    text-align: center;
    color: #fff;
    margin: 0 auto 2em;
    max-width: 75rem;
}
#cta{
  text-align: center;
}
.check-btn{
    background-color: #840f13;
    border: 2px solid #840f13;
    padding: 2rem;
    display: flex;
    max-width: 600px;
    margin: 0 auto 0.3rem;
    color: #f3c904;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "bree-serif", serif;
    font-weight: 600;
    box-shadow: #000101 0 2px 10px;
    border-radius: 0.5rem;
    text-align: left;
    gap: 2rem;
    align-items: center;
}
.check-btn:hover{
  background-color: #640c0f;
  color: #fff;
}
#cta p {
    color: #fff;
    font-size: 80%;
    margin-bottom: 2em;
}
#why{
    background-color: #f3c904;
    color: #1a3f53;
    max-width: 85rem;
    margin: 0 auto 5rem;
    padding: 3rem 1rem;
}
#why h3{
    color: #840f13;
    text-transform: uppercase;
    text-align: center;
    font-family: "bree-serif", serif;
    font-weight: 600;
    font-style: normal;
    /* font-size: 4rem; */
    font-size: clamp(2.1875rem, 2.0668rem + 1.6807vw, 4rem);
}
.list{
    list-style-type: none;
    margin: 2rem 4rem 0 8rem;
}
.list li{
    margin-bottom: 1em;
    position: relative;
}
.list li:before{
    content:' ';
    background: url(alarm.svg) no-repeat center top;
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    left: -7rem;
}
#ballot{
    text-align: center;
}
#ballot img{
    max-width: 400px;
    width: 100%;
}
#footer{
    margin: 4rem auto 0;
    max-width: 65rem;
    text-align: center;
    padding: 1rem;
}
.disclaimer{
    color: #5f9bbc;
    font-size: 1.6rem;
    margin: 4rem auto 0
}
@media (max-width: 560px) {

}