@font-face{
font-family:"AvenirNextLTW01-Regular";
src:url("font/Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
src:url("font/Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"),url("font/Fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"),url("font/Fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"),url("font/Fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"),url("font/Fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
}

.sfestival {
  display: none;
}

/* Show Sydney festival specific content */
#sydneyfestival .hfestival {
  display: none;
}
#sydneyfestival .sfestival {
  display: block;
}

body {
  font-family: 'AvenirNextLTW01-Regular', 'Montserrat', sans-serif;
}

html {
	background: black;
	color: white;
}
h1 {
	font-weight: normal;
}
.msg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 4vmin;
}

.ios-message a:focus,
.ios-message a:hover,
.ios-message a:active {
	border-color: transparent;
}

/*.coming-soon img {
 	border-radius: 5px 5px;
 	border: 1px solid lightgrey;
}*/

h1 {
	text-transform: uppercase;
	color: #DC0F46;
	margin-top: 0;
	margin-bottom: 0.5em;
}
p {
	margin: 0 0 2em 0;
}
img.logo {
	width: 50vmin;
}
img.download {
	width: 50vmin;
	margin-bottom: 20px;
}


a {
	color: #DC0F46;
  	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #DC0F46;
}