.navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    
}

@

.footer {
    width: 100%;
    background-color: #222;
    fontsize: 0.8rem;
    padding: 0 0;

}

.navbar-inner {
    background: transparent;
    fontsize: 3rem;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.img-div {
    height: auto;
}

body {
    background: #000;
    background-image: url(../img/background.jpg);
    font-size: 1.5rem;
    overflow-y: visible;
    background-position: top left;
    background-attachment: scroll;
}

.nav a {
    color: white;
    font-size: 1.8rem !important;
    text-shadow: 0 0 20px #f22;
    padding-left: 2;
    padding-right: 2;
    white-space: nowrap;
}


.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #f00, 0 0 10px #f22, 0 0 15px #F44, 0 0 20px #F66, 0 0 25px #F88, 0 0 30px #FAA, 0 0 35px #FFBB;
    }

    to {
        text-shadow: 0 0 5px #f00, 0 0 15px #f22, 0 0 45px #F44, 0 0 20px #F00, 0 0 25px #F00, 0 0 10px #FAA, 0 0 35px #FFBB;
    }
}
.img-text{
    font-size: 1rem;
    text-align: center;
}
media (max-width: 980px) {
    body {
        padding-top: 1%;
        background-repeat: repeat;
        background-position: top left;
        background-attachment: scroll;
    }
}

@media only screen and (max-device-width: 813px) and (min-device-width: 375px) {

    html,
    body {
        padding-top: 1%;
        background-image: none;
        background: none;
        background: #000;

    }
}