@font-face {
	font-family: webly sleek;
	src: url('weblysleek.ttf');
}

@font-face {
	font-family: carto;
	src: url('CartoGothicStd-Book.otf');
}

@font-face {
	font-family: bernerdo;
	src: url('../fonts/BernardoModaSemibold.ttf');
}

body {
    background: url("../images/footer_lodyas.png");
    background-color: #060606;
}

    .container {
        width: 100%;
        height: 1px;
        overflow: visible;
    }

        .container .content {
            position: relative;
            left: 50%;
            margin-left: -250px;
            width: 500px;
            text-align: center;
            font-family: bernerdo;
            font-size: 5.0em;
            color: #fff;
        }



@media screen and (min-width: 600px) {
    body {
        background-color: #060606;
    }

        .container {
            margin: 0 auto;
            width: 100%;
            height: 1px;
            overflow: visible;
        }

            .container .content {
                position: absolute;
                margin: auto;
                top: 0; left: 0; bottom: 0; right: 0;
                width: 500px;
                height: 500px;
                text-align: center;
                font-family: bernerdo;
                font-size: 5.0em;
                color: #fff;
            }
}