@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: transparent;
}

img {
    max-width: 100%;
    text-align: center;
    margin: auto;
}

body > img {
    max-width: 100%;
    width: 500px;
    position: fixed;
    z-index: -1;
    opacity: (50%);
}

#all{
    width: 700px;
    margin: auto;
    height: 900px;
    max-width: 100%;
    margin-top: 10px;
}

#all > img {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
}

.bttm{
    background-color: #fff;
    width: 700px;
    position: absolute;
    margin-top: 830px;
    border: 1px solid #000;
    padding: auto;
    
}

.bttmholder{
    display: flex;
    border: 1px solid #000;
    margin: auto;
    
}

.bttmholder > p {
    text-align: center;
    max-width: auto;
    width: 500px;
    font-size: 12px;
}

#nav{
    font-size: 14px;
    font-family: "Jura";
}

#bttmcontent{
    font-size: 15px;
    width: 680px;
    text-align: justify;
    font-family: "Jura";
    overflow: scroll;
    padding: 7px;
    
}

.divider{
    border: 1px dotted #000;
}

h1 {
    font-family: "courier";
    font-size: 13px;
    padding: 2px;
    margin: 0px;
    
}

details {
    text-align: justify;
    overflow: scroll;
    border: 1px double #000;
    padding: 5px;
}

.poster {
    display: inline-block;
    position: absolute;
    left: 102%;
    max-width: 100%;
    width: 100px;
    height: 100px;
    padding: 5px;
    background: white;
}

summary {
    font-family: "courier";
    padding: 1px;
    clear: none;
    
}

#main{
    background-color: #fff;
    width: 700px;
    height: 800px;
    border: 1px solid #000;
    overflow: scroll;
    scrollbar-color: darkgoldenrod #f0f8ff;
    scrollbar-width: thin;
    
    
    
}
#main > img {
    max-width: 100%;
    border: 1px solid #000;
}

.subheaders{
    margin: 1px;
    font-weight: normal;
    font-family: "scope one";
    position: relative;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: auto;
    text-align: center;
    border: 1px double #000;
    
    
}

.maincontent{
    padding: 10px;
    text-align: justify;
    font-family: "jura";
    font-size: 15px;
    height: 500px;
    width: 680px;
}

.maincontent > img {
    
    border: 1px solid black;
}

.footer {
    font-family: "Jura";
    text-align: center;
    font-size-adjust: auto;
    font-size: 12px;
}


a:hover{
    font-style: bold;
}

a:active{
    font-weight: bold;
}

::-webkit-scrollbar{
    
    width: 7px;
    height: 7px;
    background-color: transparent;
}
    
::-webkit-scrollbar-track{
    background-color: transparent;
    width: 5px;
}

::-webkit-scrollbar-thumb{
    background-color: darkkhaki;
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: orange;
}

::-webkit-scrollbar-corner {
    width: auto;
    background-color: transparent;
}
::-webkit-resizer {
    width: auto;
    background-color: transparent;
}

 /* Style the Image Used to Trigger the Modal */
#4p {
  border-radius: px;
  cursor: pointer;
  transition: 0.3s;
}

#4p:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 