@import url("styles/themes/theme-alice.min.css");

@font-face {
    font-family: TakenByVultures;
    src: url("fonts/Taken by Vultures Demo.otf");
}

.navbar-brand {
    font-family: TakenByVultures;
    font-size: 40pt !important;
    font-weight: normal !important;
}

.factory-flag {
    visibility: hidden;
}

.colors-e {
    color: #000;
    background-color: rgba(255, 255, 255, .93);
}

.navbar-nav > li > a {
    text-transform: lowercase !important;
    font-family: Georgia, "Palatino Linotype", "Book Antiqua";
    font-size: 16px;
}

h2, h4, h6 {

    font-family: Georgia, "Palatino Linotype", "Book Antiqua";
    text-transform: lowercase;
}

#top-nav.colors-e .navbar-nav a.active, .colors-e .gallery .filter .nav li a.active, .colors-e .highlight, .colors-e .link, .colors-e.highlight, .colors-e.link, .colors-f a, a.colors-f{
    color: #e01825;
}
.colors-e .top-line:before, .background-85-d{
    background-color: #e01825 !important;
}

@media screen and (max-height: 700px) and (max-width: 400px) {
    .video-bg {
        max-height: 350px;
        padding-top: 50px;
    }

    #home {
        max-height: 300px;
    }
}



