/* Original CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#carousel-width {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url(/home-images/background.webp);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#nav-div {
    width: 100%;
    z-index: 1100;
}
#nav-text{
    position: fixed;
    top: 0;
    width: 100%;

}
#boodledog-text{
    text-align: center;
    background-color: rgb(43,48,53);
    margin-bottom: 0rem;
    font-size: 3rem;
    font-weight: 600;
}
#boodledog-text a{
    text-decoration: none;
    color: white;
}

.footer-container {
    background-color: gray;
    width: 100%;
    margin-top: 5rem;
}

#footer-inner-width {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

#hero-text {
    color: white;
}

main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

#rules {
    color: white;
}

#ol-rules {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: x-large;
}

#ol-rules li {
    padding: 0.5rem;
}

#server-ip {
    text-align: center;
    font-size: xx-large;
}

#compatibility {
    text-align: center;
}

#about-bold {
    font-size: 1.2rem;
    font-weight: bold;
}

#macindex-list {
    list-style-type: none;
    margin-top: 1rem;
}

#macindex-list li:hover,
#macindex-list ol li:hover {
    text-decoration: underline;
}

.link-mac {
    color: white;
    text-decoration: none;
}

.island {
    background-color: rgba(53, 53, 53, 0.8);
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
}

.island h3 {
    text-align: center;
    opacity: 1;
}

#image {
    width: 30%;
    display: inline-block;
    padding: 1rem;
    padding-left: 2rem;
}

#img-mac {
    width: 100%;
}

#text {
    width: 50%;
    height: 100%;
    margin-left: 1rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
}

#rat-gallery,
#mishka-gallery,
#belle-gallery {
    text-align: center;
    margin-top: 5rem;
    display: grid;
}

.grid img {
    transition: all 0.5s ease-in-out;
    display: grid;
}

.grid img:hover {
    transform: scale(1.5);
    transition: 0.5s ease-in-out;
}

.grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    margin-top: 3rem;
}

#mishka-gallery img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#belle-gallery img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#rat-gallery img {
    width: 10rem;
    overflow: none;
    margin-left: auto;
    margin-right: auto;
}

#main-section {
    color: white;
}

#main-section-home {
    color: white;
    width: 100%;
}

#aside-1{
    display: block;
    position: absolute;
    left: -7rem;
    width: 35%;
    margin-top: -2rem;
    margin-right: 1rem;
}


#ul-home {
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

#home {
    text-align: center;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}

.collection {
    background-color: rgba(53, 53, 53, 0.8);
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
}

.releases, .consoles, .games {
    text-align: center;
    opacity: 1;
}

.hero-text {
    padding: 1rem;
}

#grid img {
    width: 100%;
}

#grid div {
    padding: 1rem;
}

#grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

#grid img {
    transition: all 0.2s ease-in-out;
}

#grid img:hover {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

#width {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#homepage-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    gap: 1rem;
}
#homepage-grid div{
    border: 0px;
}
#homepage-grid a{
    margin-top: auto;
}
.mac-list{
    background-color: rgba(53, 53, 53, 0.8);
    height: 100%;
    display: flex; 
    flex-direction: row;
    border-radius: 10px;
    font-size: 1.3rem;
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.mac-list img{
    width: 10rem;
    padding: 0.5rem;
    border-radius: 10px;
}
.mac-info, .nintendo-info{
    flex-direction: column;
    width: 100%;
}
.mac-info p, .nintendo-info p{
    font-size: medium;
}
.page-nav{
    padding-left: 2rem;
    padding-right: 2rem;
}
#buttons{
    display: inline-flex; 
    width: 100%;
    justify-content: space-between;
}
.mac-header{
    margin-top: -2rem;
}
#article-flyback{
    background-color: rgba(53, 53, 53, 0.8);
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
}
#article-flyback h2{
    text-align: center;
    padding: 0.5rem;
}
#article-flyback p{
    width: 70%;
}
.music-p{
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}
#article-flyback{
    width: 100%;
    padding: 1rem;
}
#article-flyback img{
    padding: 1rem;
    float: right;
    width: 300px;
}
#article-ep{
    background-color: rgba(53, 53, 53, 0.8);
    width: 85%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
    padding-bottom: 1rem;
}
#article-ep h2{
    text-align: center;
}
#article-ep p{
    width: 100%;
    text-align: center;
}
#grid-ev-ep{
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 0.5rem;
}
#grid-ev-ep img{
    padding: 0.5rem;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#grid-ev-ep img:hover{
    transform: scale(1.25, 1.25);
}
#container-gallery{
    width:max-content;
    margin-left: auto;
    margin-right: auto;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100%;
}

#disclaimer{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#cd-collections-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#computer-collections-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.cd-images{
    border-radius: 5px;
}

.box {
    border-radius: 5px;
    border-radius: 5px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
  }

  .box:hover {
    transform: scale(1.25, 1.25);
  }
/*IMAGE HOVER CSS*/

