*
{
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out ;
}


html, body
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 85%;
    color: #D5D6E2;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/

}

.cover
{
    width: 100%;
    height: 368px;
    margin: 0;
    padding: 0;

    background: url('../img/cover.png') no-repeat top center fixed;
    background-color: #ffebee;
}

nav li
{
    display: inline-block;

    list-style: none;
}


.nav-main,
.nav-credits
{
    float: right;
}

.nav-main li,
.nav-credits li
{
    margin-left: 1.85em;
}

.spotlight
{
    text-align: center;
}

a
{
    text-decoration: none;
    text-transform: uppercase;
    color: #69706f;
}

a:hover
{
    color: #000;
}

header
{
    padding: 30px 0;
}

.spotlight h1
{
    font-size: 2.5em;
    font-weight: 100;
    margin-bottom: 1em;
}
.spotlight h1 strong
{
    display: inline;
    font-weight: 500;
}

.spotlight h2
{
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 5em;
}

.spotlight-image
{
    margin: 8em 0 10em;
    padding: 0;
}
.social li
{
    float: left;

    margin-right: 1em;
}
.logo
{
    display: block;
    padding: .5em 0;
}
.nav-main li a
{
    display: block;
    padding: .5em 1.5em;
    border: 1.5px solid #15cab8;
    border-radius: 60px;
}


.nav-main li a:hover
{
    color: #111;
    border: 1.5px solid #FF8A80;
}






/* Styles to help demonstrate the grid */

code,
pre
{
    font-family: 'Source Code Pro', Consolas, Menlo, Monaco, monospace;
    padding: 3px;
    color: #333;
    border-radius: 5px;
    background: #E0F2F1;
}

pre
{
    padding: 10px;
    text-align: center;
}

.demo p
{
    margin: 0;
}

.demo .column pre
{
    margin: 0;
    padding: 20px 0;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.demo .column pre:hover
{
    background: #A7FFEB;
}

.grid,
.column
{
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

.demo .column .grid
{
    overflow: hidden;

    background: rgba(241,227,213,.5);
}

.demo .column .row:first-child
{
    border-radius: 5px 5px 0 0;
}

.demo .column .row:last-child
{
    border-radius: 0 0 5px 5px;
}

p code{
    display: inline-block;
    margin-top: 5px;
}

