#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#header {
  width: auto;
  height: auto;
  text-align: left;
  padding: 10px;
  position: fixed;
  z-index: 1;
}

#splash {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: 100%;
  padding: 0px 0px 50px 0px;
  font-family: Universl;
  text-align: center;
}

#about {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: auto;
  padding: 50px 0px;
  font-family: Universl;
  font-size: 18px;
}

#sponsor {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: auto;
  padding: 50px 0px;
  font-family: Universl;
  font-size: 18px;
}

#stockists {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: auto;
  padding: 50px 0px;
  font-family: Universl;
  font-size: 18px;
}

#etc {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: auto;
  padding: 50px 0px;
  font-family: Universl;
  font-size: 18px;
}

#contact {
  position: relative;
  left: 12.5%;
  width: 75%;
  height: auto;
  padding: 50px 0px;
  font-family: Universl;
  font-size: 18px;
}

.link {
  position: fixed;
  font-size: 28px;
  padding: 7px 1px 0px 1px;
  z-index: 50;
  font-family: Universl-X;
}

img {
  height: auto;
  width: 100%;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: underline;
  color: black;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

@font-face {
  font-family: UniversL;
  src: url(fonts/UniversLTStd.otf);
}

@font-face {
  font-family: UniversL-X;
  src: url(fonts/UniversLTStd-XBlack3.otf);
}