.container {
    position: relative;
    width: 20rem;
    height: 20rem;
}
#home{
    margin-left: 10rem;
    color: white;
}

.image {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 93%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #5a5a5a;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container:hover .overlay {
    opacity: 0.8;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 100px;
  }

.hidden-text{
    display: none;
}
#home-updates{
    text-align: left;
    padding: 10px;
    width: 100%;
    background-color: rgba(53, 53, 53, 0.8);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
    padding-bottom: 1rem;
}
#mac512K-button-div{
    text-align: right;
    margin-top: -1.5rem;
}

#orions-belt, #relase-info{
    background-color: rgb(46, 46, 46); 
    width: 60%; 
    border-radius: 10px; 
    padding: 1rem; 
    margin-left: auto; 
    margin-right: auto;
}

#orions-belt img{
    width: 100%;
    height: auto;
}
#relase-info img{
    width: 80%;
    height: 80%;
}

#music-releases{
    width: 40%; 
    height: 80%;
    margin-left: auto;
    margin-right: auto;
}

#lan-article{
    background-color: rgba(53, 53, 53, 0.8);
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
}
.lan-img{
    text-align: center;
}

#photography-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
}
#photography-grid img{
    width: 100%;
}
#item-count{
    text-align: center;
    padding-bottom: 2rem;
}
audio{
    width: 90%;
}


@media (max-width: 1900px){
    aside{
        width: 25%;
    }
    audio{
        width: 90%;
    }
}
@media (max-width: 1800px){
    #cd-collections-grid, #computer-collections-grid{
        grid-template-columns: repeat(4, 1fr);
        width: 80%;
    }
    #aside-1{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1700px){
    aside{
        width: 60%;
        margin-top: 40rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #aside-1{
        margin-top: 40rem;
        left: 0rem;
        
    }
    .footer-container{
        margin-top: 40%;
    }
    #home{
    margin-left: 0rem;
    color: white;
}
}
@media (max-width: 1400px){
    .mac-list{
        width: 60%;
    }
    .gallery {
        width: 100%;
    }
    .container:nth-child(4){
        margin-top: 5rem;
    }
    .container:nth-child(5){
        margin-top: 5rem;
    }
    .container:nth-child(6){
        margin-top: 5rem;
    }
    .hidden-text{
        display: block;
    }
    #cd-collections-grid, #computer-collections-grid{
        grid-template-columns: repeat(3, 1fr);
        width: 80%;
    }
    #main-section-home {
        margin-left: 0rem;
    }
    aside{
        top: 300px;
        width: 50%;
    }
    .footer-container{
        margin-top: 70%;
    }
    #aside-1{
        width: 60%;
    }
}
@media (max-width: 1100px) {
    main {
        width: 100%;
    }
    .mac-header{
        margin-top: 0rem;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .container:nth-child(4){
        margin-top: 0rem;
    }
    .container{
        margin-bottom: 50px;
    }
    #home-updates{
        text-align: left;
        width: 60%;
    }
    .footer-container{
        margin-top: 120%;
    }
    #aside-1{
        width: 100%;
        margin-top: 70rem;
    }
    #orions-belt{
        width: 90%;
    }
}
@media (max-width: 1000px) {
    #rat-gallery img {
        transition: none;
    }
    #rat-gallery img:hover {
        transform: none;
        transition: none;
    }
    #carousel-width {
        width: 70%;
    }
    main {
        width: 90%;
    }
    #macindex-list {
        width: 35%;
    }
    #ul-home {
        width: 30%;
    }
    #grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }
    #homepage-grid div{
        background-color: #222529;
    }
    #homepage-grid{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(2, 1fr);
    }
    article img{
        float: none;
    }
    article p{
        width: 100%;
    }
    article{
        width: 90%;
        padding: 1rem;
    }
    #cd-collections-grid, #computer-collections-grid{
        grid-template-columns: repeat(2, 1fr);
        width: 70%;
    }
    .footer-container{
        margin-top: 150%;
    }
    #music-releases{
    width: 70%; 
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    }

}
@media (max-width: 991px){
    .dropdown-item{
        margin-left: auto;
        margin-right: auto;
    }
    .footer-container{
        margin-top: 140%;
    }
}

