@font-face {
    font-family: 'thrust_regular';
    src: url('../assets/fonts/thrust-webfont.eot');
    src: url('../assets/fonts/thrust-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/thrust-webfont.woff2') format('woff2'),
    url('../assets/fonts/thrust-webfont.woff') format('woff'),
    url('../assets/fonts/thrust-webfont.ttf') format('truetype'),
    url('../assets/fonts/thrust-webfont.svg#thrust_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons {
    text-align: center;
}

body {
    color: whitesmoke;
    background-color: #210032;
    margin: 0;
    padding: 0;
    font: 16px "thrust_regular", "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #abc978;
    text-decoration: none;
}

a:hover {
    color: #00B7FF;
}

h1 {
    color: #43f1f2;
    font-size: 24px;
    border-bottom: thin solid darkgray;
    padding-bottom: 20px;
}

h1 small {
    color: lightslategrey;
    font-size: 12px;
}

#content {
    padding-left: 20px;
}

#review {
    padding-left: 20px;
}

#review {
    padding-left: 20px;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
    color: white;
    list-style-type: square;
    line-height: 150%;
}

div.lists {
    width: 100%;
    display: inline-block;
}

div.screenshot {
    max-width: 40%;
    display: inline-block;
    position: absolute;
    right: 20px;
    border: 1px solid darkgray;
}

.readable {
    font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.twitter-follow-button {
    padding-right: 20px;
}

body {
    background-color: #010919;
    margin: 0;
    padding: 0;
    font: 16px "thrust_regular", "Lucida Grande", Helvetica, Arial, sans-serif;
}

nav.top-nav {
    width: 100%;
    background-color: #010919;
    font: 16px "thrust_regular", "Lucida Grande", Helvetica, Arial, sans-serif;

}

nav.top-nav ul {
    margin: 0 0 0 0;
    text-align: center;
    background-color: black;
}

nav.top-nav ul li {
    display: inline-block;
}

nav.top-nav ul a {
    display: inline-block;
    padding: 20px 40px 20px 40px;

}

nav.top-nav ul li:hover {
    background-color: red;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

div#topGradient {
    background: url(/assets/images/thrust-homepage-top-gradient.png) repeat-x top;
    width: 100%;
    height: 773px;
}

.steam {
    border: 4px solid #93994c;
    border-radius: 10px;
}

.steam:hover {
    border: 4px solid #124f10;
}

#steam {
    text-align: center;
}

.ios {
    height:80px;
    border: 4px solid #ffffff;
    border-radius: 10px;
    padding: 5px;
    margin: 10px;
}

.ios:hover {
    border: 4px solid #124f10;
}

.logo {
    position: relative;
    top: 80px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video {
    position: relative;
    top: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#level2Map {
    position: absolute;
}

.level-map {
    position: relative;
    max-width: 100%;
    height: auto;
}

h1.news {
    padding: 0 0 20px 20px;
}

article.news {
    padding: 0 0 20px 20px;
}

a.news {
    padding: 0 0 20px 20px;
}

#steam a {
    padding: 20px;
    display: inline-block;
}

