html {
}

body {
.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}
  color: white;
  font-family: Ubuntu;
  text-shadow: 2px 2px 2px #000;
  font-size: 1.1em;
a:link {
  color: powderblue;
}
a:visited {
  color: plum;
}
a:hover {
  color: lightcyan;
}
a:active {
  color: gold;
}
hr.solid {
	border-top: 4px solid #ffffffff;
}
/* Take this out after replacing all button images */
.brightness img:hover {
    filter: brightness(110%)
}
.textbox { /* Basic textbox element */
	border-radius: 25px;
	border: 8px solid #ffffffff;
	box-shadow: 2px 2px 8px black;
    max-width: 640px;
	width: 50%;
	margin: auto;
    padding: 25px;
    background: linear-gradient(to bottom, #6D9EEBff, 35%, #1C4587ff);
    color: white;
	font-weight:bold;
}
.textboxlink { /* Textbox element for making link buttons */
	border-radius: 25px;
	border: 8px solid #ffffffff;
	box-shadow: 2px 2px 8px black;
    max-width: 640px;
	width: 50%;
	margin: auto;
    padding: 25px;
    background: linear-gradient(to bottom, #6D9EEBff, 35%, #1C4587ff);
    color: white;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.textboxhl:hover {
    filter: brightness(120%)
}
  background: linear-gradient(to bottom, #ffffff80, #00000000) no-repeat center center fixed, url(backgrounddark.png) center center fixed;
  background-size: cover;
  text-align: center;
}
