@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600');

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: #362A2A;
}

p {
    width: 90%;
    font-size: 18pt;
    position: relative;
    color: #eee;
    text-align: center;
    text-shadow: 2px 2px 8px #000;
}

ul {
    list-style: none;
}

b {
    letter-spacing: 3px;
    text-align: center;
}

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

#background-image {
    width: 100vw;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    max-height: 100vh;
}

#side-bar {
    float: left;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}

#content {
    float: left;
    display: inline-block;
    width: calc(100% - 300px);
    height: 100vh;
    overflow-y: auto;
}

#coming-soon, #game-ca, #join-us {
    display: none;
}

#menu {
    position: relative;
    margin-top: 50px;
    font-weight: 400;
}

#menu > li {
    margin-bottom: 100px;
    color: #000;
    font-size: 30pt;
    font-weight: 600;
}

#menu > li:hover {
    cursor: pointer;
}

#logo {
    position: relative;
}


#ca-parallax-background-1 {
    width: 100%;
}


#ca-parallax-text {
    width: 70%;
    position: absolute;
    top: 10px;
}

#menu-color-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff4141;
    opacity: 0.4;
}

.sub-menu {
    overflow: hidden;
    padding-left: 0;
    height: 0;
    display: none;
    font-weight: 400;
    font-size: 25pt;
}

.ca-parallax {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-page {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.vertical-align {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.horizontal-align {
    display: inline-block;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.showcase {
    background-color: #34373a;
    width: 300px;
    padding: 20px;
    margin: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.download {
    background-color: green;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 10px;
    color: #eeeeee;
    position: absolute;
    bottom: 100px;
    font-size: 14pt;
    font-weight: 500;
}
