
@import url("new-title.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2rem;
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
}

.section-title {
  color: #fd7b70;
  text-align: center;
  margin: 0;
}

.section-title p {
  color: #333;
  text-align: left;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #135358;
  font-weight: 900;
  background-color: #38cfd9;
  padding: 0.75em 2em;
  border-radius: 100px;
}

.btn:hover,
.btn:focus {
  opacity: 0.75;
}

.container {
  width: 80%;
  max-width: 2000px;
  margin: 0 auto;
  /* added for nav-toggle positioning */
  position: relative;
}

header {
  background: #ddf3fc;
  padding: 1em 0;
  text-align: center;
}

.heading {
  letter-spacing: 5px;
}

.nav {
  width: 100%;
  font-size: 1rem;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__list--primary {
  margin-bottom: 0;
}

.nav__item {
  margin-top: 0.75em;
  list-style: none;
}

.nav__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #135358;
}

.nav__link:hover,
.nav__link:focus {
  color: #135358;
  opacity: 0.65;
}

.nav__link--button {
  background-color: #fd7b70; /*#135358*/
  color: #fff;
  border-radius: 100px;
  padding: 0.25em 0.75em;
}

.nav__link--button a:hover,
.nav__link--button a:focus {
  color: #135358;
}

.nav-toggle {
  cursor: pointer;
  border: 0;
  width: 3em;
  height: 3em;
  padding: 0em;
  border-radius: 50%;
  background: #135358;
  color: white;
  transition: opacity 250ms ease;

  position: absolute;
  left: 0;
}

.nav-toggle:focus,
.nav-toggle:hover a {
  opacity: 0.75;
  color: #135358;
}

.hamburger {
  width: 50%;
  position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  margin: 0 auto;
  height: 3px;
  background: white;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 100%;
}

.hamburger::before {
  transform: translateY(-6px);
}

.hamburger::after {
  transform: translateY(3px);
}

.nav {
  visibility: hidden;
  height: 0;
  position: absolute;
}

.nav--visible {
  visibility: visible;
  height: auto;
  position: relative;
}

.logo {
  height: 100px;
}

.hero {
  padding: 10px 0;
  background-color: #fff;
  color: #333;
}

.hero__img {
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.hero p {
  margin-bottom: 3em;
}

.ticker {
  text-align: center;
  padding: 0 1em;
  color: navy;
}

.ticker ticker-span {
}

.main {
  margin-top: 3em;
}

.sidebar {
  padding: 1em;
  text-align: center;
  color: #fff;
  background-color: #136c72;
}

.even-columns > * {
  width: 100%;
  padding: 0 rem;
  margin-bottom: 2rem;
}

.event {
  text-align: center;
  text-decoration: none;
}

.event a {
  text-decoration: none;
  color: #000;
}

.event-content {
  text-align: center;
}

.event-item {
  text-align:left;
}

.flex-item {
  width: 100%;
  padding: 0.1rem;
}

.footer-container {
  background-color: #ddf3fc;
  color: #135358;
  padding-top: 1rem;
  width: 100%;
}

.footer-img {
  text-align: center;
}

.contact {
  text-align: center;
  padding: 1em;
}

.contact a {
  text-decoration: none;
  color: #135358;
}

.copyright {
  background-color: red;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 100%;
  padding: 1em;
}

.redbaud {
  background-color: #333;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 0.25rem;
}

.redbaud a {
  color: #fff;
  text-decoration: none;
}

.redbaud a:hover {
  color: #ff0202;
  text-decoration: none;
}

.copyright {
  background-color: #135358;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 1em;
}

.redbaud {
  background-color: #135358;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  max-width: 100%;
  padding: 0.25rem;
}

.redbaud a {
  color: #fff;
  text-decoration: none;
}

.redbaud a:hover {
  color: #ff0202;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }

  .nav {
    visibility: visible;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
  }

  .nav__list {
    display: flex;
    margin: 0;
  }

  .nav__list--primary {
    margin: 0 auto;
  }

  .nav__item {
    margin: 0 0 0 1.5em;
  }

  .row {
    display: flex;
    justify-content: space-between;
  }

  .hero__img {
    width: 32%;
    align-self: flex-start;
    margin: 0;
    padding: 0;
  }

  .primary-content {
    width: 82%;
  }

  .even-columns {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 2em;
  }
}
