body {
  background-image: url(assets/stars_backgrounds.gif);
  text-align: center;
  margin-top: 0px;
  margin-left: 25%;
  margin-right: 25%;
}

header {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin: 0%
}

p {
  margin: 0%;
}

/*Carousel*/
.carousel-container {
  position: relative;
  background-image: url("assets/tile.png");
  font-family: monospace;
  font-size: large;
  color: white;
  border-style: outset;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  margin-bottom: 5px;
  overflow: hidden;
}
.carousel {
  display: flex;
  animation: scroll 30s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-98%);
  }
}

/*top*/
#box-subheader {
  position: relative;
  background-image: url("assets/tile.png");
  font-family: monospace;
  font-size: large;
  color: white;
  border-style: outset;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

#txt {
  font-family: monospace;
  color: white;
  text-align: right;
  display: inline;
}

#status-box {
  max-height: 19px;
  background-image: url(assets/tile.png);
  border-style: outset;
  border-width: 2px;
  border-color: white;
  display: inline-block;
  width: 100%;
  max-width: 956px;
}

/*basis*/
#maincourse {
  max-width: 960px;
  display: flex;
}

#left-box {
  width: 20%;
}

#centre-box {
  width: 60%;
}

#centre-box-gal {
  width: 80%;
}

#right-box {
  width: 20%;
}

/*main sections*/
#box {
  max-width: 100%;
  border-style: outset;
  border-width: 2px;
  border-color: white;
  background-color: black;
  font-family: monospace;
  color: white;
}

/*navbar*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(assets/tile2.png);
}

li a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  text-decoration: none;
  font-family: monospace;
  font-size: medium;
  border-style: outset;
  border-width: 2px;
  border-color: white;
}

/* Change the link and background color on hover */
li a:hover {
  background-image: url(assets/tile2b.png);
}

#hoznav {
  display: flex;
  justify-content: center;
  width: 753.2px;
}

/*dropdown*/
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: medium;  
  border-style: outset;
  border-width: 2px;
  border-color: white;
  outline: none;
  color: white;
  padding: 8px 16px;
  background-color: inherit;
  font-family: monospace;
  margin: 0;
  width: 114.65px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-image: url(assets/tile2.png);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: monospace;
  border-style: outset;
  border-width: 2px;
  border-color: white;
}
.dropdown-content a:hover {
  background-image: url(assets/tile2b.png);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-image: url(assets/tile2b.png)
}

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Road+Rage&display=swap');
.road-rage-regular {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik+Distressed&display=swap');
.rubik-distressed-regular {
  font-family: "Rubik Distressed", system-ui;
  font-weight: 400;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
.goldman-regular {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.goldman-bold {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
}
