@charset "UTF-8";
.bg-dark {
  background-color: !important;
}
ul.navbar-nav {
  margin: 0 auto;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(35, 35, 35);
}
.navbar-nav .nav-item {
  border: 1px solid #e830ed;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(238, 221, 0, 1) 0%,
    rgba(255, 255, 51, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 98, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  width: 150px;
}
.navbar-nav .nav-item:hover {
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(238, 221, 0, 1) 0%,
    rgba(255, 255, 51, 1) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(255, 217, 89, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
}
header h2 {
  font-family: Impact, 'Helvetica Neue Condensed Black', 'Roboto Black',
    'Arial Black', 'Arial Bold', sans-serif;
  color: #eedd66;
  font-size: 350%;
  text-shadow: 0px 5px 11.05px rgba(0, 0, 0, 0.56);
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.12em;
  margin-top: 60px;
}
header h2 a:link,
header h2 a:visited {
  color: inherit;
  text-decoration: none;
}
.container .navbar-brand {
  display: none;
}
header p {
  color: #ffffff;
  font-size: 150%;
  font-weight: 700;
  text-shadow: 0px 3px 5.95px rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.4em;
}
header {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(images/favcity-logo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  height: 250px;
  margin-top: 2.6em;
}
nav .container {
  border-bottom: 2px solid #e830ed;
  padding-bottom: 10px;
}
body {
  /* [disabled]border-right: 15px solid #000; */
  /* [disabled]border-left: 15px solid #000; */
  font-family: source-sans-pro, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0px;
}
h2 {
  font-weight: 700;
  font-family: pt-sans;
  font-size: 250%;
  line-height: 1em;
  font-style: normal;
}
footer {
  /* [disabled]padding-top: 5px; */
  background-color: #000;
  color: #069;
}
address {
  color: #069;
}
table {
  font-size: 90%;
  width: 95%;
  margin-bottom: 2em;
  border-bottom: 3px solid #069;
  border-collapse: collapse;
}
th,
td {
  padding: 4px;
  text-align: left;
  border-top: 1px solid #069;
}
th {
  color: #ffc;
  text-align: center;
  border-bottom: 6px solid #046;
  background-color: #069;
}
.date {
  width: 25%;
}
.seminar {
  width: 25%;
}
.event {
  width: 45%;
}
.description {
  width: 45%;
}
.cost {
  width: 10%;
  text-align: center;
}
.length {
  width: 10%;
  text-align: center;
}
.day {
  width: 10%;
  text-align: center;
}
table caption {
  margin-top: 20px;
  padding-bottom: 10px;
  color: #069;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  caption-side: top;
}
.profile {
  border-left: 3px solid #069;
  border-bottom: 10px solid #069;
}

.carousel-caption {
  font-size: 130%;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
.carousel-caption h5 {
  font-size: 130%;
  font-weight: 700;
}
.media-body p a {
  font-size: 90%;
}
.ctr {
  text-align: center;
  margin-top: 2em;
}
.fcname {
  color: #776600;
  font-weight: bold;
}
.mobile-spacer {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .navbar-nav .nav-item {
    text-align: middle;
    width: 100%;
    background-image: linear-gradient(
        180deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(9, 98, 121, 1) 35%,
        rgba(0, 212, 255, 1) 100%
      );
    padding-left: 10px;
    
  }
  .navbar-nav .nav-item:hover {
    background-image: -webkit-linear-gradient(
      90deg,
      rgba(238, 221, 0, 1) 0%,
      rgba(255, 255, 51, 1) 100%
    );
    background-image: linear-gradient(
        0deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(255, 217, 89, 1) 0%,
        rgba(0, 212, 255, 1) 100%
      );
  }
  header h2 {
    font-size: 300%;
    letter-spacing: 0.05em;
  }
  header p {
    font-size: 130%;
    letter-spacing: 0.2em;
  }
  header {
    background-size: 90%;
    height: 180px;
  }
}

@media (max-width: 660px) {
  header h2 {
    font-size: 250%;
    letter-spacing: 0em;
  }
  header p {
    font-size: 100%;
    letter-spacing: 0.2em;
  }
  header {
    background-size: 90% auto;
    height: 160px;
  }
  h4 {
    font-size: 140%;
  }
}

@media (max-width: 500px) {
  header.row {
    display: none;
  }
  .mobile-spacer {
    height: 60px;
    display: block;
  }
  h4 {
    font-size: 140%;
  }
  section td,
  section th {
    display: block;
  }
  section table {
    margin: 10px auto;
  }
  section th {
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
    font-size: 0pt;
    overflow: hidden;
  }
  td.date:before {
    content: 'Date: ';
  }
  td.event:before {
    content: 'Event: ';
  }
  td.location:before {
    content: 'Location: ';
  }
  td.cost:before {
    content: 'Cost: ';
  }
  td.seminar:before {
    content: 'Seminar: ';
  }
  td.description:before {
    content: 'Description: ';
  }
  td.day:before {
    content: 'Day: ';
  }
  td.length:before {
    content: 'Length: ';
  }
  section .date,
  section .event,
  section .location,
  section .cost,
  section .seminar,
  section .description,
  section .length,
  section .day {
    width: 100%;
    padding-left: 30%;
    position: relative;
    text-align: left;
  }
  td:before {
    width: 25%;
    display: block;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    left: 1em;
    color: #069;
    font-weight: bold;
    white-space: nowrap;
  }
  section tr {
    border-bottom: solid 2px #069;
  }
  section tr:nth-of-type(even) {
    background-color: #ffc;
  }
  .container .navbar-brand {
    display: block;
    color: #069;
    font-weight: bold;
  }
}

@media (max-width: 350px) {
  address.col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  h2 {
    font-size: 180%;
  }
}
