/* FRONTEND */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
}

h1, h2, h3, h4, h5 ,h6 {
  font-weight: 600;
  color: #666;
}

a,
a:link,
a:visited {
  color: #666;
}

footer {
    min-height: 300px;
    background-color: #e9ecef;
}

footer h6 {
  font-size: 14px;
}

footer ul > li > a:link,
footer ul > li > a:link {
  font-size: 13px;
}

.prefooter {
  text-align: center;
  padding: 25px;
}

.postfooter {
  text-align: center;
  padding: 25px;
  font-size: 14px;
  font-style: italic;
}

/* BOOTSTRAP OVERRIDES*/
#topNavbar .dropdown-menu {
  border-radius: 0;
  border: none;
}

#topNavbar .dropdown-item {
  color: #fff;
  font-size: 14px;
}

#topNavbar .dropdown-item:hover {
  background: transparent;
  color: #ddd;
}

.btn {
  color: #fff !important;
}

.card-event-title {
  font-size: 14px;
  /*margin-top: 18px;*/
}

.card-ribbon {
    font-size: 12px;
   color: #fff;
   padding: 2px 10px;
   position: absolute;
   top: 0;
   right: 0;
}

.error-message {
  padding: 20px 0;
  color: #990000;
}

div.required label::after {
  color: #990000;
  content: " *";
  display: inline;
  font-weight: bold;
}

.required-asterix {
  color: #990000;
}

label {
  font-weight: bold;
}

.form-check > label {
  font-weight: normal;
}
