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

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

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

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: inherit;
    padding: 0;
    margin: 0;

    text-align: center;
    background-color: #384145;
}

.splash-block {
    width: 100%;
    height: 500px;

    background-color: #A5D6F5;
    background-image: url('images/city.png');
    background-image: url('images/city.png'), radial-gradient(circle at 50% 40%, #C8E0EF 0%, #A5D6F5 95%);
    background-size: 1204px, 100%;
    background-repeat: no-repeat;
    background-position: 50% -25%;

    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 120px;
}

.logo {
    position: fixed;
    top: 10px;
    left: 10px;

    background-color: #FBB840;
    background-image: linear-gradient(#FBCA5F, #FBB840);
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);

    z-index: 100;
}

.splash-block .twitter {
    display: inline-block;
    position: absolute;
    bottom: 51px;
    margin-left: -80px;
}

.splash-block .facebook {
    transform-origin: top left;
    transform: scale(1.4);

    display: inline-block;
    position: absolute;
    bottom: 63px;
    padding-left: 4px;
}

.splash-block .blog-link {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 100;

    font-family: 'tertreextra_bold';
    font-size: 24pt;
    line-height: 90%;

    color: #fafafa;
    text-shadow: 0 1px 6px rgba(0,0,0,0.1)
}

.logo img {
    display: block;
    width: 140px;
    height: 140px;
}

.headline-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: 0 auto;
    text-align: center;
}

.headline {
    color: #fff;
    background-color: #FBB840;

    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);

    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0;
    text-align: left;

    line-height: 0.78;
    font-family: 'tertreextra_bold';
    font-weight: normal;

    display: inline-block;
    padding: 20px 30px;

    box-sizing: border-box;
    width: 620px;
}

.headline .headline-focus {
    font-size: 180pt;
}

.headline .kern-o, .headline .kern-f {
    letter-spacing: -10px;
}

.headline .headline-getmoredone {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
}

.headline .headline-getmoredone {
    line-height: 0.9;
    font-size: 54.5pt;
}

.intro-block {
    margin: 0 auto;
    width: 620px;
    text-align: left;
    position: relative;
}

.intro-text {
    padding: 0;
    margin: 0;
    color: #fff;
    width: 99%;
}

.intro-text h3 {
    margin: 24px 0 0 0;
    padding: 0;
    font-size: 24pt;
}

.intro-text p:first-child {
    margin-top: 0;
}

