body
{
    background-color: white;
}

header
{
    position: relative;
    background-color: black;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

footer
{
    background-color: black;
    color: white;
}

header > video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 350px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

section.title
{
    background-color: black;
    color:#CDCDCD;
}

.container-data
{
    background-color: #FFFFFFFF;
}

footer > div.logos
{
    background-color: white;
}

footer > div.logos img
{
    max-height: 175px;
    max-width: 175px;
    padding: 10px;
}