@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Bitter:400,700&display=swap");
html,
body {
  scroll-behavior: smooth;
}

.parallax {
  background-image: url("./img/header.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .button {
  position: absolute;
  bottom: 0;
  font-size: 2em;
  text-align: center center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  transition: 0.2s all;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

@media (max-width: 768px) {
  .parallax {
    height: 500px;
  }
}
.parallax2 {
  background-image: url("./img/header.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu {
  background: #242423;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
  padding: 0.7em 1em !important;
  margin: 0;
  color: white;
  transition: 0.2s all;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  background: #175e75;
}
.navbar-nav .active {
  background: #20809F;
  font-weight: bold;
}
.navbar-nav .active:hover {
  background: #175e75;
}
.navbar-nav .red {
  background: #D32D29;
  font-weight: bold;
}
.navbar-nav .red:hover {
  background: #a82421;
}
.navbar-nav .nav-item {
  padding: 0;
}
.navbar-nav i {
  margin-left: 7px;
}
.navbar-nav .dropdown-toggle:after {
  display: none;
}
.navbar-nav .dropdown-menu {
  border-radius: 0;
  background: #20809F;
  padding: 0;
  margin: 0;
  border: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 1em 1.75em;
  margin: 0;
  color: white;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #29a2c9;
}

.content {
  background: #313130;
  color: white;
}
.content .container {
  line-height: 1.5;
}
.content h1 {
  font-size: 3.35em;
  font-weight: 700;
  padding: 0.3em 0;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  border-bottom: solid 3px #EED028;
}
.content h2 {
  font-size: 2.5em;
  color: white;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
}
.content h2.yellow {
  color: #EED028;
}
.content h3 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 1em;
  margin: 0.75em 0;
  font-family: "Roboto", sans-serif;
}
.content h3.yellow {
  color: #EED028;
}
.content h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
}
.content h4.yellow {
  color: #EED028;
}
.content h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
}
.content h5.yellow {
  color: #EED028;
}
.content p {
  line-height: 1.55;
  color: white;
}
.content a {
  color: #EED028;
  text-decoration: underline;
}
.content a:hover {
  color: #f4df6f;
}
.content hr {
  border: 0.5px solid #EED028;
}
.content .alert.red {
  background-color: #D32D29;
  color: white;
}
.content .alert.yellow {
  background-color: #EED028;
  color: black;
}
.content .alert.yellow p {
  color: black;
}
.content .alert.blue {
  background-color: #20809F;
  color: white;
}
.content .button {
  display: block;
  background: #D32D29;
  padding: 0.5em;
  margin-bottom: 0.75em;
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  transition: 0.2s all;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.content .button:hover {
  background: #a82421;
  color: white;
  text-decoration: underline;
}
.content .side .button {
  padding: 0.7em 0.5em;
  font-size: 1.4em;
  margin-bottom: 0.75em;
}
.content .dates p {
  font-size: 1.1em;
}
.content .dates p.red {
  background: #D32D29;
  padding: 0.2em 0.5em;
}
.content .dates p.turquoise {
  background: #20809F;
  padding: 0.2em 0.5em;
}
.content .dates p.yellow {
  background: #EED028;
  color: #242423;
  padding: 0.2em 0.5em;
}
.content .dates hr {
  border-color: white;
}
.content .dual-image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.content .hashtag {
  color: #81bf2f;
}
.content .latest-news .news-item {
  color: white;
  text-decoration: none;
  transition: 0.2s all;
}
.content .latest-news .news-item:hover {
  text-decoration: underline;
}
.content .things-to-do h4 {
  position: absolute;
  color: white;
  background: rgba(211, 45, 41, 0.9);
  width: 100%;
  bottom: 0px;
  left: 0px;
  font-size: 1em;
  border-style: none;
}
.content .things-to-do .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(211, 45, 41, 0.95);
}
.content .things-to-do .over p {
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  margin: 0;
}
.content .things-to-do .over:hover {
  opacity: 1;
}
.content .things-to-do .over:focus {
  opacity: 1;
}
.content .program {
  color: white;
}
.content .program th {
  font-size: 1.6em;
  background: #242423;
}
.content .program th:not(:last-child) {
  border-right: 1px solid #3e3e3c;
}
.content .program td {
  border: 1px solid #585855;
}
.content .program span {
  font-weight: 400;
  font-size: 1.3rem;
}
.content .program .turquoise {
  background: #20809F;
}
.content .program .turquoise a {
  color: white;
}
.content .program .turquoise a:hover {
  color: #e6e6e6;
}
.content .program .yellow {
  background: #EED028;
  color: black;
}
.content .program .yellow p, .content .program .yellow a {
  color: black;
}
.content .program .yellow a:hover {
  color: #1a1a1a;
}
.content .program .red {
  background: #D32D29;
  color: white;
}
.content .program .red a {
  color: white;
}
.content .program .red a:hover {
  color: #e6e6e6;
}

.footer {
  background: #242423;
}
.footer .container {
  line-height: 1.5;
}
.footer h1 {
  font-size: 3.35em;
  color: white;
  padding: 0.3em 0;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  border-bottom: solid 2px #EED028;
}
.footer h2 {
  font-size: 2.25em;
  color: white;
  font-weight: bold;
  margin-bottom: 0.75em;
  font-family: "Roboto", sans-serif;
}
.footer h3 {
  font-size: 1.75em;
  color: #EED028;
  margin: 0.75em 0;
  font-family: "Roboto", sans-serif;
}
.footer h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
}
.footer p {
  line-height: 1.55;
  color: white;
}
.footer a {
  color: #EED028;
  text-decoration: underline;
}
.footer a:hover {
  color: #bba10f;
}

.shadow {
  background: white;
  border: 5px solid #3e3e3c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11);
}

.yellow {
  color: #EED028;
}

.red {
  color: #D32D29;
}

.blue {
  color: #20809F;
}

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