
@import url(//fonts.googleapis.com/css?family=Roboto:500,100,300);

html {
    height: 100%;
}

body {
    position: relative;
    font-family: Roboto,'Roboto', Arial, sans-serif;
    font-weight: 300;
    min-height: 100%;

}

::selection {
    background: #3c763d;
    color: white;
}

body.loading {
    overflow: hidden;
}

#loadscreen {
    background: black;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 9000;
}

#spinner {
    color: rgba(255,255,255,0.5);
    font-size: 50px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;

}

#canvas2d {
    display: none;
}

#logo {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

    #logo img {
        width: 80%;
        max-width: 1000px;
        box-shadow: 0 0 rgba(255,255,255,0.5);
    }



#nav {
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
}

#header {
    margin-bottom: 5em;
    margin-top: 50px;
}

#stars {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
    background: black;
    z-index: 0;
    background-position: center center;
    background-size: cover;
}

#scroller {
    position: absolute;
    bottom: 0;
    width: 100%;
}



.next {
    text-align: center;
    padding: 40px 0;
}
.next.text-white a {
    color: white;
}
.next a:after {
    font-family: FontAwesome;
    content: "\f13a";
    font-size: 1em;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}



#content {
    position: absolute;
    top: 100%;
    width: 100%;
    background: transparent;
}





.pronounceable {
    font-family: Arial, sans-serif;
}

.large-text {
    font-size: 2em;
}

.social {
    font-size: 20px;
}
.social i {
    margin: 0 10px;
}






#contactIcon {
    font-size: 200px;
    color: #eee;
}



/*#blogposts:hover .item:not(:hover) { opacity: 0.4; }*/



/*
#stars {
    position: relative;
    padding-bottom: 41.6%;
    width: 100%;
    line-height: 0;
    background: black;
}


#stars .wrapper {
    position: absolute;

    width: 100%;
}

#canvas2d {
    position: absolute;
    width: 100%;
}
    */


h1, h2, h3, h4, h5, h6 {
}




.featurette-heading {
    font-size: 3.5em;
    margin-bottom: 40px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 500;
}



.white {
    /*background: rgba(255,255,255,0.9);*/
    background: white;
}

.showcase {
    /*background: url('../img/67p.jpg') bottom center fixed;
    background-size: cover;*/
    background: rgba(0,0,0,0.5);
    color: white;
}
.showcase a {
    color: #75b7e4;
    text-decoration: none;
}
.showcase  a:focus, .showcase  a:hover {
    color: #337ab7;
}
.extra-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}


.truncate {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;

}

.subspace-logo {
    background-image: url('../img/Subspace-Studios-Logo-03.svg');
    background-repeat: no-repeat;
    background-position: bottom -150px right -150px;
}

#footer {
    padding: 50px 0;
    font-size: 1.1em;
    color: white;

}
#footer span {
    font-size: 0.8em;
    font-weight: 300;
}

#footer h3 {
    margin-bottom: 100px;
    padding: 30px;
}



.person {
    border: 1px solid #eee;
    padding: 20px;
    background: white;
}
.person.rotate-left {
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);

}
.person.rotate-right {
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}



blockquote {
    font-size: 1.3em;
    margin: 0.25em 0;
    padding: 20px 20px 20px 50px;
    line-height: 1.45;
    text-align: left;
    position: relative;
    border: none;
    background: rgba(0,0,0,0.5);
    color: white;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: 15px;
    top: -5px;
}

a[href^="http://"]:after, a[href^="https://"]:after {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 0.7em;
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
}
.person a:after {
    content: "";
    padding-left: 0;
}

/* OVERRIDES */


.navbar-inverse {
    background-color: rgb(0,0,0);
}
.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: #3c763d;
}

.navbar {
    /*font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;*/

    border: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar.big {
    font-size: 1.1em;
    padding: 1em 0;
    background: none;
}

.navbar.big a {
    color: white;
}




/**
 * Everything related to blog posts
 *
 */

#blogposts .item {
    background: white;
    color: black;
    margin-bottom: 20px;
}

#blogposts .item h3 {
    font-size: 2em;
    color: black;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
#blogposts .item p {
    margin: 1px 0 0 0;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 0 20px 20px 20px;
    color: black;
}

#blogposts .item figure {
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#blogposts .item figure h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px 20px 20px;
    margin: 0;
    color: white;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
#blogposts .item figure img {
    width: 100%;
    height: auto;

}


.swiper-container {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

.swiper-slide figure img {
    max-height: 220px;
    object-fit: cover;
}
.swiper-slide:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 0;
    padding: 10px 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%); /* FF3.6+ */
}
