@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Xolonium';
    src: url('../fonts/Xolonium.eot');
    src: url('../fonts/Xolonium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Xolonium.woff') format('woff'),
        url('../fonts/Xolonium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body { background-color: #000; color: #FFF; font-family: Roboto, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif' !important; font-weight: 300 !important; }
h1 { font-family: Xolonium !important; font-weight: normal !important; color: #FFF; font-size: 32px !important; }
h2 { font-family: Xolonium !important; font-weight: normal !important; color: #fff000 !important; font-size: 24px !important; }
h4 { color: #00ccff !important; font-size: 21px; }
h5 { color: #00ccff !important; font-size: 19px !important; font-weight: normal!important; }
section { margin: 25px 0px; }

.m-20 { margin-top: 20px; }
.m-20-b { margin-bottom: 30px; }