#title-container {
	margin-top: 10vh;
  left: 0px;
  right: 0px;
	min-height:100px;
  text-align: center;
	background-image: url("/static/img/red-and-black-grunge-texture.png");
	background-size: cover;
	padding-top: 5vh;
	padding-bottom: 5vh;
}

#title-text {
  color: #000000;
  font-size: calc(20px + 4vw);
  font-family: EBGaramond-ExtraBold;
  position: absolute;
  z-index: 2;
  min-width: 100vw;
  text-decoration: none;
	margin: 0;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #FF0000, -1px 1px 0 #FF0000, 1px 1px 0 #FF0000;
}

@media all and (min-width: 637px) {
}

@media all and (max-width: 636.99px) {
}
