﻿/* Making research matter, University of Brighton */
/* Football4peace-specific styles */
#slide1 .shadow-overlay {
    background: url('../png/shadow-overlay-blue.png') repeat-x top left;   
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-title { 
    background: none;
    top: 80px;
}
.main-title h1 { 
    margin: 0;
    font-size: 4.5em;
	text-transform: uppercase;
}
@media screen and (max-width:800px) {
	.main-title h1 { 
		padding-left: 0.8em;
	}
}
.main-title h1 .large {
    font-size: 1.4em;
    display: block;
    font-weight: bold;
/*    padding-top: 8px;*/
}
.blue-text {
	color: #6ecff6;	
}
.main-title h1 .border {
    border-bottom: 1px solid #fff;
}
.video-slide .slide-content {
    margin: 85px auto;
}
.pull-stat {
    text-transform: uppercase;
    font-size: 1.15em;
    width: 288px;
    max-width: 100%;
    margin-top: 5%;
}
.pull-stat .large {
   font-size: 1.4em; 
}
.pull-stat .key-medium {
    display: block;   
}
.slide-quote {
	font-size: 1.4em;
	margin-top: 80px;
}
