* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    
}

.mobile_view {
    display: none;
}

.outfit-website {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.logo {
    width: 99.5%;
    height: auto;
    margin: 4%;
    padding-top: 5%;
}

a {text-decoration: none; color: black; }


.sidebar {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 20%;
    

}

.social_media {
  display: flex !important;
  position: absolute;
  left: 11%;
  top: 59%;
  width: 100%;

}

.fa-brands:hover{
    color: #3320ff !important;

}

.copyright {
    position: fixed;
    bottom: 0;
    padding: 1%;
    color: rgb(167, 167, 167);
    
}

.sidebar ul li a {
    color: grey;
    position: absolute;
    left: 10%;
    width: 60%;
    font-size: 15px;
    margin: 10px;
    
}

.sidebar li {
    margin-top: 10px;
}

ul.no-bullets {
  list-style-type: none;
}

.illustration:hover{
    color: black;
}

.comic:hover{
    color: black;
}

.background:hover{
    color: black;
}

.character:hover{
    color: black;
}

.about:hover{
    color: black;
}



/* IMAGES CONTAINER STARTS NOW */

.entry-content {
    position: relative;
    display: flow-root;
    left: 22%;
    max-width: 75%;
    margin: 2%;

}

.align-entry {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-block-end: 0;
    margin-block-start: 0;
}

.ch-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.ch-row {
    display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  width: 100%;

}

.ch-column {
    display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  flex-basis: content;
}

.ch-item {
    flex-grow: 1;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
}

.ch-item img {
    display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 1%;
  width: 100%;
  height: 100%;
}

.ch-item img:hover {
    opacity: 90%;
}