﻿body
{
    margin: 0;
    font-family: 'Trebuchet MS';
    background-color: #eeeeee;
}

article
{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0px 0px 100px #808080;
}

section #intro h3
{
    width: 75%;
    color: #606060;
    font-size: 1.7em;
    margin-bottom: 0;
}

section #intro p
{
    color: #888888;
}

section #intro
{
    width: 90%;
}

section #showreel
{
    width: 49em;
}

section #showreel h2
{
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #0b6bd7;
    /*text-align: center;*/
}

.embed-container 
{ 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: 
    hidden; 
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

section #news h2
{
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #0b6bd7;

}

/*media query*/
@media screen and (max-device-width: 880px)
{
    section #intro
    {
        width: 90%;
    }

    section #showreel
    {
        width: 90%;
    }

    section #intro h3
    {
        width: 100%;
        text-align: center;
        font-size: 4em;
    }

    section #showreel h2
    {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 880px)
{
    section #intro
    {
        width: 90%;
    }

    section #showreel
    {
        width: 90%;
    }

    section #intro h3
    {
        width: 100%;
        text-align: center;
    }

    section #showreel h2
    {
        margin-top: 0.5em;
    }
}