/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-Mar-2016, 16:47:29
    Author     : malum
*/

@font-face {
    font-family: "MyriadPro-Bold";
    src: url('MyriadPro-Bold.otf') format('opentype');
}

#content{

    position:fixed !important;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;

}

#content .background{
    position:fixed !important;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;

    background-repeat: no-repeat;
    background-size:  cover;

}

.name{
    position: fixed;
    top: 50%;
    left: 50%;
text-align: center;
    transform: translate(-50%, -50%);
    font-family: "MyriadPro-Bold";

}