*
{
margin:0;
padding:0;
}
/* body
{
background-image:url(../img/bg.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
width:100%;
height:100vh;
font-family:'Roboto';
font-weight:400;
} */
.bnavigation
{
background-color:lightpink;
}
.bnavigation > .bcontainer
{
max-width:90%;
margin:auto;
}
.bnavigation .bnavbar
{
position:relative;
}
.bnavigation .bnavbar .logo-toggle-bcontainer
{
position:absolute;
left:50%;
top:35px;
transform:translateX(-50%);
}
.bnavigation .bnavbar .logo-toggle-bcontainer a
{
display:block;
}
.bnavigation .bnavbar .logo-toggle-bcontainer a img
{
width:120px;
}
.bnavigation .menu
{
text-align:right;
}
@media screen and (min-width:1024px)
{
.bnavigation .menu
{
display:block !important;
height:auto !important;
}
}
.bnavigation .menu li
{
display:inline-block;
padding:43px 10px;
}
.bnavigation .menu li a
{
display:block;
padding:8px 15px;
text-decoration:none;
font-weight:600;
letter-spacing:1px;
color:#333;
font-size:16px;
}
.bnavigation .menu li:nth-child(1),
.bnavigation .menu li:nth-child(2),
.bnavigation .menu li:nth-child(3)
{
float:left;
}
.bnavigation .menu li:hover a
{
background-color:lightgreen;
color:#fff;
}
@media screen and (max-width:767px)
{	
.bnavigation .bnavbar .logo-toggle-bcontainer
{
position:static;
transform:translateX(0%);
padding-top: 30px;
padding-bottom: 10px;
padding-right: 100px;

}
.bnavigation .bnavbar .logo-toggle-bcontainer a
{
width:80%;
}
.bnavigation .bnavbar .logo-toggle-bcontainer .toggle-box
{
position:absolute;
right:10px;
top:30px;
display:block;
width:30px;
background:#000;
padding:15px 9px;
cursor:pointer;
border-radius:5px;
}
.bnavigation .bnavbar .logo-toggle-bcontainer .toggle-box span
{
display:block;
max-width:90%;
margin:auto;
height:2px;
background-color:#fff;
margin-bottom:4px;
}
.bnavigation .bnavbar .logo-toggle-bcontainer .toggle-box span:last-child
{
margin-bottom:0;
}
.bnavigation .menu
{
text-align:center;
display:none;
}
.bnavigation .menu li
{
display:block;
float:none !important;
padding:0 10px;
border-bottom:1px solid #ccc;
}
}
/* game start */
.slidespace{

    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    border-color: aqua;
    background-color: bisque;
}
.aquote{
    padding-top: 30px;
    padding-bottom: 30px;
    
    text-decoration-color: lightgreen;
    color: lightgreen;
}
.aowl{
padding-left: 35px;
padding-right: 35px;

}
.bquote{
    padding-top: -15px;
    padding-bottom: 30px;
    
    text-decoration-color: lightgreen;
    color: lightgreen;
}
.abgimage{
    background-image: url(../images/2a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;

}
