@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700&display=swap');

a {
    color: red;
}
a:hover {
    color: #960711;
    text-decoration: none;
}


#top {
    max-width: 100%;
}

#toplogo {
    max-height: 125px;
}

#topbulogo {
    max-height: 80px;
}

#header-text {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto Slab', serif;
  font-size: 40pt
}

@media(max-width: 525px) {
  #header-text {
    font-size: 30pt;
  }
}

.dropdown-menu {
    border-radius: 0;
    background-color: transparent !important;
    background-image: linear-gradient(to bottom right, #cb0814, #960711);
}

.dropdown-item {
  background-color: transparent;
}

.dropdown-item:hover {
    /*opacity: 1.0;*/
    background-color: transparent;
}

li {
  background-color: transparent !important;
}

a {
  background-color: transparent !important;
}

#topnavbar {
    /*background-color: #cb0814;*/
    background-image: linear-gradient(to bottom right, #cb0814, #960711);
}

#topnavbar a {
    color: white;
    opacity: 1.0;
}

#topnavbar a:hover {
    color: white;
    opacity: 0.7;
}

.nav-item {
    padding-right: 30px;
}

.navbar-collapse {

}

/*Carousel stuff*/

#centered-mainpage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 48pt;
  text-shadow: 0px 0px 10px #000000;
}

#text-on-top {
  position: relative;
  text-align: center;
  color: white;
}


body {
    width: 100%;
}

.coord-image {
  max-width: 200px;
  max-height: 200px;
}

footer {
    /*background-color: #cb0814;*/
    background-image: linear-gradient(to bottom right, #cb0814, #960711);
    color: white;
    font-size: 10pt;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    opacity: 0.7;
    text-decoration: none;
}

.sponsorlogo {
    width: 32px;
}
