.gear {
    width: 50px;
    height: 50px;
    margin: 0;
}

.nav-item {
    display: inline;
}

li {
    display: inline-block;
    color: black;
}

a {
    color: black;
}

.w-75 {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    a.centerButton {
        margin-left: 35%;
    }
    p.mobile {
        font-size: 10px;
    }
    img.gear {
        width: 20px;
        height: 20px;
        margin: 0;
    }
    p.sponsorsheading {
        text-align: center;
        font-family: 'Bangers', cursive;
        font-size: 30px;
    }
    h3.headingmobile {
        font-size: 20px;
    }
    ul.mobile2 {
        background-color: black;
    }
    img.footermobile {
        width: 10%;
        margin: 1%;
        zoom: auto;
    }
    footer.foot {
        position: absolute;
        top: auto;
    }
    footer.foot2 {
        position: absolute;
        bottom: 0;
    }
    footer.foot3 {
        position: absolute;
        top: auto;
    }
    footer.foot4 {
        position: absolute;
        top: auto;
    }
    .btn {
        width: 30%;
        height: 50%;
        font-size: 10px;
    }
}

@media (min-width: 767px) {
    img.footermobile {
        width: 10%;
        margin: 1%;
    }
    a.navfont {
        font-family: 'Bangers', 'Times New Roman';
        font-size: 10px;
        justify-content: center;
    }
    a.nav-link {
        font-family: 'Bangers', 'Times New Roman';
        font-size: 15px;
        justify-content: center;
    }
    footer.foot {
        position: absolute;
        top: auto;
    }
    footer.foot2 {
        position: absolute;
        bottom: 0;
        z-index: 1020
    }
    a.buttonposition {
        position: absolute;
        margin-top: 2.5%;
        left: 80%
    }
    a.centerButton {
        margin-left: 43%;
    }
}

@media (min-width: 1024px) {
    img.footermobile {
        width: 10%;
        margin: 1%;
    }
    a.navfont {
        font-family: 'Bangers', 'Times New Roman';
        font-size: 10px;
        justify-content: center;
    }
    a.nav-link {
        font-family: 'Bangers', 'Times New Roman';
        font-size: 15px;
        justify-content: center;
    }
    a.buttonposition {
        position: absolute;
        margin-top: 2.5%;
        left: 88%
    }
}

@media screen and (max-width: 1024px) and (max-height: 767px) {
    a.centerButton {
        margin-right: 10%;
    }
}

@media screen and (min-width: 1281px) {
    img.footermobile {
        width: 3%;
        margin: 1%
    }
    a.nav-link {
        font-family: 'Bangers', 'Times New Roman';
        font-size: 25px;
        justify-content: center;
    }
    footer.foot {
        position: absolute;
        bottom: 0;
        z-index: 1020;
    }
    footer.foot2 {
        position: static;
        bottom: 0;
        z-index: 1020
    }
    footer.foot3 {
        position: static;
        bottom: 0;
        z-index: 1020
    }
    footer.foot4 {
        position: static;
        bottom: 0;
        z-index: 1020
    }
    a.buttonposition {
        position: absolute;
        margin-top: 1.5%;
        left: 90%
    }
    a.centerButton {
        margin-left: 47%;
    }
}

.robotimagesize {
    width: 48.5%;
}

.parallax {
    /* The image used */
    background-image: url(../images/Nav-Bar_Photo.gif);
    background-color: black;
    position: relative;
    ;
    /* Set a specific height */
    height: 60px;
    z-index: 999;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-clip: rect(300px, 0, 300px, 0); */
    /* background-position-x: 0; */
    /* background-position-y: -450px */
}

.navtext {
    text-shadow: 4px 4px 10px rgb(63, 1, 219), -4px 4px 10px rgb(63, 1, 219);
}

.navtext:hover {
    text-shadow: 4px 4px 10px rgb(219, 1, 30), -4px 4px 10px rgb(219, 1, 30);
}

.nav-footer-settings {
    height: 60px;
}

.Sponsers {
    text-align: center;
    font-family: 'Bangers', cursive;
    font-size: 50px;
}

/*
.Sponsers:hover {
    text-shadow: 4px 4px 10px rgb(63, 1, 219), -4px 4px 10px rgb(63, 1, 219);
}
*/

.paragraph-font {
    margin-left: 10%;
    margin-right: 10%;
    font-family: Calibri;
    font-size: 20px;
    text-align: center
}

.bg-light {
    background-color: white;
}

.SponsersRow {
    content: "";
    clear: both;
    display: table;
}

.SponsersCol {
    float: left;
    width: 33.33%;
    padding: 6%
}

.SponsersCol2 {
    float: left;
    width: 33.33%;
    padding-left: 6%;
}

p.heading {
    font-family: 'Bangers', 'Times New Roman';
    font-size: 25px;
    /* justify-content: center; */
}

ul.bullet {
    list-style: circle
}

.centerHeading {
    text-align: center;
    z-index: 1000;
    font-family: 'Bangers', cursive;
    font-size: 25px;
}

.content-align
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#demo {
  text-align: center;
  font-size: 80px;
  margin: 0px;
  font-family: 'Bangers', cursive;
  color: white;
  -webkit-text-stroke: 3px black;
  
}

#demoo {
  text-align: center;
  font-size: 60px;
  margin: 0px;
  font-family: 'Bangers', cursive;
  color: white;
  -webkit-text-stroke: 3px black;
}

#countdownClock {
background: url(../images/InfiniteRecharge.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: black;
margin: 0px;
text-align: center;


}

#demooo {
font-size: 20px;
font-family: 'Bangers', cursive;
text-align: center;
margin: 0px;
color: white;
-webkit-text-stroke: 1px black;
}
