@font-face {
    font-family: "pageFont";
    src: url( "../HRD/fonts/CPMono_v07 Light.woff") format('woff');			
}

html {
    width: 100vw;
    background: rgba( 232, 232, 232, 1 );
    font-family: "pageFont";    
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-y: hidden;
}

#webGL {
    width: 100vw;
    position: absolute;
    left: 0vw;
    height: 100vh;
    background-color: transparent;
    cursor: auto;
    z-index: -2;
}	

.title {
    font-size: 42px; 
    color: black;
    text-align: center;
    letter-spacing: 16px;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.footer {
    font-size: 12px; 
    color: black;
    text-align: center;
    font-weight: bold;
    clear: both;
    position: absolute;
    bottom: 8px;
    width: 100vw;
}

.subTitle {
    font-size: 24px; 
    color: black;
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 2vh;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
}


#leftSide {
    float: left;
    width: 50vw;
}

#rightSide {
    float: right;
    text-align: center;
    font-size: 24px;
    width: 50vw;    
}

.creationBlock {  
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
}

#hrd {   
    width: 100%;
    border: thin solid black;
}

.creationBlockText {  
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 100%;
    background: rgba( 220, 220, 220, 0.8 );
    margin: 0 auto;
    border: thin solid black;
    padding: 4px 0px 4px 0px;
}

#aboutMe {    
    height: 32vh;
    overflow-y: auto;
    padding: 8px;
    font-weight: bold;
    margin: 0 auto;
}


.screenShots {
    width: 50%;
    border-radius: 4px;
    border: 4px solid black;
}

.glow {
    -webkit-filter: brightness( 100% );
    filter: brightness( 100% );
    transition-duration: 0.4s;
    cursor: pointer;
}

.glow:hover {
    -webkit-filter: brightness( 200% );
    filter: brightness( 200% );
    transition-duration: 0.4s;
    cursor: pointer;
}

#bodyContainer {
    width: 100vw;
    padding: 0px;
    margin: 0px;
    text-align: center;
}