@media screen and (max-width: 768px) {
    body {
        padding-top: 63px;
    }
}
@media screen and (min-width: 768px) {
    body {
        padding-top: 126px;
    }
}
@media screen and (min-width: 1200px) {
    body {
        padding-top: 63px;
    }
}
body {
    font-family: "sans-serif";
    box-sizing: inherit;
    background-color: #222222;
}
.dapiya-brand {
    filter: brightness(0.88);
    margin-top: -4px;
    color: rgba(250,120,0,0.88);
    font-weight: normal;
    font-family: "consolas", "sans-serif";
    font-size: 20px;
}
.dropdown-menu.navbar-inverse>li>a {
    color: #9d9d9d;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu.navbar-inverse>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
}
.dropdown-menu.navbar-inverse>li.active>a {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,1);
    outline: 0;
}
.jumbotron {
    background-color: #222222;
}
.jumbotron.jt-head {
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    min-height: 53vh;
    min-width: 100%;
    max-width: 100%;
    background: url(../img/aivis-banner.png) no-repeat;
    background-size: cover;
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1),
        rgba(0,0,0,0.88),
        rgba(0,0,0,0.66),
        rgba(0,0,0,0)
    );
    background-position: center;
}
.jumbotron.jt-head p>a {
    color: #85cee4;
}
.jumbotron.jt-head p>a:hover {
    color: #337ab7;
}
.jumbotron.jt-head p>a:focus {
    color: #337ab7;
}
div.container-fluid.jt-body {
    color: rgba(255,255,255,0.8);
    position: relative;
    top: 53vh;
}
.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.footScript {
    color: rgba(255,255,255,0.8);
    font-size: 1.21rem; 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
hr.jt-line {
    background: #22242E;
    width: 100%;
    height: 4px;
}
hr.nohr {
    border-width: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}