body{
    background-image: url(img/bg.jpg);
}
h2{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
}

/* navigation */
nav{
    background-color: #7fb2eb;
    width: 100%;
}
.nav-scrolled{ /*this applies on the js*/
    background-color: #7fb2eb;
}
#offcanvasNavbar{
    background-color: #7fb2eb;
}
#brand img{
    width: 40px;
    margin-top: -5px;
}
/* footer */
.footer{
    background-color:#7fb2eb;
}
#first-grid{
    margin: auto;
}
#fourth-grid{
    padding-top: 47px;
}
#fifth-grid{
    background-color: #46607d;
    display: flex;
    justify-content: center;
    width: 100%;
}
#first-grid img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#first-grid h5{
    text-align: center;
}
#fifth-grid p
{
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-top: 20px;
}
/* ------------------------------------------------------------------------------------ */


/* responsive css */
@media screen and (max-width:990px){
    /* offcanvas */
    #menu-logo{
        width:40px;
    }
    
    /* footer */
    #first-grid img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #first-grid h5{
        font-size: 20px;
        text-align: center;
    }
}
    
@media screen and (max-width:555px) {
    /* navbar */
    #brand img{
        width: 35px;
    }
    #menu-btn{
        border:none;
    }
    #menu-btn span{
        width: 25px;
    }
    
    /* offcanvas menu */
    #offcanvasNavbar{
        width: 300px;
    }
    #menu-logo{
        width:35px
    }
    
    /* footer */
    #footer-grid{
        display:grid;
        grid-template-columns: 1fr;
    }
    #first-grid{
        width: auto;
        margin-top: 15px;
    }
    #second-grid{
        width: auto;
    }
    #footer-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #first-grid{
        grid-column: 1/3;
    }
    #fourth-grid{
        grid-column: 1/3;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-top: px;
    }
    #fifth-grid{
        grid-column: 1/3;
    }
}

@media screen and (max-width:430px) {
    /* navbar */
    nav{
        height: 60px;
        width: 100%;
    }
    #brand{
        font-size: 18px;
    }
    #brand img{
        width: 30px;
    }
    
      /* footer */
    #footer-grid
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 10px;
        width: 100%;
    }
    #first-grid{
        margin: auto;
        width: 100vw;
    }
    #second-grid{
        margin: auto;
        width: 50vw;
    }
    #third-grid{
        margin: auto;
        width: 50vw;
    }
    
    #fourth-grid
    {
        text-align: center;
        grid-column: 1/3;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-size: 10px;
        width: 100vw;
    }
    #fifth-grid
    {
        grid-column: 1/3;
        font-size: 10px;
    }
    #footer img
    {
        margin-top: 10px;
    }
    .rgbspan {
        font-size: 90%;
        font-weight: bold;
    }
    h1 {
        text-align: center;
        font-size: 150%;
        margin: 0;
        background-color: #7fb2eb;
        font-weight: normal;
        text-transform: uppercase;
        border-radius: 5px;
    }
    .line {
        width: 100%;
        height: 60px;
        text-align: center;
        background-color: white;
        padding: 0;
        border-radius: 5px;
    }
    .status {
        display: inline-block;
        width: 20%;
        color: #7fb2eb;
        font-weight: 700;
        font-size: 10px;
    }
    #playAgain {
        border-radius: 20px;
        color: #7fb2eb;
    }
    
    #hardBtn {
        color: #7fb2eb;
        font-size: 15px;
    }
    
    #easybtn {
        color: #7fb2eb;
        font-size: 15px;
    }
}
