﻿@charset "utf-8";
/* CSS Document */

.navbar-fixed-top {
    position: absolute;
    top: 0px;
    background: rgba(25, 25, 25, 0.7);
}

@media (max-width: 1280px) {
    header#header {
        min-height: 0;
        background: rgba(25, 25, 25, 0.7);
    }
}
