





#welcome {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 1);
    z-index: 2;
    color: white;
    text-align: center;
    padding-top: 150px;
}
#turn{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:white;
    background-image:url('../images/playportrait.png');
    background-repeat:no-repeat;
    background-position: center center;
    display:none;
}
#logo{
    max-width: 60%;
    max-height: 60%;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1e1e1e;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#menu {
background-color: rgba(0,0,0,0.85);
z-index: 2;
color: white;
font-size: 3vw;
display: none;
}

#menuTabs {
    display: flex;
    justify-content: flex-start;
    font-size: 1.5vw;
    border-bottom: solid white 1px;
    cursor: pointer;
}

#menuHeader {
    text-align: center;
    /* padding: 5px 0px; */
}

li.menuTab {
    /* padding: 5px 15px; */
    /* margin: 0px; */
    border: none;
    background-color:transparent;
}
li.menuTab > a {
    border: solid white 1px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-weight: bold !important;
    color: white !important;
}

li.menuTab > a:hover,
li.menuTab > a:focus {
    /* padding: 5px 15px; */
    /* margin: 0px; */
    border: solid white 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    background-color: #490000 !important;
}

li.menuTab.active>a {
    /* padding: 5px 15px; */
    /* margin: 0px; */
    border: solid white 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    background-color: #920000 !important;
}

#menuContainer{
    height: 100%;
    border: solid white 1px;
}

/* #menuItems{
display: flex;
cursor: pointer;
border-bottom: solid white 1px;
}

#menuItems > .tab{
justify-content: start;
border: solid white 1px;
border-bottom: none;
border-radius: 7px 7px 0px 0px;
padding: 5px 20px;
}
 */
.selected{
    background-color: white;
    color: black;
}

canvas, div#menu {
    position: absolute;
}

body {
    position: relative;
}

#menuContent {
    border: solid white 1px; 
    height: 100%;
    /* display: flex; */
}
.menuContent {
    /* flex: 0 1 50%; */
    overflow: auto;
}
.center-container{
    align-content: center;
}

.no-pad{
    padding: 0 0 0 0;
}

.no-margin{
    margin: 0 0 0 0;
}

/* //////////////////////////////// */
            /* MainPage CSS */
/* //////////////////////////////// */

#mainPage {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div.sectionBanner{
    background-color: #444444;
    border-top: solid white 1px;
    border-bottom: solid white 1px;
    margin-bottom: 6px;
}

div.sectionBanner > .sectionHeading{
    margin: 3px 0;
    color: white;
}

#currentObjectiveArea {
    padding: 4px 10px 10px;
}

.button-area {
    /* background-color: transparent; */
    border: solid transparent 0;
    border-radius: 4px;
    width: 100%;
    margin: 5px;
    padding: 0;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
}

.btn-half-green{
    background-color: #224222;
}

.btn-half-blue{
    background-color: #234b57;
}

.btn-half-yellow{
    background-color: #6e4f24;
}

.btn-half-red{
    background-color: #4d1d1b;
}
.btn-half-green:hover{
    background-color: #5cb85c;
}

.btn-half-blue:hover{
    background-color: #5bc0de;
}

.btn-half-yellow:hover{
    background-color: #f0ad4e;
}

.btn-half-red:hover{
    background-color: #d9534f;
}

.button-area > img{
    width: 80%;
}

.mainPageTab {
    height: 30%;
    /* border: solid white 1px; */
}

.mainPageTabTitle {
    /* height: 30%; */
    border-right: solid white 1px;
    border-bottom: solid white 1px;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 10px;
}

.mainButtonArea{
    padding: 0;
    /* border-top: solid white 1px; */
}

/* //////////////////////////////// */
            /* SUIT CSS */
/* //////////////////////////////// */

#suit-zone{
    margin: 3px 10px 8px;
}

.suitChangerTab {
    /* height: 12vw; */
    /* width: 9vw; */
    /* margin: 20px; */
    padding: 0 0 0 0;
    text-align: center;
    border: solid white 1px;
}

.suitChangerTab > div {
    border: solid white 1px 0; /*Makes the border only on the top and bottom */
    /* height: 9vw; */
    /* width: 9vw; */
}

.suitChangerTab > div > img {
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
}

.suitAction {
    margin: 0px;
    padding: 0px;
    height: 2.4vw;
    width: 100%;
    border-radius: 4px;
    border: solid white 1px;
    background: #006ea1;
    cursor: pointer;
    font-size: 15px;
}

.suitAction:active {
    color: #006ea1;
    background: white;
    font-weight: bold;
}

.activeSuit{
    background-color: teal;
}

.suit-img{
    height: 80%;
    width: 80%;
}

.suitDescription {
    margin: 0px;
    padding: 5px 0px;
    /* width: 30px; */
    height: 60px;
    border: solid white 1px 0; /*Makes the border only on the top and bottom*/
    font-size: 15px;/*1vw;*/
}

#suitChanger, #recordViewer{
    display: none;
}

.unavailable {
    opacity: .5;
}


/* LOGOUT */

#logoutContent{
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
