@import "chota.min.css";

/* Edit the defaults from chota */
:root {
  --color-grey: #A7A7A7;
  --color-primary: #C00000;
  --font-family-sans: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen",
  "Ubuntu","Cantarell","Open Sans",sans-serif
}

a:visited {
    color: #ff4d4d;
}

a[href^="http://"],
a[href^="https://"]
 {
    background: url(../images/box-arrow-up-right.svg)     center right no-repeat;
    padding-right: 13px;
    background-size: 1rem;
}

a:hover,a:active {
  text-decoration:underline;
  text-decoration-color: #C00000;
}

.nav a {
    color: #333;
}

.nav img {
    max-height: 4.5rem;
}

.no-shrink {
    flex-shrink: 0;
}

.no-left-padding {
    padding-left: 0 !important;
}

.header-nav-link-image {
  height: 32px;
  width: auto;
  vertical-align: middle !important;
}

svg {
    padding-bottom: 50px;
}

.splash-image {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 70px;
}

.splash-text-large {
  text-align: center;
  font-size: 64px;
  margin-bottom: 30px;
}

.splash-text-small {
  text-align: center;
  font-size: 24px;
}

td div {
    padding: 15px 0 0 15px;
}

td p {
    padding-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .splash-text-large {
    font-size: 48px;
  }

  .splash-text-small {
    font-size: 18px;
  }
}

@media only screen and (max-width: 720px) {
  .splash-text-large {
    font-size: 32px;
  }

  .splash-text-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .splash-text-large {
    font-size: 24px;
  }

  .splash-text-small {
    font-size: 12px;
  }
}