@font-face {
    font-family: fallout;
    src: url("../fonts/fallout-webfont.woff");
}

html,body
{}
body
{
    padding-right: 0 !important

}

.row {
    margin-top: 50px;
    overflow: hidden;
}

#DownloadBtn:hover {
    border-collapse: collapse;
    border-color: #fff;
    text-align: center;
    color: #ffffff;
    background-color: #131313;

}

#DownloadBtn:active {
    background-color: #131313;
    color: white;
}

.container-fluid {
    background-color: #131313;
    font-size: 18px;

    position: relative;
    z-index: 6;
}

#HomeStart, #Download {
    margin-top: 25%;
    margin-bottom: 25%;
}

.end {
    background-image: url("../img/fallout1.jpg");
    position: relative;
}

.start {
    background-image: url("../img/city1.jpg");
    position: relative;

}

.gradStart {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(rgba(180, 180, 180, 0.8), #000);
    opacity: .6;

}

.gradEnd {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(rgba(180, 180, 180, 0.8), #000000);
    opacity: .6;
}

.overImg {
    width: 100%;
    height: 100%;
    background-image: url(../img/OverNiko.png);
    background-color: rgba(0, 0, 0, 0.3);
    color: #acacac;
    position: absolute;
    pointer-events: none
}
.terminalBorder
{
    border: 100px solid;
    border-image: url(../img/border.png) 5% stretch;
    z-index: 5;
}
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-download {
    color: white;
    padding-bottom: 20px;
}

.panel-heading > h4 {
    color: #171717;
    font-size: 22px;
}

.panel-body {
    color: #acacac;
    background-color: #171717;
    border-color: #333;
}
.front
{
    position: relative;
    z-index: 6;
}
