body{
    
    font-family: 'VT323', monospace;
    color: rgb(0, 0, 0);
    
}
body.active-class {
    
    background-image: url("disco.gif");
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100% ;
    
}
.container{
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    margin: auto;
}
.title{
    font-size: 80px;
    margin: 50px;
    margin-bottom: 30px;

}
.nav{
    display: flex;
    flex-direction: column;
    margin: 50px;
    width: 100px;
    position: fixed;
}
.display{
    margin-left: 200px;
}
#icons{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin:100px;
    margin-bottom: 100px;
    font-size: 20px;
}
#home{
    background-image: url(home.png);
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    margin:10px;
}
#kirby{
    background-image: url(bwkirby.png);
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    margin:10px;
}
#kirb{
    background-image: url(kirby.png);
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
}
.kirbrandom{
    width: 60px;
    text-align: center;
    font-size: 20px;
}
#music{
    background-image: url(music.png);
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    margin:10px;
}
#food{
    background-image: url(food.png);
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
    margin:10px;
}
#lightswitch{
    background-image: url(off.png);
    background-size: 100% 100%;
    width: 68px;
    height: 96px;
    float: right;
    left:1200px;
}
#lightswitch.active-class {
    background-image: url(on.png);
    background-size: 100% 100%;
    width: 68px;
    height: 96px;
    float: right;
    left:1200px;
}
#stickynote{
    background-image: url(stickynote.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:20px;
    margin: 50px;
    margin-top: 0px;
    width: 180px;
    height:180px;
    font-size: 20px;
    z-index: 1;
    position: absolute;
}
#me{
    background-image: url(me.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 100px;
    margin-left: 400px;
    width: 600px;
    height:240px;
    position: absolute;
    float: right;
    z-index: 2;
}   
#me.active-class{
    background-image: url(medisco.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 100px;
    margin-left: 400px;
    width: 600px;
    height:240px;
    position: absolute;
    z-index: 2;
}   
#aboutme{
    background-image: url(about.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height:40px;
    padding-top: 15px;
    margin-left: 400px;
    text-align: center;
    font-size: 20px;
    top:90px;
    left:310px;
    position: relative;
}
.about{
    border-style: solid;
    border-width: 5px;
    margin: 50px;
    padding: 20px;
    max-width:600px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;

}
.kirbyabout{
    border-style: solid;
    border-width: 5px;
    max-width: 420px;
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 20px;
}
.kirbymemes{
    max-width: 400px;
    margin: 50px;
    margin-top: 0px;
    border-style: solid;
    border-width: 5px;
    padding: 30px;

}
.thumbnail{
    max-width:150px;
}
.thumbnailm{
    max-width:150px;
    border-radius: 75px;
}
.box{
    max-width: 600px;
    border-style: solid;
    border-width: 5px;
    margin: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:20px;
    font-size: 20px;
}
.box1{
    border-style: solid;
    border-width: 5px;
    margin: 10px;
    padding:20px;
    width: 100%;
    font-size: 20px;
}
.likes{
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 40px;
    
}

.itemdisplay{
    
    display: flex;
    flex-direction: row;
    font-size: 20px;
}
.caption{
    padding: 10px;
    padding-left: 20px;
}
.recipies{
    display: flex;
    flex-direction: column;
}
.recipiedetails{
    
    font-size: 20px;
}
.ingredients{
    padding:20px;
    float: left;
    max-width: 180px;

}
.steps{
    padding:20px;
    float: right;
    max-width: 300px;
}
.side{
    max-width: 300px;
    margin: 80px;
    margin-top: 150px;
}
.turntable{
    max-width: 300px;
    position: fixed;
    margin-top: 150px;
}
#click{
    margin-left: 60px;
    font-size: 20px;
}




@media screen and (max-width: 900px){
    .container {
        display: flex;
        flex-direction: column;
    }
    .nav {
        display: flex;
        flex-direction: row;
        position: absolute;
        
    }
    .display{
        margin:0px;
        margin-top: 200px;
    }
    #aboutme{
        
        background-image: url(about.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height:40px;
    padding-top: 15px;
    margin-left: 100px;
    text-align: center;
    font-size: 20px;
    top:90px;
    left:310px;
    position: relative;
    
    }
    #me{
        background-image: url(me.gif);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 100px;
        margin-left: 100px;
        width: 600px;
        height:240px;
        position: absolute;
        float: right;
        z-index: 2;
    }  
  }

  @media screen and (max-width: 760px){
    .container {
        display: flex;
        flex-direction: column;
    }
    .nav {
        display: flex;
        flex-direction: row;
        position: absolute;
        
    }
    .display{
        margin:0px;
        margin-top: 200px;
    }
    #aboutme{
        
        background-image: url(about.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    height:40px;
    padding-top: 15px;
    margin-left: 100px;
    text-align: center;
    font-size: 20px;
    top:90px;
    left:310px;
    position: relative;
    
    }
    #me{
        background-image: url(me.gif);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 100px;
        margin-left: 100px;
        width: 600px;
        height:240px;
        position: absolute;
        float: right;
        z-index: 2;
    }  
  }