body {
    background-color:  rgb(7, 16, 19);
    /*This sets the page view pixels to 100% or something */
    height: 100vh;
    width: 99vw;
    margin:0;
}

.headerButtonHolder {
        width: 15%;
        min-height:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(218, 153, 33);
}
.logoButton{
    background-image: url("TransLogo800px.svg");
    background-size: 100% 100%;
    width: 75px;
    height: 75px;
    background-position: center;
    align-self: center;
    margin-left: 5px;
}

.myFacePicture{
    background-image: url("MyFaceCropped.jpg");
    background-size: 100% 100%;
    width: 275px;
    height: 275px;
    border-radius: 50%;
}
.leoneGamingPic{
    background-image: url("Pics/leone-gaming-logo.png");
    background-size: 100% 100%;
    width: 275px;
    height: 275px;
    border-radius: 50%;
}
.welcomeBody{
    width: 100%;
    height: 100%;
}
.wishlistButton{
    background-color: rgb(104, 111, 119);
    text-align: center;
    color: white;
    font-size: 150%;
    font-family: Comic Sans MS,Trebuchet MS sans-serif;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.wishlistButton:hover{
    background-color: rgb(71, 75, 80);
}
.pointer:hover {
    cursor: pointer;
}
.titleCardPic{
    background-image: url("Pics/LibraryLogo.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}


#header {
    min-height: 10%;
    max-height: 10%;
    display: flex;
    background-color: rgb(35, 181, 211);
    align-content: space-around;
    align-content: center;
    width: 99vw;
}
.navButton {
    border: none;
    min-height: 100%;
    min-width: 100%;
    background-color: rgb(35, 181, 211);
    font-size: 200%;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
.navButton:hover {
    cursor: pointer;
    background-color: rgb(23, 155, 182);
}
.noDisplay {
    display: none;
}
.body{
    background-color: rgb(223, 224, 226);
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    flex-direction: column;
    align-self: center;
    margin: 5% 10% 5% 10%;
    font-size: 300%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "'Times New Roman',serif";
    border-radius: 25px;
    width: 50%;
    align-self: center;
}
.welcomePage{
    display: flex;
    background-color: rgb(223, 224, 226,0.9);
    /*height: 78%;*/
    flex-direction: column;
    align-self: center;
    font-size: 300%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "'Times New Roman',serif";
    width: 80vw;
    align-self: center;
}
.welcomePagePicture{
    position: absolute;
    top: 10%;
    background-image: url("Pics/LibraryHeader.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 99vw;
    height: 90vh;
    left: 0%;
    z-index: -1;
}
.innerWelcomePics{
    font-size: 60%;
    padding: 1%;
    align-items: center;
}
.slideshow-containerMainPage{
    margin: auto;
    width: 100%;
    padding: 1%;
    max-width: 60%;
}
.wishlistOnSteam{
    width: 100%;
    height: 100%;
    
    
}
#footer {
    min-height: 10%;
    width: 99vw;
    display: flex;
    background-color: rgb(35, 181, 211);
    align-items: center;
    flex-direction: column;
    font-size: 200%;
    position: relative;
    bottom: 0%;
    left: 0%;
    justify-content: center;
    text-align: center;
}
#About{
    align-items: center;
}
.baseBodyText{
    font-size: 50%;
    
}
.textForCollaborator{
    margin-top: 10px;
    margin-bottom: 10px;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}
.flexRow{
    display: flex;
    flex-direction: row;
}
.collaboratorsContainer{
    text-align: center;
    margin: 1%;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 2%;
    margin-left: 2%;
}
.baseBodyContainer{
    border-radius: 25px;
    background-color: rgb(117, 171, 188);
    text-align: center;
    min-width: 70%;
    margin-top: 2%;
    border: 5px black solid;
}
#Collaborators{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.fontColor1{
    color: rgb(21, 61, 96);
}
.fontColor2{
    color:rgb(16, 15, 77)
}
.fontColor3{
    color:rgb(30, 122, 197)
}
.FAQContainer{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2%;
}
.FAQQuestion{
    font-size: 60%;
    color: rgb(7, 16, 19);
    margin-bottom: 1%;
    font-weight: bold;
}
.FAQAnswer{
    margin-left: 30px;
    color:rgb(7, 16, 19);
    font-size: 40%;
}
.FAQContainerIndividual{
    margin-bottom: 30px;
    margin-top: 10px;
}
.discordLink{
    background-image: url("Discord.svg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.dopeToNope{
    background-image: url("Pics/DopetoNope.PNG");
    background-size: 100% 100%;
}
.outFishin{
    background-image: url("Pics/OutFishin/TitleCardNewNew.png");
    background-size: 100% 100%;
}
.MMTT{
    background-image: url("Pics/MMTT/TitleScreen1.png");
    background-size: 100% 100%;
}
.contactContainer{
    padding-top: 5%;
    align-items: center;
    justify-content: space-evenly;
    font-size: 80%;
    padding-left: 5%;
    padding-right: 5%;
}
.emailContainer{
    border-radius: 25px;
    margin-top: 2%;
    padding: 2%;
    background-color: rgb(0, 0, 0);
    margin-bottom: 10%;
    color: rgb(225, 182, 102);
}
.gameContainerIndividual{
    font-size: 50%;
    background-color: rgb(117, 171, 188);
    border-radius: 25px;
    padding: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 5px black solid;
}
.gameName{
    font-size: 145%;
}

.titleText{
    font-size: 80%;
}
.upperText{
    font-size: 60%;
}
.underText{
    font-size: 40%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.pressKit{
    display: flex;
    flex-direction: column;
}
.pressKitHolder{
    border: 5px black solid;
    background-color: rgb(117, 171, 188);
    padding: 2%;
    border-radius: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: Comic Sans MS, Trebuchet MS sans-serif;
}
.innerPressKitHolder{
    width: 100%;
}
.feature{
    margin-left: 5%;
}










.slideshow-container {
    margin: auto;
    width: 100%;
    max-height: 300px;
    padding: 1%;
    max-width: 500px;
  }
  
  /* Hide the images by default */
  .mySlides,.mySlides2,.mySlides3 {
    display: none;
  }
  .slideShowImage{
    max-height: 90%;
    width: 100%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @media screen and (max-width: 1000px) {
    .gamesBody{
        flex-direction: column;
    }
    .contactContainer {
        font-size: 60%;
    }
    .body{
        width: 80%;
    }
    .baseBodyContainer {
        min-width: 85%;
      }
    body{
        font-size: 75%;
      
    }
    #welcomePageTopHolder{
        flex-direction: column;
    }
    .innerWelcomePics{
        flex-direction: column;
        column-gap: 20px;
    }
    .wishlistButton{
        font-size: 200%;
        margin-bottom: 10px;
    }
    .navButton{
        font-size: 160%;
    }
  }
