html {
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* END RESET */

body {
    height: 100vh;
    background: rgb(235,69,129);
    background-image: radial-gradient(closest-side at 50% 85%, rgba(235,69,129,1) 0%, rgba(142,56,87,1) 98%);
    font-family: citrus-gothic-solid, sans-serif;
}
header h1 {
    position: absolute;
    top: 7px;
    left: 10px;
    color: rgba(255,255,255,0.9);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
nav {
    position: absolute;
    top: 12px;
    right: 0px;
    text-align: right;
    z-index: 100;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
nav ul {
    list-style: none;
}
nav li {
    display: inline-block;
    margin-right: 15px; /* add spacing between items */
}
nav h2 {
    display: block;
    color: rgba(255,255,255,0.7);
}
.nogap {
    margin-right: 4px;
}
nav a { 
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
nav a:hover, nav a.currentpage { 
    display: block;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid white;
}
.scene-container {
    height: 70% !important;
}
.node {background-color:#f00;}
.node-label0 {
    font-size: 24px;
    top: 1.3em;
    color: rgba(235,110,155,1) !important;
    color: rgba(255,255,255,0.9) !important;
}
.node-label1 {
    text-align: left;
    font-size: 20px;
    top: 1.4em;
    color: rgba(235,164,190,0.9) !important;
    color: rgba(255,255,255,0.8) !important;
}
.node-label {
    font-size: 14px;
    top: 1.7em;
    color: rgba(255,255,255,0.8) !important;
    color: rgba(255,255,255,0.7) !important;    
    letter-spacing: 1px;

}

#graph-node-label {
    position: absolute;
    top: 60px;
    left: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 1.4em;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#graph-node-text {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 250px;
    color: rgba(255,255,255,0.6);
    font-size: 1em;
}
#graph-node-link a {
    margin-top: 10px;
    color: rgba(255,255,255,0.6);
    font-size: 1em;
    text-decoration: none;
}



.scene-nav-info {
    color: rgba(255,255,255,0.8) !important;
}
#logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 7%;
    text-align: right;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
# logo a {
    cursor: pointer;
}
#logo img {
    height: 100%;
}