.card {
  border-radius: 3px;
  margin: 8px;
  border: 1px solid #CCC;
  padding: 8px;
}

.bg-dark {
  background-color: #333c4e;
  color: #fefefe;
}
.bg-light {
  background-color: #fefefe;
  color: #333c4e;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 1rem 15px;
  color: #666666 !important;
  background-color: #EEE;
}
.dropdown-menu > .active > a {
  color: #666666 !important;
  background-color: #ffffff;
}
.dropdown-menu > .active > a:hover {
  background-color: #ffffff;
}

.form-control {
  border-radius: 2px;
  border: 1px solid #CCC;
  height: 45px;
}
.form-group {
  margin-bottom: 0;
}

event {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0;
}
@media (min-width: 768px) {
  event {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
  }
}

grid-video {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  grid-video {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  grid-video .emphasis {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}

grid-profile {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
@media (min-width: 768px) {
  grid-profile {
    grid-template-columns: repeat(3, 1fr);
  }
}

grid-4-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  grid-4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

grid-3-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  grid-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

grid-2-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  grid-2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.heading-strike {
  text-align: center;
  position: relative;
}
.heading-strike > span {
  background-color: #ffffff;
  position: relative;
  padding: 0 2rem;
}
.heading-strike:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #888888;
}

h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}

h2 {
  font-size: 3rem;
  line-height: 4rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

h4 {
  font-size: 2rem;
  line-height: 3rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.navbar-fixed-top {
  position: sticky;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  transition: color 0.3s ease;
  text-transform: uppercase;
  color: #444444;
  font-weight: 600;
  background-color: transparent !important;
}
.navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li:hover a {
  color: #00bcd4;
}
.navbar-brand {
  margin: 5px;
  display: block;
  width: 260px;
  height: 40px;
  background-size: 260px 40px;
  background-image: url("logo_hor.png");
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: -10px !important;
    width: 125px;
    height: 80px;
    background-size: 125px 80px;
    background-image: url("logo.png");
  }
}

.text-warning {
  color: #f09a3e;
}
.text-primary {
  color: #0d83dd;
}

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