/* positioning and text */
.source-code-centerText{
    text-align: center;
}

.source-code-margin {
    margin: 1%;
}

a {
    color: black;
    text-decoration: none;
}

#game-window p, pre, a {
    font-size: .85vw;
}

/* navs */

#source-code-content-main a {
    color: black;
    text-decoration: none;
}

#source-code-mainNav, .source-code-nav {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.source-code-nav {
    position: absolute;
    bottom: 6px;
    width: calc(100% - 10px);
}

.back-button {
    width: 5%;
    float: left;
    background-color: white;
}

.exitButton {
    width: 5%;
    background-color: white;
}

.forward-button {
    width: 5%;
    float: right;
    background-color: white;
}

.quit-button {
    float: right;
    background-color: white;
    border-radius: 8px;
    height: 2.5em;
}

/* Popups */
#contributors-popup {
    display: none;
    float: right;
}

#info-popup {
    display: none;
}

#source-code-opening-popup{
    position: absolute;
    background-color: white;
    margin: auto;
    width: 65%;
    border: 1px solid black;
    left: 17.5%;
    top: 35%;
    height: auto;
}

#source-code-infoPopup {
    display: none;
    background-color: white;
    position: absolute;
    width: 75%;
    margin-left: 2%;
    border: 1px solid black;
    padding: 2%;
    box-sizing: border-box;
    height: auto;
}

#source-code-contributorsPopup{
    display: none;
    background-color: white;
    position: absolute;
    width: 56%;
    border: 1px solid black;
    margin-left: 1.5%;
    height: auto;
}

#source-code-contributorsTxt {
    position: absolute;
    right: 3%;
    width: 17%;
    background-color: white;
    border: 1px solid black;
    padding: 1%;
    box-sizing: border-box;
}

/* content */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left;
    border-style: solid;
    border-color: #0e0e0e;
    box-shadow: 5px 5px 0px 0px #0e0e0e;
    font-weight: bold;
}

#source-code-landing {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2%;
}

#source-code-landing-gif {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2em;
}

#source-code-content-main {
    display: block;
    width: 100%;
    padding: 2%;
}

#source-code-main-text {
    width: 70%;
    border: 1px solid black;
    padding: 2%;
    background-color: white;
    margin-left: 2%;
    height: auto;
}


#source-code-mary-content {
    background-color: white;
    height: 90%;
    width: 70%;
    margin-left: 3%;
    border: 1px solid black;
    padding-left: 2%;
    padding: 2%;
}


#source-code-scott-content {
    background-color: white;
    height: 90%;
    border: 1px solid black;
    padding: 2%;
}


#source-code-jasmine-content {
    overflow-y: visible;
    background-color: white;
    height:65%;
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.source-code-jasmine-inline {
    display: inline-block;
    height: 90%;
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
}

#source-code-arthur-content {
     background-color: white;
     width: 100%;
     border: 1px solid black;
     overflow-y: scroll;
     padding: 2%;
     height: 96%;
     box-sizing: border-box;
     margin-left: 0;
}

#source-code-arthur-content p {
    height: 70vh;
}

#source-code-leon-content {
     background-color: white;
     width: 95%;
     border: 1px solid black;
     margin: auto;
     margin-top: 5%;
     padding: 2%;
     box-sizing: border-box;
     height: auto;
}

/* background */
#flex-container {
    background-image: url(../img/source-code/source-code-bg.png);
    background-size: cover;
}

#game-content.one-col #column-one {
    background: none;
}


.main-content-window {
	display: none;
}

#sc-landing-content-window {
	display: block;
}

.page-swap {
	cursor: pointer;
}