*{
  font-family: sans-serif;
  color: #333;
}

body{
  background-color: #8E8E8E;
  margin: 0;
  padding: 0;
}

.container{
  background-color: #ffffff;
  margin: 45px auto;
  margin-top:20px;
  padding:10px 40px;
  min-height: 600px;
  max-width: 1200px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px black;
}

.menu-container{
  min-height:auto;
  margin-top:15px;
  margin-bottom:0 !important;
}

.heading-title{
  font-weight: bold;
  font-size: 1.5em;
}

.heading-title a{
  text-decoration:none;
}

.heading-title a:hover{
  text-decoration: underline;
}

.main-menu{
  list-style-type: none;
  float:right;
}

.main-menu li{
  float:left;
  margin-right:15px;
  margin-top:-10px;
}

.main-menu li a{
  font-weight: bold;
}

.main-menu li:last-of-type{
  margin-right:0;
}



/*body{
    background-image: url(images/garchomp.png);
     background-repeat: no-repeat;
     background-size: cover;
     }*/
    li{color:rgb(255, 0, 0);}


    ul.main li{
         color:blue;
    }
    ul.pokemon li{
        color:rgb(255, 0, 0);
    }
ul.onepiece li{
  color:black;
}
.character{
   clear:both;
   margin-bottom:10px;
   margin-top:5px;
}

.character img{
   width:85px;
   margin-right:15px;
   float:left;
}

.clearfix{clear:both}

.banner{
height:200px;
margin-left:-40px;
margin-right:-40px;
margin-top:-10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position:relative;
}


.banner h1{
  color:white;
  text-shadow: 1px 1px 1px #000;
  position:absolute;
  bottom:0;
  left:40px;
  font-size: 2.5em;
  margin-bottom:0;
}
.logo{
  height:90px;
}



.boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* Base box style */
.box {
  background-image: url(https://placekittens.com/300/300);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((100% - 30px) / 4); /* 3 gaps of 10px between 4 items */
  margin-right: 10px;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  text-decoration:none;
  color: #000;
  position: relative;
}

.box span{
  position:absolute;
  display:block;
  bottom:0;
  text-align:center;
  width:100%;
  background-color: rgba(255,255,255,.8);
  padding: 10px;
  box-sizing:border-box;
  font-size:2em;
}

/* Remove margin-right on every nth box */
.box:nth-child(4n) {
  margin-right: 0;
}

/* Tablet (2 per row) */
@media (max-width: 900px) {
  .box {
    width: calc((100% - 10px) / 2);
  }
  .box:nth-child(4n) {
    margin-right: 10px; /* reset from desktop rule */
  }
  .box:nth-child(2n) {
    margin-right: 0;
  }
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
  .box {
    width: 100%;
    margin-right: 0;
  }

  .logo{
    max-width:60%;    
  }

  .main-menu{
    margin-top:0 !important;
    margin-bottom:0 !important;
    min-height: 100px;
  }

  .main-menu li{
    float:none;
    margin-right:15px;
    margin-top:5px;
  }
}
