#home{
    background: #1c1c1c;
}
a.alt-child {
    color:#E9BF17!important;
}

img {
    height: auto;
}

.info-bottom{
    width:65%;
}

.info-top{
    width:100%;
    text-align:center !important;
}


.play-now-btn{
    margin-right:unset !important;
}

.logo {
    margin: auto;
    display: block;
    height: 45px;
    width: auto;
}
.info-title1{
    padding: 10px;
    color: white;
    text-align: center;
    border-width: 5px;
    border-style: outset;
    width: 100%;
    border-radius: 5px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.info-subtitle1{
    padding: 12px;
    font-size:24px;
    border-bottom-width: 6px;
    /* border-bottom-style: double;*/
    font-style: normal;
    font-weight: bold;
    border-width: 4px;
    border-style: outset;
    border-radius: 7px;
}
.info-content{
    background: black;
    border-radius: 6px;
}
.info-title2{
    font-size: 18px;
font-weight: bold;
    padding: 5px;
    color: white;
    text-align: center;
    border-width: 3px;
    border-style: outset;
    /* width: 182%; */
    border-radius: 5px;
    margin-top: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.info-marquee{
    font-size: 13px;
font-weight: bold;
    padding: 5px;
    color: #000000;
    text-align: center;
    border-width: 3px;
    border-style: outset;
    /* width: 182%; */
    border-radius: 5px;
    margin-top: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#ualtlink{
 font-size: 17px;
 border-style: outset;
 margin-top: -15px;
 padding: 15px;
}

.info-image{
    max-width: 100%;
    animation: blink-animation 3s steps(5, start) infinite;
    -webkit-animation: blink-animation 3s steps(5, start) infinite;
}
.footer-btn button{
    background: linear-gradient(to bottom, #E9BF17 0%,#000000 100%);
    box-shadow: inset 0px 10px 20px -5px #E9BF17, inset 0px -10px 20px -5px #E9BF17;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
}
.menu {
    padding: 12px 0;
}

@media (max-width: 768px){
    .info-title, .custom-title {
        font-size: 22px;
        width: 100%;
    }
    .logo {
        margin: auto;
        display: block;
        height: 25px;
        width: auto;
    }

    #sidebarCollapse {
        display: none;
    }
}