.img-responsive {
    margin: auto;
    width: 100%;
}
.navbar-inverse {
    background-image: -webkit-linear-gradient(right, #e1a02e, #e1a02e);
    border-bottom: #a3a3a3;
}

.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a {
        background: #fff;
        color: #e1a02e;
        text-shadow: none;
    }
#header .banner h1 {
    background: #e1a02e !important;
}

#header .subtitle h4 {
    background: #67b3b6 !important;
    color: #fff !important;
}
/* in About us: Remove p class lead main text-center
    and remove text-center from h2
    Add it all inside a col-xs-12 col-md-9
    Add a photo and give it col-md-3 and hide on xs and sm
*/

#yayy-about.light-wrapper {
    background: #73b285 !important;
    color: white;
}

#yayy-game.light-wrapper {
    background: #753d5d;
}

.submit-button {
    background-color: #c96357;
}

.themeBy{
    color: #6175B7;
    background: white;
    
}
.game-titles h1 {
    text-shadow:none;
    color:#fff;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
}

.game-images2 img {
    border: 5px solid #4d3748;
    display: block;
    margin: auto;
    margin-top: 40px;
}

game-images1:hover{
    
background-image: url("img/menu/game1.jpg");
    -webkit-background-size:cover;
    background-size:cover ;
    transition: all 1s ease-in-out ;
    height:100vh ;
}

.parallax1 {
    /*background-image: url(../img/parallax-bg-2.jpg);*/
}

.parallax2{
    /*background-image: url(../img/parallax1.jpg); */
}
#yayy-award h2 {
    color: black;
}
#yayy-contact.light-wrapper {
    background: #c96357;
    color: white;
}
#footer.dark-wrapper {
    background: #c96357;
}
#yayy-contact a {
    color: inherit;
}


#yayy-game{
    transition: 0.25s ease-in-out;
}

.inner-footer{
    padding-top: 30px;
    padding-bottom: 30px;
}


.yayy-mobile-button{
    max-width: 50px;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.awards-item {
    background-color: rgba(190,190,190,0.2);
    border-radius: 5px;
}