.rooms { 
    opacity: 0;
}

svg {
    width: 100%;
    height: 100%;
}

#game-content.one-col #column-one {
    padding: 0;
}

#column-one {
    overflow-y: hidden;
    padding: 0;
    height: 95%;
}

#index-intro-popup {
    width: 90%;
    top: 10%;
    left: 3%;
}

#house-background {
    width: 100%;
    margin: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 10%;
    top: 20%;
    box-sizing: border-box;
    height: 100%;
    max-width: 80%;
}

.modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 10px;
    border: 1px solid #888;
    text-align: left;
    border-style: solid;
    border-color: #0e0e0e;
    box-shadow: 2px 2px 0px 0px #0e0e0e;
    font-weight: bold;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: .85vw;
}

.modal button {
    color: rgb(43, 43, 43);
    float: right;
    font-size: 14px;
    border-style: double;
    border-radius: 4px;
    border-width: 4px;
    margin: -4% auto;
    width: 100px;
    box-shadow: inset 0.1em 0.1em 0.1em 0 rgba(255,255,255,0.5), inset -0.1em -0.1em 0.1em 0 rgba(0,0,0,0.5);
}

#see-modal {
    display: grid;
    grid-template-columns: 3;
}

#see-button-expert {
    grid-column: 1/2;
}

#see-button-prompts {
    grid-column: 2/3;
}

#see-button-show {
    grid-column: 3/4;
}

#index-egypt-popup {
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
}

#egypt-modal {
    
}

#egypt-pass {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

#egypt-button {
    display: inline-block;
}

#egypt-input {
    display: inline-block;
    width: 50%;
}

/* .textObject_prompts:hover {
    opacity: 1;
} */

.index-links {
    transition: opacity .5s linear;
}

.index-links:hover {
    opacity: 1;
}

#welcome-button, #see-button, #help-button, #house-button {
    cursor: pointer;
}

/* Separate styles for the file window because it will probably need to look different than the physical material windows */
/*DO WE NEED THIS? THE WINDOWS ALREADY HAVE CSS IN THE MASTER.CSS*/
/* 
#file-window {
    margin: auto;
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    width: 40vw;
    height: 30vw;
    border: 2px solid black;
    background-color: #cccccc;
    box-sizing: border-box;
    transition: transform .3s;
}
 */

.file-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-style: solid;
    border-width: 2px 2px 0;
    border-color: #e0e0e0;
    background-color: #cccccc;
    background: url(../img/global/lex-background-left.svg) left no-repeat, url(../img/global/lex-background-right.svg) right no-repeat, url(../img/global/lex-background.svg) repeat;
    background-size: auto 24px;
}

.file-header h3 {
    text-align: center;
    background-color: #cccccc;
    padding: .25em;
    margin-top: 1px;
}

.file-header button {
    height: 15px;
    width: 15px;
    margin: .5em .5em .5em 0;
    position: absolute;
    right: .25em;
}

#file-window article {
    height: 100%;
    width: calc(100% - 10px);
    border: 2px solid black;
    margin: 5px;
    box-sizing: border-box;
    background-color: white;
    padding: 2%;
    text-align: left;
}