body {
    background-color: #1f1f1f;
    font-family: "Segoe WP", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    margin:0;
    -webkit-font-smoothing: antialiased;
}

header {
    padding: 12px 0;
    position: relative;
    text-align: center;
    display:block;
    margin:0;
    border:0;
    font-size:100%;
}

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

.features {
    text-align: center;
    padding: 90px 0 0;
    background-color: #282828;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.features > .feature {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.overview .details {
    font-size:14px;
    color:#cce;
}

.details > a {
    color: #3592dd;
}

.feature > .details {
    font-size: 18px;
    line-height: 25px;
    color: #ccc;
    font-weight: 100;
    margin-bottom: 1.5em;
}

.align-center > .details {
    max-width: 780px;
    margin: 0 auto;
}

.features .tagline {
    font-size: 43px;
}

.align-right > .tagline {
    text-align: left;
    padding-top: 40px;
    margin-left: 0;
    max-width: 350px;
}

.align-right > .details {
    max-width:380px;
}

.align-right {
    height: 543px;
    text-align: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.download {
    display: inline-block;
    font-size: 16px;
    margin: 32px 0 10px;
    background-color: #3592dd;
    padding: 6px 32px;
    line-height: 24px;
    position: relative;
    border-radius: 5px;
    text-align:center;
}

.download > span {
    display: inline-block;
    vertical-align: top;
}

.downloadicon {
    background: url('images/download.png') no-repeat center;
    text-indent: -9999px;
    height: 21px;
    width: 21px;
    margin: 3px 11px 4px 0;
}

.windowsicon {
    background: url('images/windowsicon.png') no-repeat center;
    background-size:100%;
    text-indent: -9999px;
    height: auto;
    width: 21px;
    margin: 3px 11px 0 4px;
}

.tagline {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    font-family: "Segoe WP", "Segoe UI Light", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
    line-height: normal;
    margin: 0 auto 24px;
    max-width: 840px;
}

.logo {
    background: url('images/RT_Logo.png') 0 0 no-repeat;
    background-size: 100%;
    display: block;
    height: auto;
    text-indent: -9999px;
    text-align: left;
    width: 800px;
}

.nav > ul {
    display: block;
    margin:0;
    padding:0;
}

.details > ul {
	margin:15px;
}

.nav {
    text-align: center;
    margin-top: 8px;
    cursor: default;
    font-size: 15px;
}

.nav > li {
    margin:0;
    padding:0;
    display: inline;
    margin: 0 6px;
}

.mcsblue {
    background-color:#002d68;
}

h1 {
    display:block;
    font-size:2em;
    font-weight:200;
    margin: 14px 0 0px;
    text-align: center;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

div {
    display:block;
}

.fullwide {
    width: 100%;
}

section {
    display: block;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.overview {
    color: #ffffff;
    padding: 40px 0 0;
    text-align: center;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.screenshot-main {
    margin-top:60px;
    margin-bottom:-1px;
}

.screenshot-hierarchy {
    position: absolute;
    right: 0;
    top: 0;
    margin:0;
}

.align-center {
    background-color: #1f1f1f;
    text-align: center;
    padding-top:60px;
}

.screenshot-generation {
    margin-top:65px;
}

.screenshot-left {
    position:absolute;
    left:0;
    top:0;
}

.align-left {
    position:relative;
    background-color: #1f1f1f;
    text-align: left;
    height: 530px;
    margin-top: 0px;
    padding-left: 550px;
    padding-top: 70px;
    box-sizing: border-box;

}

.darker {
    background-color: #1f1f1f;
}

.contact {
    color:#888;
    font-size:14px;
    font-style:oblique;
    line-height:20px;
    padding:30px;
}

.features .tagline-smaller {
    font-size: 24px;
    font-weight:100;
}

.inline {
    display:inline-block;
}

footer {
    background-color: #1d1d1d;
    padding: 10px 0;
    position: relative;
    clear: both;
    font-size: 14px;
    margin: 0 0 0 0;
    text-align: center;
    color: #606060;
}
