/* Header */
header {
  min-height: 150px;
  height: 18%;
  background-color: #190933;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,0.50), 0 10px 10px rgba(0,0,0,0.40);
}

.banner {
	height: 100vh;
	overflow: hidden;
	position: absolute;
}

.bannertext {
	position: relative;
	height: 100%;
	text-align: center;
}

.alfieengland {
  position: relative;
	top: 50%;
	transform: translateY(-50%);
  max-width: 68vw;
}

/* Links Grid */
.links {
  text-align: center;
  white-space: nowrap;
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.links h3 {
  font-size: 140%;
  color: #190933;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 300;
  outline: 1px solid #190933;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: 0.3s all;
}

.links h3:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.links a {
  padding-top: 2.4vh;
  padding-bottom: 2.4vh;
  display: block;
  transition: all 0.3s;
  color: #190933;
  text-decoration: none;
}

.links a:hover {
  box-shadow: inset 0 100px 0 0 #2b0f57;
  color: white;
}

/* Timetable */
.timetable {
  margin-top: 2vh;
  text-align: left;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #190933;
  margin-left: 24px;
  margin-right: 24px;
  width: calc(100% - 48px);
  color: white;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.timetable th {
  font-weight: normal;
  padding: 6px 5px;
  overflow: hidden;
  word-break: normal;
}

.timetable td {
  padding: 6px 5px;
  overflow: hidden;
  word-break: normal;
  border-width: 1px;
  border-style: groove;
}

.row1, .row3, .row5 {
  background-color: #190933;
}

.row2, .row4 {
  background-color: #15082b;
}

.server-button {
  margin-top: 8px;
  margin-bottom: 8px;
}

.server-heading h2 {
  font-size: 160%;
  padding-bottom: 8px;
}

button {
  border: 0;
  padding-top: 3vh;
  padding-bottom: 3vh;
  width: 100%;
  height: 100%;
  font-size: 120%;
  color: #190933;
  font-weight: 300;
  outline: 1px solid #190933;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: 0.3s all;
}
