/*  most general */
a { 
    color: inherit;
}

a:hover {
    color: #888888;
}

a:hover .silent { display:inline; }
.silent, a:hover span { display: none; }

.main {
    display:block;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

/* font modifications */
.northumbria {
    font-family: DK Northumbria, Palatino, Georgia, serif;
    src: url('DK Northumbria.otf');
    font-size: 36pt;
    }

.text {
    font-family: Palatino, Georgia, serif;
    font-size: 12pt;
    color: black;
    display: block;
    text-align:center;
}

.footer {
    font-family: Palatino, Georgia, serif;
    font-size: 12pt;
    color: black;
    display: block;
    text-align:center;
}

.heading {
    font-family: Palatino, Georgia, serif;
    font-size: 36pt;
    display: block;
    text-align: center;
}

/* individual backgrounds */

#sensorium {
    background: url('sensoriumbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#whowas {
    background: url('whowasbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact {
    background: url('contactbg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    