﻿/* Making research matter, University of Brighton */
/* Wastehouse-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 {
    text-transform: uppercase;   
    margin: 0;
    font-size: 4.5em;
}
.main-title h1 .large {
    font-size: 1.5em;
    display: block;
    font-weight: bold;
}
.video-slide .slide-content {
    margin: 85px auto;
}
.blue-text {
    color: #16c1f3;
}
.key-facts-row {
    clear: both;
    padding-top: 100px;
}
.key-facts-col {
    float: left;
    width: 40%;
    padding-top: 180px;
    padding-bottom: 40px;
}
.key-facts-col:first-child {
    margin-right: 12%;
    margin-left: 6%;
}
.key-facts-col.single-col {
    width: 100%;
    margin: 0;
}
.key-facts-col.under-content {
    padding-top: 20px;   
    margin-top: -50px;
}
@media screen and (max-width:800px) {
    .key-facts-col {
        float: none;
        padding-top: 0;
        width: 360px;
    }
    .key-facts-col:first-child {
        padding-top: 15%;
    }
    .wide-content .key-facts-col {
        margin-left: 15%;
    }
}
.key-fact {
    margin-bottom: 60px;
}
.key-biggest {
    font-size: 4em;
}
.key-medium {
    font-size: 2.4em;
    text-transform: uppercase;
}
.key-small {
    font-size: 1.1em;
}
.cassette {
    background: url('../png/casette-tape.png') no-repeat right top;
    
}
.vhs {
    background: url('../png/vhs.png') no-repeat left top;
    padding-top: 140px;
}
.floppy-disc {
    background: url('../png/floppy-disk.png') no-repeat left top;
    padding-top: 220px;
}
.toothbrush {
    background: url('../png/toothbrush.png') no-repeat left top;
    padding-top: 50px;
}
.nuts-bolts {
    background: url('../png/nuts-bolt.png') no-repeat left top;
    padding-top: 100px;
}
.paint {
    background: url('../png/paint.png') no-repeat 130px top;
    padding-bottom: 30px;
    padding-top: 30px;
}
.denim {
    background: url('../png/denim.png') no-repeat right top;
    padding-top: 30px;
}
.dvd {
    background: url('../png/dvd.png') no-repeat left top;
    padding-top: 235px;
}
.bicycle {
    background: url('../png/bicycle.png') no-repeat left bottom;
    padding-bottom: 160px;
}

