.btn-secondary {
  color: #fff;
  background-color: #c41a3b;
  border-color: #c41a3b;
}

.btn-secondary:hover {
  background-color: #97142d;
}

.form-control:focus {
  border-color: #c41a3b;
  box-shadow: 0 0 0 0.2rem rgba(196, 26, 59, 0.25);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
}

.header,
.content {
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: 3em;
}

.footer hr {
  margin-bottom: 2em;
}

blockquote {
  font-style: italic;
}

.header {
  background: #fff;
  text-align: center;
  padding: 2em 0;
}

.section-wrapper {
  margin-bottom: 2em;
  width: 75%;
  margin: 0 auto;
}

.section {
  padding: 2em;
}

.card {
  background-color: transparent;
  border: 0;
}

.card,
.card-header {
  border: 0 !important;
  border-radius: 0 !important;
}

label {
  display: initial;
}

.card-header {
  background-color: transparent;
  padding: .75rem 0;
}

.heading,
h1,
h4,
h5,
h6 {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-weight: 700;
}

h2 > button {
  padding: 0 !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #333 !important;
          text-decoration-color: #333 !important;
}

.btn-link {
  font-size: 0.7em;
  font-weight: bold;
  color: #000;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
}

.btn-link span {
  color: #000;
  background: #bda179;
  padding: 0.7em 0.8em;
  font-size: 0.72em;
  font-weight: normal;
}

.btn-link span:hover {
  color: #000;
}

.btn-link:hover {
  color: #000 !important;
}

form .btn-link {
  font-size: 1em;
  font-weight: normal;
}

h2,
h3,
p {
  font-family: 'Muli', sans-serif !important;
}

* {
  color: #000;
}

p {
  font-size: 1.1em;
}

a {
  color: #333 !important;
}

a:hover {
  color: #1a1a1a !important;
}

.btn {
  border: none;
  border-radius: 0;
  padding: .75rem;
}

.btn:hover {
  border: none;
}

.btn-primary {
  background: #333 !important;
  border-color: #333 !important;
}

.btn-primary:hover {
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.btn-link .collapsed ::before {
  font-family: FontAwesome;
  background: #333;
  padding: 1em 0.55em;
  border-radius: 50px;
  line-height: 0;
  margin-right: 1em;
  display: block;
  width: 50px;
  margin: 1em auto;
}

#email h2 > button::before {
  font-family: FontAwesome;
  content: "\f0e0";
  padding: 1em 0;
  border-radius: 50px;
  line-height: 0;
  margin-right: 1em;
  display: block;
  width: 50px;
  margin: 1em auto;
}

.btn-link {
  text-decoration: none !important;
}

.footer {
  margin-top: 3em;
  padding: 1em;
}

.footer .fa {
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin: 8px 4px;
}

.form-group label {
  display: block !important;
  margin-bottom: 0.5rem;
}

.form-group .form-check-label {
  display: initial !important;
}

.form-control {
  border: 1px solid #333;
  border-radius: 0;
}

iframe {
  width: 100%;
}

.alert-danger a {
  color: #721c24 !important;
  text-decoration: underline;
}

.alert-danger a:hover {
  text-decoration: none;
}

.title-hr {
  border-top: 1px solid #333;
}

.flag{height:78px;cursor: pointer;}

@media (max-width: 768px) {
  h1 {
    font-size: 2.0rem;
  }
  img {
    width: 150px;
  }
  .section-wrapper {
    padding: 0.3em;
  }
  .card-body {
    padding: 0;
  }
  .section-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .overlay {
    height: 150vh;
  }
  .flag{
	  height: 40px;
  }
}

.text-decoration-underline {
  text-decoration: underline;
}

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