@media (max-width: 767px) {
    .footer-container h3 {
        display: none;
    }
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .container{
        margin-top: 1rem;
    }
    aside{
        top: 1100px;
        width: 90%;
    }
    .footer-container{
        margin-top: 200%;
    }
    #home{
        margin-top: 27rem;
        
    }
}

@media (max-width: 760px) {
    #grid {
        grid-template-columns: repeat(3, 1fr);
    }
    #width {
        width: 70%;
    }
    #carousel-width {
        width: 80%;
    }
    #rat-gallery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #rat-gallery img:nth-child(1) {
        width: 43.3%;
    }
    #rat-gallery img:nth-child(2) {
        width: 40%;
    }
    #rat-gallery img:nth-child(3) {
        width: 40%;
    }
    #rat-gallery img:nth-child(4) {
        width: 50%;
    }
    #rat-gallery img:nth-child(5) {
        width: 50%;
    }
    iframe {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 70%;
    }
    #homepage-grid{
        width: 70%;
    }
    .mac-list{
        flex-direction: column;
        width: 60%;
        padding-bottom: 1rem;
    }
    #cd-collections-grid, #computer-collections-grid{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .box img{
        width: 50%;
    }
    #home-updates{
        text-align: left;
        width: 80%;
    }
    #orions-belt{
        width: 80%; 
    }
}



@media (max-width: 660px) {
    #ol-rules {
        width: 70%;
    }
    #grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    #homepage-grid{
        grid-template-columns: repeat(1, 1fr);
        margin-left: auto;
        margin-right: auto;
        width: 15rem;

    }
    #buttons{
        display: block;
        width: 100%;
        text-align: center;
    }
    #mac512K-button-div{
        text-align: center;
        margin-bottom: 1rem;
    }
    #a512k-button{
        padding: 1rem;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        text-align: center;
    }
    #buttons a{
        margin-bottom: 1rem;
        padding: 1rem;
    }
    .footer-container{
        margin-top: 220%;
    }
    #boodledog-text{
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    #image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        padding-left: 1rem;
    }
    #text {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1rem;
        width: 80%;
    }
    .island {
        width: 100%;
    }
    #ul-home {
        width: 50%;
    }
    #macindex-list {
        width: 45%;
    }
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #home-updates{
        text-align: center;
        width: 80%;
    }
    #orions-belt{
        width: 95%; 
    }
    .footer-container{
        margin-top: 250%;
    }
}

@media (max-width: 500px) {
    .footer-container{
        margin-top: 280%;
    }
}

@media (max-width: 480px) {
    #rat-gallery img:nth-child(1) {
        width: 63.3%;
    }
    #rat-gallery img:nth-child(2) {
        width: 60%;
    }
    #rat-gallery img:nth-child(3) {
        width: 60%;
    }
    #rat-gallery img:nth-child(4) {
        width: 70%;
    }
    #rat-gallery img:nth-child(5) {
        width: 70%;
    }
    #ul-home {
        width: 70%;
    }
    iframe {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 90%;
    }
    #macindex-list {
        width: 100%;
    }
    #grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    article img{
        width: 100%;
    }
    aside{
        top: 1100px;
        width: 100%;
    }
    .footer-container{
        margin-top: 390%;
    }
    #music-releases{
    width: 90%; 
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    }
}

@media (max-width: 360px){
    audio{
        width: 100%;
    }
    #boodledog-text{
        font-size: 1rem;
    }
    #music-releases{
    width: 100%; 
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    }
}
@media (max-width: 300px){
    .footer-container{
        margin-top: 450%;
    }
}
