body.loginpage {
    background-image: url(Images/welcomebackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}


body.desktopPage {
    background-image: url(Images/Background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}


.login {
    max-width: 600px;
    max-height: 600px;
    border-radius: 20px;
    display: grid;
    grid-template-rows: 3fr 1fr 1fr;
    margin: 20px;
    margin-top: 50px;
    row-gap: 0;
    place-items: center;
}

#welcomelogo {
    
    max-width: 96%;
    max-height: 96%;
    margin-bottom: 0;
}

#welcometext {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 0;
    

}
.logincell {
    place-items:center;
    text-align:center;
}

#loginbutton {
    font-size: 18px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    border-color: transparent;
    padding: 5px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    transition: background-color 1s, transform 1s;
    
}

#loginbutton:hover {
    background-color: rgb(230, 242, 250);
    transform: translate(-3px, -2px);
    transition: background-color 1s, transform 1s;
    
}

#loginbutton:active {
    background-color: rgb(231, 252, 235);
    transform: translate(3px, 2px);
    transition:none;
    
}

#topbar {
    display:flex;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    border-color: rgba(255, 255, 255, 0.671);
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: none;
    margin-right: none;
}

.topbartext {
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    color: white;
    font-weight: bold;
}

#welcome {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 500px;
    max-height: 300px;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    

    opacity: 0.95;

}
#secretpassword {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 600px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    display:none;

    opacity: 0.95;

}

#classifiedapp {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    display:none;

    opacity: 0.95;

}

#hiddenapp {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    display:none;

    opacity: 0.95;

}

#scpfiles {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 600px;
    max-height: 300px;;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    display:none;

    opacity: 0.95;

}

.scp {
    position:absolute;

    top: 100px;
    left: 100px;

    max-width: 700px;
    max-height: 500px;;
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    height: 300px;

    display:none;

    opacity: 0.95;

}
.windowheader {
    background-color:rgb(121, 116, 116);
    margin:0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    
}

.scpfiletext {
    opacity: 1;
    color: rgb(235, 235, 235);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 3px;
    font-size: 14px;
    text-align: center;
}

.windowtext {
    opacity: 1;
    color: rgb(235, 235, 235);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 3px;
    font-size: 14px;
    
}
.windowtextbold {
    opacity: 1;
    color: rgb(235, 235, 235);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    
}
.windowcontents {
    background-color: rgb(75, 73, 73);
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display:block;
    
}
#scpfilecontents {
    overflow-y: scroll;
    border-color: rgb(248, 147, 147);
    border-style: solid;
    border-width: 1px;
}
#scpfilescontents {
    display: grid;
}

.scpbutton {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.scpbutton:hover {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 5px;
}

.scpfile {
    margin: auto;
}

#scpfilescontents {
    grid-template-columns: 1fr 1fr 1fr;
}

.scpfileimage {
    max-width: 50%;
    max-height: 50%;
    display: block;
    margin: auto;
}

.windowheadertext {
    margin:0;
    padding:3px;
    opacity: 1;
    color: rgb(235, 235, 235);
    font-family: Arial, Helvetica, sans-serif;
}


.closebutton {
    cursor: pointer;
    border-style: none;
    color: rgb(255, 250, 250);
    border-radius: 4px;
    background-color: rgb(44, 39, 39);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.192);
}
.closebutton:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px rgb(59, 55, 55);
}
.closebutton:active {
    transform:translate(1px, 1px);
    box-shadow:none;
}

#welcomeopen {
    cursor: pointer;
    padding: 3px;
    border: none;
    background-color: transparent;
    max-width: 70px;
    max-height: 70px;
    margin: 6px;
}

#hiddenappheader {
    background-color: rgb(77, 138, 190);
}

#classifiedappopen {
    cursor: pointer;
    padding: 3px;
    border: none;
    background-color: transparent;
    max-width: 70px;
    max-height: 70px;
    margin-top: 12px;
    margin: 6px;
}

#passopen {
    cursor: pointer;
    padding: 3px;
    border: none;
    background-color: transparent;
    max-width: 70px;
    max-height: 70px;
    margin: 6px;
    margin-top: 12px;
}

#filesopen {
    cursor: pointer;
    padding: 3px;
    border: none;
    background-color: transparent;
    max-width: 70px;
    max-height: 70px;
    margin: 6px;
    margin-bottom: 12px;
}

#filepicture {
    width: 80%;
    height: auto;
}
#classifiedpicture {
    width: 80%;
    height: auto;
    
}
#folderpicture {
    width: 80%;
    height: auto;
}

.icontext {
    color: white;
    margin-top: 0;
    font-family:Arial, Helvetica, sans-serif
}

#apps {
    display:grid;
    
}

#secretpasswordinput {
    display: block;
    border-color: rgb(255, 189, 189);
    border-width: 2px;
    border-style: solid;
    height: 20px;
    margin: auto;
    margin-bottom: 120px;
}

#classifiedappcontents {
    display: grid;
    grid-template-rows: 1fr 1fr;

}

#hiddenappcontents {
    display:grid;
    grid-template-rows: 1fr 1fr;
}

#inputpasscodetext {
    color: red;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#catphoto {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 50%;
    max-height: 50%;
}
#catbutton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-family: sans-serif;
    padding-top: none;
    padding-bottom: none;
    height: 25%;
    display: flex;
    margin-top: 20px;
    border-radius: 3px;
    border-width: 3px;
}

#catbutton:hover {
    transform: translate(-2px, -2px);
}
#catbutton:active {
    transform: translate(2px, 2px);
}
#catbuttontext {
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    padding-top: none;
    padding-bottom: none;
    margin: auto;
}