body{
   /* background-image: url(Images/Img_TheCamp/slider1.jpg);
    background-repeat: no-repeat;
         background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;*/
    width: 100%;
    /*border-top: 20px solid black;*/
     font-family:  'Roboto', sans-serif;
    margin: 0 auto;
        position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.logoheader h2{
    color: white;
    text-shadow: 2px 1px 0px black;
}
.logoheader{
   
    overflow: auto;
}
.logoheader h1{
    color: white;
    text-align: start;
    font-family:  'Roboto', sans-serif;
}

.logoheader{
    padding-top: 10px;
    padding-bottom: 15px;
   
}

.logoheader img{
    float: left;
    vertical-align: center;
    display: block;
    max-width:100px;
    padding: 0px;

}
.logoBody h1{
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    }

.logoBody{
float: left;
width: 65%;
display: block;
}

.logoBody span{
font-size: 14px;
margin-top: 0;
padding: 0px 0px 5px 0px;
display: inline-block;
width: 100%;
}

.logoBody div{
margin-top: -15px;
}

#btnPlayOnline{
    text-align:center;
    display:block;
    vertical-align: bottom;
text-decoration: none;
    color: black;
    
    bottom: 0;
    right: 0;
    margin: 10px;
    border-radius: 12px;
    background:  white;
    padding: 5px 60px;;
    position:fixed;
z-index: 9999;
}

.button {
    background-color: hsl(120, 77%, 54%); /* Green */
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 12px;
    width: 70%;
    box-shadow: 1px 1px 1px black;
  }

