body{
    background-color: #6495ed;
}

 .toptext{ 
    position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);   
}  

.bookcase{
    width: 800px;
    height: 690px;
    border: 18px solid;
    position: fixed;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: rgb(113, 43, 43);
    background-color: rgb(63, 22, 22);
}

.Tshelf{
    display: flex;
    
}

.shelf{
    width: 800px;
    height: 690px;
    border: 12px solid;
    position: fixed;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: rgb(113, 43, 43);

}

.bshelf{
    width: 800px;
    height: 690px;
    border: 12px solid;
    position: fixed;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cig{
    width: 320px;
    height: 370px;
    padding: 0;
    padding-left: 5em;
    left: -142px;
    top: 230px;  
  position: absolute;
}
.tack2{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 433px;
    right: 18em;
}
.fun{
    width: 320px;
    height: 170px;
    padding: 0;
    padding-left: 5em;
    right: -1em;
    top: 440px;  
    position: absolute;
}

.tack{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 233px;
    left: 220px;
}

.dsbox{
    width: 200px;
    height: 170px;
    position: absolute;
    top:96px;
    left: 100px;
}

.dsbox:hover{
    transition: 2s ease;
    transform: scale(1.1);
    cursor: pointer;

}
/* DS Popup Desktop */
.popupDS {
    width: 600px;
    border-radius: 6px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%) scale(0.1);
    text-align: center;
    padding: 0 20px;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 50;
}



.popupDS.open-popup {
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.cardDS {
    position: fixed;
    cursor: grab;
}

.dragBarDS {
    width: 30em;
    height: 20px;
    cursor: grab;
    position: absolute;
}

.windowDS {
    width: 100%;
    height: auto;
}

.xDS {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.messg{
    position: absolute;
    top: 8.5em;
    left: 5em;
}

.imgtextDS {
    /* margin-top: 1em; */
    position: absolute;
    top: .7em;
    left: 2.2em;
    font-family: 'Minecraft';
}

.name{
    position: absolute;
    width: 300px;
    height: 20px;
    top: 2.5em;
    left: 12em;
    background-color: #aec7f4 ;

}
.emailz{
    position: absolute;
    width: 300px;
    height: 20px;
    top: 4.9em;
    left: 3.5em;
    background-color: #aec7f4 ;

}
.message{
    position: absolute;
    width: 440px;
    height: 80px;
    top: 7.4em;
    left: 3.5em;
    background-color: #aec7f4 ;
}

.but{
    position: absolute;
    top:17.7em;
    right: .6em;
    background-color: #aec7f4 ;

}

/* DS Picture inside popup */
.dsPic {
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popupDS {
        width: 90%;
        top: 15%;
        transform: translateX(-50%) scale(0.9);
    }

    .dsPic {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .popupDS {
        width: 95%;
        transform: translateX(-50%) scale(0.7);
    }

    .dsPic {
        width: 95%;
    }
}

.git{
    width: 180px;
    height: 200px;
    top: 78px;
    left: 520px;
    position: absolute;
}

.linkedin{
    position: absolute;
    top: 60px;
    left: 60px;
   
}

p{
    color: black;
}

.projectpic1{
    width: 230px;
    height: 350px;
    position: absolute;
    top: 140px;
    left: 90px;

}
.projectpic2{
    width: 230px;
    height: 350px;
    position: absolute;
    top: 140px;
    left: 360px;

}
.projectpic3{
    width: 230px;
    height: 350px;
    position: absolute;
    top: 140px;
    left: 630px;

}
.images-outer {
    display: flex;
    
    align-content: stretch;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    padding-left: 26em;
    padding-top: 3.2em;
    
}

/* https://www.youtube.com/watch?v=AF6vGYIyV8M */
.popupProjects{
    width: 900px;
    border-radius: 6px;
    position: absolute;
    top: 90px;
    right: 235px;
    transform: translate(3%,-2%) scale(0.1);
    text-align: center;
    padding: 0 30px;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    bottom: 70px;
    display: flex;
}

.open-popup{
    visibility: visible;
    /* bottom: 110%; */
    transform: translate(-53%,-50%) scale(1);

}

img{
    padding: 0;
    margin: 0;
}

.window{
    position: fixed;
    width: 930px;
    height: 600px;
    padding: 0;
    margin: 0;
}

.imgtext{
    position: absolute;
    top: 60px;
    right: -570px;
}

.x{
    position: absolute;
    top: 9px;
    right: -914px;
    width: 58px;
    height: 50px;
}


/* https://www.youtube.com/watch?v=ymDjvycjgUM */
/* DRAG AND DROP */
#card {
    position: fixed; 
    cursor: grab;
}

#card:active {
    cursor: grabbing;
}

/* Draggable blue bar area */
#dragBar {
    position: absolute;
    top: 8px;         
    left: 390px;      
    width: 670px;        
    height: 55px;        
    transform: translateX(-50%);
    cursor: grab;
    z-index: 20;

    /* background: rgba(0, 0, 255, 0.2); */
}

#dragBar:active {
    cursor: grabbing;
}

/* https://www.youtube.com/shorts/n0nsC8Xzf2w */
.image1:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

.image2{
    height: 200px;
    padding-left: .3px;

}

.image2:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

.image3:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

.image4:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

.image5:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

.image6:hover {
    transition: 2s ease;
    transform: scale(1.3);
    z-index: 2;

} 

input {
    height: 220px;
    z-index: 2;
}

.image3{
    position: relative;
    z-index: 2;
    padding-left: .3px;

}

.two{
    height: 210px;
    padding-left: .3px;

}

.three{
    height: 180px;
    padding-top: 27px;
    padding-left: -90px;
    padding-left: .3px;

    
}

.four{
    transform: rotate(-3.2deg);
    z-index: 1;
    padding-left: .3px;

}

.five{
    padding-left: 5px;
}

.six{
    height: 200px;
    padding-left: .3px;
    padding-top: 8px;
}
@media (max-width: 480px) {
    
}
