canvas { width: 100%; margin: 0; }
body   { height: 100%; margin: 0; background-color: black }

.rocket-tripper-nav-bar {
	background-color: black;
	border-bottom: 1px solid white;
	color: white;
}

#frickin-silly-logo {
    color: orange;
    text-decoration: none;
    font-size: 18px;
    font-family: "Lakki Reddy";
    padding: 0 0 0 10px;
    margin: -5px 0px;
    display: inline-block;
}

.nav-bar-links {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: "Montserrat";
    padding-left: 25px;
    padding-top: 4px;
    display: inline-block;
}

#upload-save-file-modal-content {
    text-align: center;
    font-family: "Montserrat";
}

#upload-save-file-modal {
    background-color: #000000;
    margin: auto;
    padding: 20px;
    border: 1px solid #eee;
    width: 60%;
    color: #fff;
}

#upload-save-file-modal-background {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* fall-back */
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

#upload-save-error {
    color: #f66;
}

#save-modal-close {
    color: #ddd;
    font-size: 48px;
    float: right;
    font-weight: 700;
}

#save-modal-close:hover {
    color: #fff;
    cursor: pointer;
}