/* 
Name: Performing places
Date: May 2014 
Description: Dissemination of Prof Sally Mackey's Peforming Places research material. Version: 1.0 
Website Author: Shaun Canon (shauncanon@sky.com)
Site Designer: Dave Luff (dave@westaygold.com) */

#container {
	min-height: 2560px;
} 

#title {
	background: #f0ab77;
	color: white;
}

#header {
	position: absolute;
	background: url('../images/hmstudio.png') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#background {
	min-height: 2560px;
	background-color: #f0ab77;
}

#navarea {
	min-height: 2560px;
}

.yellow-circle:hover {
	z-index: 150;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }

.blue-circle {
	width: 112px;
	height: 112px;
	top: 480px;
	left: 49px;
  }

.blue-circle:hover {
	z-index: 150;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }
 
 h1 {
	color: white;
 }
 
 #columns {
	color: white;
 }
 