/* The Perception of Colour */

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

/* Charts */
#confidence {
	width: 100% !important;
}

/* Colour Table */
.cell-colour {
	float:left;
	width: 22%;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 3px solid #000;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}

.cell-colour-pink {
	float:left;
	width: 22%;
	margin-bottom: 25px;
	padding: 5px 10px;
	border: 3px solid #FF7EBF;
	color: #FF7EBF;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}

.cell-name {
	float: left;
	width: 70%;
	border: 3px dashed #ddd;
	background-color: #eee;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	font-weight: bold;
}

.cheat-sheet {
	float: left;
	width: 100%;
}

/* Footer */
		
#btso {
	position: relative;
	width: 100%;
	margin-top: 20px;
	background: #369fc1;
	color: #fff;
	text-align: center;
}
	
.inside-footer {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 50px 20px;
}

.share-win {
	width: 30%;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* Header */
.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
.header img {
	max-width: 80%;
}
		
#title-img {
	margin: 10% 0 0 0;
}
		
.intro {
	width: 50%;
	max-width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
		
#arrow {
	width: 100%;
	margin-top: 80px;
	text-align: center;
}
		
.tweet {
	height: 30px;
	padding: 10px 30px;
	border: 2px solid #fff;
}
		
.btso-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
	z-index: 2;
}

/* Tiles */
.tile {
	position: relative;
	width: 100%;
	height: 100%;
}
	
.tile-2 {
	position: relative;
	width: 100%;
}
		
#a {
	background:url('http://demo.pushonltd.co.uk/btso/colour-perception-3.jpg');
	color: #fff;
	font-size: 1.4em;
}
		
#b {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	line-height: 27px;
	-webkit-transition: all 2s ease-in-out;
}

#b img {
	max-width: 100%;
}
		
#e {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	-webkit-transition: all 2s ease-in-out;
}

.under {
	border-bottom: 1px dotted #369fc1;
}

/* Links */
a {
	color: #aaa;
}
	
a:hover {
	color: #ff0000;
}

.inside-footer a {
	color: #f3cf25;
	text-decoration: none;
}
	
.inside-footer a:hover {
	color: #79d8d2;
}

.tweet-win a {
	color: #fff;
}

/* Block Quote */
blockquote {
	display: block;
	padding: 20px;
	font-size: 1.2em;
	border-left: 2px solid #2878a6;
	background: #eaeaea;
}

.statistic-left {
	float: left;
	width: 40%;
	padding: 22px 22px 24px 22px;
	margin: 5px 20px 0 0;
	font-size: 1.2em;
	border-left: 4px solid #2878a6;
	background: #eaeaea;
	background-position: right bottom;
}

.statistic-left-male {
	float: left;
	width: 40%;
	padding: 22px 22px 44px 22px;
	margin: 5px 20px 0 0;
	font-size: 1.2em;
	border-left: 4px solid #2878a6;
	background: url('http://demo.pushonltd.co.uk/btso/male-2.jpg') no-repeat #eaeaea;
	background-position: right bottom;
}

.statistic-right {
	float: right;
	width: 40%;
	padding: 22px 22px 22px 22px;
	margin: 5px 0 0 20px;
	font-size: 1.2em;
	border-right: 4px solid #2878a6;
	background: #eaeaea;
	background-position: right bottom;
}

/* Responsive */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#b {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	line-height: 24px;
	-webkit-transition: all 2s ease-in-out;
	}

.intro {
	width: 80%;
	margin-top: 30px;
	font-size: 0.7em;
}

.inside-footer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 50px 20px;
}

.btso-logo {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
	z-index: 2;
}

#arrow {
	margin-top: 30px;
}
}