.navigationBar {
    background-color: #333;
    list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    
    .nav_li {
      float: left;
    }
    
    .nav_li a {
      display: block;
      color: black;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
.nav_li a img{
    width: 30px;
    padding: 0px 0px;
}
.nav_li .aImg{
    display: block;
      color: black;
      text-align: center;
      padding: 7px 8px;
      text-decoration: none;
}
   
 
    .nav_li a:hover:not(.active) {
      background-color: skyblue;
    }
    
    /*###################################Language Box###############################*/
    .languagepicker {
 
        padding: 0px;
        height: 36px;
        overflow: hidden;
        transition: all .3s ease;
        margin: 5px;
        vertical-align: top;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 18px;
    }
    
    .languagepicker:hover {
        /* don't forget the 1px border */
        height: 72px;
    
    }

    .languagepicker a li:hover {
    
        background: rgba(255, 255, 255, 0.5);
        color: black;
    }
    
    .languagepicker a{
        color: black;
        text-decoration: none;
       background-color:#333;
    }
    
    .languagepicker li:last-child {
        display: block;
        padding: 0px 20px;
        line-height: 36px;
      
    }
    
    .languagepicker li img {
        margin-right: 5px;
    }
    
    /*###############################################################*/

.mainBodyWrapper{
    overflow: auto;
    color: black;
    width: 100%;
    margin: 0 auto;     
  -webkit-align-content: center;
  align-content: center;
}

.yellow{
    background: 
    linear-gradient(to bottom right, #ffd500 50%, transparent 50.5%) no-repeat bottom,
    /* bottom part */
    linear-gradient(0deg, #ffd500, #ffd500) no-repeat top;
  /* top portion */
  
  padding-bottom: 3em;
  background-size: 100% 1.5em, 100% calc(100% - 1.5em);

}
.white{
    background: 
    linear-gradient(to bottom right, black 50%, transparent 50.5%) no-repeat bottom,
    /* bottom part */
    linear-gradient(0deg, black, black) no-repeat top;
  /* top portion */
  
  padding-bottom: 3em;
  background-size: 100% 1.5em, 100% calc(100% - 1.5em);
  color: white;

}

.red{
    background: 
    linear-gradient(to bottom left, #bf181a 50%, transparent 50.5%) no-repeat bottom,
    /* bottom part */
    linear-gradient(10deg, #bf181a, #bf181a) no-repeat top;
  /* top portion */
  
  padding-bottom: 3em;
  background-size: 100% 1em, 100% calc(100% - 1em);
}

.blue{
    background: 
    linear-gradient(to bottom left, #3f00ec 50%, transparent 50.5%) no-repeat bottom,
    /* bottom part */
    linear-gradient(10deg, #3f00ec, #3f00ec) no-repeat top;
  /* top portion */
  
  padding-bottom: 3em;
  background-size: 100% 2em, 100% calc(100% - 2em);
}

.scroll-container{
    overflow: auto;
    white-space: nowrap;
    padding: 4px 70px 5px 20px;
    background: transparent;
    height: 100%;
    border-radius:15px;
  }
  
  .gridscroll{
    display:inline-block;
  }
  
  .gridscroll img {
    margin-right:0px;
    height: 200px;
  }

    
  .ml img{
    height: 250px;
  }


#imgStore{
    height:90px;
    padding-right: 30px;
    margin-top: 30px;
}

#imgStore:hover{
    height:110px;
     margin-top: 10px;
}

.headerImgWrapper
{
    width: 90%;
    margin: 0 auto;
}

.headerImgWrapper img
{
    width: 100%;
    margin: 0 auto;
}

.rightWrapperHeader{
    width: 70%;
    margin: 0 auto;
    
}
.mainBodyWrapper h1{
    text-align: center;
    align-content: center;
    font-size: 80px;
  -webkit-background-clip: text;
  color: black;
    
}
.rightWrapperHeader p{
    text-align: left;
    align-content: left;
    font-size: 18px;
    color: black;
    
}

.contentWrapper{
    overflow: auto;
    margin: 0 auto;
       width: 99%;
    
}

.contentWrapper h2{
    text-align: center;
    align-content: center;
    font-size: 50px;
  -webkit-background-clip: text;
  color: black;
    
}
.modesWrapper{

    width: 99%;
    display: table;
  
}
*{
    box-sizing: border-box;
}
.column{
    float: left;
  width: 25%;
  padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
.modesWrapper img{
     
    width: 98%;
    
}
.modesWrapper img:hover{
     
    width: 100%;
    
}


.imgWrapper1{
     
    
  width: 45%;
    float: left;
}
.imgWrapper2{
     
  width: 45%;
    float: left;
}
.innerWrapper img{

    width: 35%;
    margin-left: 50px;
    margin-right: 50px;
}

p{
    line-height: 1.2em;
    margin: 10px;
}

.innerWrapper{
    overflow: auto;
    width: 90%;
    margin: 0 auto;
}

.footer li a{
      margin: 0px;
      padding-bottom: 5px;
    align-self: center;
    color: black;
}

.footer li{
    list-style-type: none;
    margin-top: 5px;
}
.footer {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 auto;
    background: white;
    margin-top: 8px;
    text-align: left;
    align-content: center;
}

#para1{
font-size: 30px;
    }

@media screen and (max-width: 1350px) {

.innerWrapper img{

    width: 30%;
    margin-left: 30px;
    margin-right: 50px;
}
}

@media screen and (max-width: 650px){
        
 
#imgStore{
    height:40px;
    padding-right: 10px;
    margin-top: 30px;
}

#imgStore:hover{
    height:40px;
    padding-right: 10px;
    margin-top: 30px;
}
.rightWrapperHeader{
     float: none;
    width: 98%;
    margin: 0 auto;
    
}
.mainBodyWrapper h1{
    text-align: center;
    align-content: center;
    font-size: 25px;
  -webkit-background-clip: text;
  color: black;
    display: block;
    
    
}
#para1{
font-size: 18px;
    }
.rightWrapperHeader p{
    text-align: center;
    align-content: center;
    font-size: 16px;
    display: block;
    
}
.leftWrapperHeader{
    text-align: center;
    align-content: center;
     float: none;
    height: auto;
    width: 98%;
    
}
.leftWrapperHeader img{
    width: 70%;
    align-content: center;
    float: none;
    align-items: center;
    display: inline-flex;
    align-self: center;
   /* -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);*/
}
#btnPlayOnline{
    display: none;
}
.imgWrapper1{
  width: 98%;
    float: auto;
    margin-bottom: 40px;
}
.imgWrapper1 img{
    
    margin: 0 auto;
      display: block;
  }
  .imgWrapper2 img{
  
    margin: 0 auto;
    display: block;
  }
.imgWrapper2{
     
  width: 98%;
    float: auto;
}
.innerWrapper img{
float: inherit;
    width: 60%;
    display: block;
    float: none;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

.innerWrapper{
    overflow: auto;
    width: 90%;
    margin: 0 auto;
}


.contentWrapper h2{
    text-align: center;
    align-content: center;
    font-size: 40px;
    color: black;
  -webkit-background-clip: text;

    
}
.modesWrapper{

    width: 99%;
    display: block;
  
}
.column{
    float: none;
    margin: 0 auto;
  width: 98%;
  padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
.modesWrapper img{
     
    width: 98%;
    
}
.modesWrapper img:hover{
     
    width: 100%;
    
}

    

}



