/* 
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: 3620px;
} 

#title {
	margin: 75px 0 0 240px;
	background: #8c4447;
	color: white;
}

#header {
	background: url('../images/otwopeners.png') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
#background {
	min-height: 3620px;
	background-color: #8c4447;
}

#navarea {
	min-height: 3620px;
}

.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);
 }
       
#columns {
	color: white;
 }
 
