@font-face {
    font-family: Akrobat;
    src: url(fonts/Akrobat-Light.otf);
}

@font-face {
    font-family: Akrobat;
    src: url(fonts/Akrobat-Black.otf);
    font-weight: bold;
}

body {
    font-family: Akrobat, "Helvetica Neue";
    color: #1c323f;
    font-size: 14pt;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.container {
    flex: 1;
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("images/navbar_download_button_mousehover.png") url("images/navbar_download_button_click.png") url("images/front_page_free_button_mousehover.png") url("images/front_page_free_button_click.png") url("images/navbar_download_button_inactive.png");
}

.bold {
    font-weight: bold;
}

.table-col {
    flex: 1;
}

.header {
    height: 128px;
    line-height: 128px;
}

.logo-holder a {
    text-decoration: none;
    color: #1c323f;
}

.logo {
    font-size: 24pt;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px
}

.logo-img {
    height: 50px
}

.header-navbar {
    text-align: right;
}

.header-link {
    font-size: 14pt;
    padding-right: 64px;
}

.header-link a {
    text-decoration: none;
    color: #1c323f;
}

.extra-info-header h4 {
    font-weight: bold;
    font-size: 18pt;
    padding-left: 10px;
}

.extra-info-row {
    padding-bottom: 10px;
    padding-left: 10px;
}

.header-download-button {
    font-size: 14pt;
    font-weight: bold;
    background-image: url("images/navbar_download_button_normal.png");
    /*background-image: url("images/navbar_download_button_inactive.png");*/
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 128px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.header-download-button:hover {
    background-image: url("images/navbar_download_button_mousehover.png");
    /*background-image: url("images/navbar_download_button_inactive.png");*/
}

.header-download-button:active {
    background-image: url("images/navbar_download_button_click.png");
    /*background-image: url("images/navbar_download_button_inactive.png");*/
}

.header-download-button a {
    text-decoration: none;
    color: #ffffff;
}

/* footer */

.footer {
    background-color: #20333e;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-links .link {
    font-size: 12pt;
    padding-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
}

.footer-links .link a {
    color: #ffffff;
}

.footer-links .inactive {
    color: #aaa;
    cursor: not-allowed;
}

.footer-contact {
    text-align: center;
}

.footer-contact h3 {
    font-weight: bold;
    font-size: 22pt;
}

.footer-contact .contact {
    font-size: 16pt;
    padding-bottom: 30px;
}

.footer-contact .copyright {
    font-size: 10pt;
}

.footer-newsletter h3 {
    font-weight: bold;
    font-size: 16pt;
}

.footer-newsletter input {
    width: 200px !important;
    margin-right: 10px;
    display: inline-block;
}

/* front page */

.front-page-main-left {
    padding-top: 120px;
    font-size: 12pt;
    padding-right: 20px;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .front-page-main-left {
        padding-top: 20px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .front-page-main-left {
        padding-top: 20px;
    }
}


.front-page-main-left .title {
    font-size: 32pt;
    font-weight: bold;
    margin-bottom: 30px;
}

.front-page-main-left .description {
    margin-bottom: 46px;
}

.front-page-main-right {
    text-align: right;
}

.front-page-main-right img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 480px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .front-page-main-right img {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.front-page-main-download-button {
    background-image: url("images/front_page_free_button_normal.png");
    background-size: 200px;
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.front-page-main-download-button:hover {
    background-image: url("images/front_page_free_button_mousehover.png");
    background-size: 200px;
}

.front-page-main-download-button:active {
    background-image: url("images/front_page_free_button_click.png");
    background-size: 200px;
}

.front-page-main-download-button a {
    text-decoration: none;
    color: #ffffff;
}

.front-page-cards {
    margin-bottom: 80px;
    font-size: 14pt;
}

.front-page-card h3 {
    font-size: 20pt;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.front-page-card a {
    margin-top: 20px;
    display: inline-block;
}

.front-page-card a.inactive {
    cursor: not-allowed;
    text-decoration: none;
    color: grey;
}

/* about */

.about-header {
    background-image: url("images/about_text_background.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.phone-about-header h3 {
    font-weight: bold;
    font-size: 24pt;
}

.about-header h3 {
    font-weight: bold;
    font-size: 24pt;
    margin-top: 10%;
    color: #ffffff;
}

.about-header .description {
    color: #ffffff;
    width: 580px;
    text-align: center;
    display: inline-block;
    font-size: 14pt;
    margin-top: 30px;
}

.about-details {
    display: flex;
    align-items: center;
}

.about-details .title {
    font-weight: bold;
    font-size: 22pt;
    margin-bottom: 10px;
}

.about-details .description-container {
    vertical-align: middle;
    display: inline-block;
}

.about-details .details-image {
}

.team {
    margin-top: 40px;
}

.team h3 {
    font-size: 32pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.team .team-member {
    text-align: center;
    font-size: 14pt;
    margin-bottom: 20px;
}

.team .team-member img {
    display: inline-block;
}

.team .team-member .name {
    margin-top: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.team .team-member .title {
    font-size: 12pt;
}

.team .team-member .background {
    font-size: 10pt;
}

/* about space cash */

.about-space-cash-details {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-space-cash-left {
    font-size: 18pt;
}

.about-space-cash-left h3 {
    font-weight: bold;
    font-size: 28pt;
    margin-bottom: 20px;
}

.about-space-cash-right {
    padding-left: 100px;
    text-align: right;
}

.about-space-cash-right img {
    float: right;
    max-height: 400px;
}

.about-space-cash-info-row {
    margin-bottom: 20px;
    font-size: 12pt;
    height: 160px;
}

.about-space-cash-info-row .title {
    font-weight: bold;
    font-size: 22pt;
    margin-bottom: 5px;
}

.about-space-cash-info-row img {
    height: 120px;
}

.about-space-cash-info-row .pools-description {
    margin-top: 20px;
}

.about-space-cash-footer-spacer {
    height: 30px;
}

/* roadmap */

.roadmap-header {
    background-image: url("images/roadmap_text_background.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 400px;
    color: #ffffff;
    text-align: center;
    display: table;
    margin-top: 30px;
    margin-bottom: 50px;
}

.roadmap-content {
    font-weight: bold;
    font-size: 20pt;
    padding-left: 200px;
    padding-bottom: 40px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .roadmap-header {
        margin-top: -90px;
        margin-bottom: 0px;
    }

    .roadmap-content {
        font-weight: bold;
        font-size: 20pt;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        margin-top: -70px;
    }
}

.roadmap-header .content {
    display: table-cell;
    vertical-align: middle;
    font-size: 14pt;
}
.roadmap-header .title {
    font-weight: bold;
    font-size: 22pt;
    margin-bottom: 30px;
}

/* airdrop */
.airdrop {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16pt;
    padding-left: 20px;
    padding-right: 20px;
}

.pools {
    padding-top: 20px;
    padding-bottom: 10px;
}

.network-stats-summary {
    padding-top: 20px;
    padding-bottom: 20px;
}