.signupForm {
    padding: 0;
    height: 50px;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'cabin', sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.signupForm input {
    box-sizing: border-box;
    float: left;
}

.signupForm input[type=email] {
    width: 380px;
    margin-right: 0;
    margin-bottom: 5px;
    color: #101010;
}

.signupForm input[type=submit] {
    width: 220px;
    padding-bottom: 0.55em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    margin-left: 20px;
}

.intro-detail-row {
    margin-bottom: 20px;
    clear: both;
}

.intro-detail-row p {
    color: #fff;
    text-align: center;
    font-size: 22pt;
    font-weight: bolder;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
    width: 300px;
}

.intro-detail-row .customizable {
    background-image: url("images/intro-list-icon.png");
}

.intro-detail-row .tracking {
    background-image: url("images/intro-eye-icon.png");
}

.intro-detail-row .feedback {
    background-image: url("images/intro-loop-icon.png");
}

.section-heading {
    font-size: 45pt;
    font-family: 'tertreextra_bold', sans-serif;
    font-weight: normal;
    margin: 10px 0 20px;
}

.detail-row:nth-child(even) .section-heading {
    color: #efefef;
}

.three-step-process .section-heading, .detail-row:nth-child(odd) .section-heading {
    color: #384145;
}

.three-step-process {
    padding: 20px 0;
    margin: 0;
    width: 100%;

    background-color: #A5D6F5;
    background-image: radial-gradient(circle at 50% 40%, #C8E0EF 0%, #A5D6F5 95%);

    font-size: 19pt;
    font-family: 'cabin', sans-serif;
}

.three-step-process-container {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 710px;
}

.three-step-process .three-step-process-container > * {
    position: absolute;
}

.three-step-process p {
    color: #384145;
    font-weight: bold;
    font-size: 21pt;
}

.three-step-process .start-concentrating {
    top: 5px;
    left: 0;
    right: 0;
    margin: 0;

    text-align: center;
    z-index: 1;
}

.three-step-process .start {
    top: 50px;
    left: 260px;
    width: 460px;
}

.three-step-process .start-button {
    color: #fff;
    font-size: 48pt;
    font-family: 'tertreextra_bold', sans-serif;
    line-height: 95%;
    font-weight: normal;

    background-color: #006acc;
    border-radius: 4px;
    border: solid 1px rgba(100, 100, 100, 0.3);
    box-shadow: 0 0 30px rgba(100, 100, 100, 0.2);
    padding: 15px 40px;

    position: absolute;
    top: 231px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;

    outline: none;
}

.mouse-over {
    background-image: url("images/cursor.png");
    height: 30px;
    width: 18px;
}

.start-button .mouse-over {
    position: absolute;
    bottom: -21px;
    right: 88px;
}

.three-step-process .succeed {
    bottom: 20px;
    left: 20px;
    width: 460px;
}

.three-step-process .fail {
    bottom: 20px;
    right: 20px;
    width: 460px;
}

.three-step-process .success-arrow {
    top: 256px;
    left: 238px;
}

.three-step-process .wait-for-success {
    top: 315px;
    left: 158px;
    width: 180px;
}

.three-step-process .failure-arrow {
    top: 256px;
    right: 238px;
}

.three-step-process .open-facebook {
    top: 315px;
    right: 138px;
    width: 230px;
}

.detail-row {
    width: 100%;
    padding: 40px 0;
}

.detail-row:nth-child(odd) {
    background-color: #A5D6F5;
    background-image: radial-gradient(circle at 50% 40%, #C8E0EF 0%, #A5D6F5 95%);
}

.detail-row:nth-child(odd) p {
    color: #555;
}

.detail-row:nth-child(odd) strong {
    color: #000;
}

.detail-row-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

    width: 980px;
    margin: 0 auto;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}

.detail-row-container > * {
    margin-left: 20px;
    display: inline-block;

    -webkit-flex-basis: 300px;
    -webkit-flex-grow: 1;
    flex-basis: 300px;
    flex-grow: 1;
}

.detail-row img {
    width: 300px;
    box-sizing: border-box;
    margin-top: 20px;

    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;

    vertical-align: top;
}

.detail-row p {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    vertical-align: top;
    width: 620px;
}

.detail-row .triple p {
    width: 300px;
}

p {
    color: rgba(210, 210, 210, 1);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);

    font-size: 19pt;
    font-family: 'cabin', sans-serif;
}

strong {
    color: #FBB840;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.nowrap {
    display: inline-block;
}

.final-signup {
    background-color: #A5D6F5;
    background-image: radial-gradient(circle at 50% 40%, #C8E0EF 0%, #A5D6F5 95%);
    height: 170px;
    padding: 20px 0;
}

.final-signup h2 {
    font-size: 40pt;
    color: #384145;
    margin: 10px 0 0 0;
    font-family: 'tertreextra_bold', sans-serif;
    font-weight: normal;
}

.final-signup .signupForm {
    width: 940px;
    margin: 20px auto;
}

.final-signup input[type=email] {
    border-color: #384145;
    width: 620px;
    margin: 0;
}

.final-signup input[type=submit] {
    width: 300px;
    margin-left: 20px;
}

footer {
    width: 100%;
}

footer .footer-container {
    width: 940px;
    height: 40px;
    margin: 0 auto;
    padding: 20px 0;

    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

    font-family: 'tertreextra_bold', sans-serif;
    font-size: 24pt;
    text-align: left;
}

footer .twitter {
    margin: 0 10px 0 auto;
}

footer .twitter img, footer .facebook img {
    height: 40px;
    display: block;
    float: right;
}

.detail-row:nth-child(odd), .three-step-process, .final-signup {
    box-shadow: inset 0  10px 10px -10px rgba(0,0,0,0.3),
                inset 0 -10px 10px -10px rgba(0,0,0,0.3);
}

.splash-block {
    box-shadow: inset 0  -10px 10px -10px rgba(0,0,0,0.3);
}
