﻿body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1200px;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin: 15px 0;
}

td, th {
  padding: 5px;
  text-align: left;
}

th {
  margin-right: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}

  a:hover {
    color: #65B663;
    text-decoration: none;
  }

.event {
  border: 1px dotted gray;
}

.date {
  color: #C64D93;
  text-transform: lowercase;
}

.description {
  white-space: pre;
  text-wrap: auto;
}

.bg-lightgray {
  background-color: rgb(100, 100, 100, 0.05);
}

.carousel-control-prev {
  margin-left: -30px;
}

.carousel-control-next {
  margin-right: -30px;
}

.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
  background-image: url(/img/lt.svg);
}

.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-image: url(/img/gt.svg);
}

@media (max-width: 1200px) {
  #container {
    padding-left: 20px;
    padding-right: 20px;
  }
}