body {
  background-image: url(/shrines/main/shrinesbg.gif);
  color: black;
  font-family: sans-serif;
  font-size: 0.95em;
  }

a {
  color: #ff8e80;
}

a:hover {
  color: #c53a9d;
}

.wrapper {
  width: 1250px;
  background: #051f39;
  margin: 0 auto;
  top: 0;
  margin-top: 10px; 
  margin-bottom: 10px;
  border-radius: 20px;
  border: 3px solid #fff;
  height: fit-content;
}

.wrapper-2 {
  position: relative;
}

.main, .sidebar-right {
  display: inline-block;
}

.sidebar-right {
  width: 250px;
  position: relative;
  top: 0;
  float: right;
}

.main {
    margin: auto;
    width: 980px;
    height: 620px;
    position: flex;
}
  
.sidebar-right {
  margin-right: 10px;
  margin-left: 10px;
}

.box {  
  padding: 10px 10px 10px 10px;
  background: #000;
  color: #fff;
  border: 3px solid #ff8e80;
  margin: 10px 5px 10px 5px;
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px #c53a9d;
  }
  
.box2 {
  display: inline-block;
  width: 250px;
  border: 3px solid #ff8e80;
  border-radius: 20px;
  height: 250px;
  box-shadow: 5px 5px 0px 0px #c53a9d;
  background: #000;
  padding: 5px;
  color: #fff;
  margin: 10px;
}

.box img {
  max-width: 100%;
  height: auto;
}

.inner {
  
}

@media(max-width:1180px) {
  .wrapper {
    width: calc(440px + 50vw);
    }
  .main {
    width: 50vw;
    }
  }
  
@media(max-width:910px) {
  .wrapper {
    width: calc(360px + 52vw);
    }
  .sidebar-right {
    width: 160px;
    }
  .main {
    margin-left: 180px;
    width: 52vw;
    }
  }
  
/* Mobile compatibility. Puts everything into a standard vertical layout. */
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  .sidebar-right {
    font-size: 0.95em;
    }
}

.box {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.box::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.box2 {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.box2::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

.shrineimg {
    width: 68%;
    border-radius: 10px;
}

.shrineimg2 {
    width: 68%;
    border-radius: 10px;
    filter:saturate(0);
}

.shrineimg:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

.nav-divider {
  width: span;
  border: 3px solid #ff8e80;
  border-radius: 0px 0px 7px 7px;
  background-color: #c53a9d;
  margin: auto;
  margin-bottom: 0px;
}