section {
  background-color: #ffffff;
}

/* FONTS CSS */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Antonio';
  font-size: 1.0em;
}

.h2, h2 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.25em;
}

.h3, h3 {
  font-weight: 600;
  line-height: 1.4;
  font-size: .80em;
}

@media (min-width: 580px) {
  .h3, h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.1em;
  }
}

@media (min-width:992px) {
  .h1, h1 {
    font-size: 2.0rem;
  }
}

@media (max-width: 300px) {
  .h1, h1 {
    font-size: 1rem;
  }
}

p {
  font-family: 'Arimo';
  font-size: 0.95em;
  margin-bottom: 0.1rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  p {
    font-family: 'Arimo';
    font-size: 1.0em;
    margin-bottom: 0.1rem;
    line-height: 1.4;
  }
}

/* input for country-flag game */

.flag-input-answer {
  width: 100%;
  border: 1px solid #272d36;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 5px;
  height: 26px;
}

/* CARDS */

.card-body .card-flags {
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem;
  background-color: #cccccc;
}

/* MODAL STYLING */

.modal-header {
  background-color: #3ad0cc;
  color: #fff;
}

.modal-body {
  font-family: 'Antonio';
}

#modal-close {
  width: Auto;
  background: #fff;
  font-family: 'Antonio';
  font-size: 16px;
  border: #3ad0cc 2px solid;
  padding: 5px 25px;
  color: #3ad0cc;
  margin-right: 20px;
}

#modal-save {
  width: Auto;
  background: #fff;
  font-family: 'Antonio';
  font-size: 16px;
  border: #272d36 4px solid;
  padding: 5px 25px;
  color: #000000;
}

.card-results {
  background-color: #ffd8fb;
    border: 3px solid #ed43dc;
  margin-bottom: 10px;
  border-radius: 8px;
  /*display: none;*/
}

.card-flags {
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem;
  background-color: #cccccc;
}

@media (min-width: 300px) {
  .hint-text {
    font-size: 9px;
  }
}

@media (min-width: 768px) {
  .hint-text {
    font-size: 10px;
    margin-bottom: 3px;
    color: rgb(149,149,149);
  }
}

.home-links-section {
  background-color: #e4e5e6;
  /*border: solid 2px rgba(39,45,54,0.1);*/
  border-radius: 5px;
  padding: 8px;
}

.home-game-links {
  color: #ed43dc;
  text-decoration: none;
  font-family: 'Antonio';
  font-weight: 600;
  font-size: 16px;
}

.sub-heading {
  font-size: 12px;
}

