section.intro,
section.faq,
section.candidates {
  padding: 40px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #ead7b8;
}

@media (max-width: 768px) {
  section.candidates {
    padding: 40px 5px;
    }

  section.faq {
    padding: 10px 20px;
    }  
}

section.faq {
  background-color: #f5f5f5;
}

li strong {
  font-weight: bold !important;
}

h1 {
    font-weight: bold;
    margin: 10px 0 30px;
    font-size: 26px;
}

h2 {
    font-weight: bold;
    margin: 10px 0 30px;
    font-size: 37px;
    color:#eb613b
}

h3 {
    font-weight: bold;
    margin: 10px 0 30px;
    font-size: 20px;
}

p, ul, dl {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
}
ul { 
  font-size: 17px;
  line-height: 2;
}
dl dt {
    font-weight: bold;
    margin-top: 1em;
}

.note small {
  font-size: 14px;
  line-height: 1.4;
}

.lead {
  margin: 10px 0 20px;
  font-size: 16px;
}

.vote-btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 14px 100px;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 40px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.vote-btn:hover {
  text-decoration: none;
  background-color: #e9e5dd; 
  color: #333;
}

#vote {
  text-align: center;
  margin-top: 60px;
}


@media screen and (max-width: 896px) {
  .vote-btn { 
    width: 100%; 
    font-size: 14px; 
  }

  h1, h2, h3 {
    margin-top: 1.2em;
  }

  h2 {
    font-size: 30px;
  }

  ul {
    font-size: 15px;
  }

  a.vote-btn {
    padding: 12px 24px;
    font-size: 16px;
  }     
}
