﻿@font-face {
    font-family: "RobotoCondensed";
    src: url(RobotoCondensed-Regular.ttf) format("opentype");
}

html, body, form {
    font-family: 'RobotoCondensed';
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}
html, body{
    height: 100%;
}

body{
    padding-top: 0px;
}
h1, h2, h3, h4, h5{
    color:#ab000b !important;
    text-transform: capitalize;
}
.hw{
    color: #fff !important;
    text-shadow: 0 0 3px rgba(0,0,0,1);
}

img {
    max-width: 100%;
    max-height: 100%;
}