HEADER {
  background-color: #fff;
}

#hero {
  background-image: url('../images/home/hero.jpg');
  height: 861px;
  margin-top: -12rem;
}

H1 {
  text-transform: none;
  font-size: 5rem;
  text-shadow: 0.2rem 0.2rem 1rem #052a54;
}

#live {
  margin-top: -10rem;
  text-align: center;
}

#news {
    margin-top: -10rem;
}

.dropdown_title:before {
  border-top: 0.35rem solid #36b2ea;
}

#news H4 {
  margin: 0;
}

.box-icons {
    display: flex;
    margin: 1rem 0;
    text-align: center;
    justify-content: space-between;
}

.box-icons A {
    color: #fff;
    width: 32%;
    position: relative;
}

.box-icons A IMG {
    margin-bottom: 0.5rem;
}

.box-icons A:hover {
    color: var(--primary-color);
}

.box-icons A:hover:before {
    content: "";
    display: block;
    position: absolute;
    background: radial-gradient(transparent, #00000088);
    width: 100%;
    height: calc(100% - 1rem);
}

a.video {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

a.video img {
  grid-area: 1/1/1/1;
}

ol {
  padding-inline-start: 1rem;
}

li {
  padding: 0 0 0 2rem;
  margin: 1rem 0 2rem 0;
}

#news-bar {
  display: flex;
  flex-wrap: wrap;
}

.news-item {
  flex: 1;
  background-color: #ddd;
  padding: 0.5rem;
  margin: 0 1rem 1rem 0;
  flex-basis: 200px;
}

.news-item:last-child {
    flex-grow: 0;
}

.news-item p {
  overflow: hidden;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.news-item H5 {
  margin: 0;
}

/* .news-item a {
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 1rem 0 0;
}
 */

.overview-illustration {
  border-radius: 1rem 1rem 0 0;
  margin: 1rem 0 0 0;
}

#overview-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.overview-item {
  display: block;
}

.overview-item H4 {
  margin: 0 0 0.5rem 0;
  color: #000;
  text-align: center;
}

.overview-item IMG {
  border-radius: 1rem;
}

.overview-item h5 {
  margin: 0;
}

.overview-item P {
  color: #000;
  margin: 0;
}



blockquote {
  position: relative;
  font-family: Futura, sans-serif;
  margin: 3rem 0 5rem 0;
  quotes: "“" "”";
  padding: 0 0 0 3rem;
}

blockquote:before {
  content: open-quote;
  font-family: "century-gothic";
  font-weight: bold;
  font-size: 5rem;
  color: var(--secondary-color);
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.quote-source {
  display: flex;
  text-align: left;
  color: var(--secondary-color);
  font-weight: normal;
  margin: 2rem 0 0 0;
}

.quote-source img {
  border-radius: 100%;
  height: 75px;
  margin-right: 1rem;
}

.carousel {
  background-color: #00000077;
  border: 1px solid #000;
  margin: 0 0 1rem 0;
  height: 520px;
}

.carousel li {
  width: 850px;
}

.indicator-button {
  color: #999;
}

.indicator-button:hover {
  color: #ddd;
}

.indicator-button:active {
  color: #fff;
  padding: 0;
}

#gallery .button {
    border: 1px solid #fff;
    background-color: #ffffff66;
    color: #fff;
}

@media screen and (max-width:900px) {
 HEADER {
   height: 9rem;
 } 
 
 #hero {
   height: 20rem !important;
   padding-top: 0 !important;
 }
 
 #overview-items {
  grid-template-columns: 1fr;
 }

}
