﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. 

    
    COLORS: 
    Logo Green: 6aa552
    Light Green: 3ccc6a
    Medium Green: 3ab54a
    Darker Green: 0ca048
    Logo Gray: 394450
    Very Light Gray: f6f6f6
    Off Black: 101820


    FONTS:
    Header Font: Aachen Bold
    Backup Header Font: Helvetica Neue LT Std
    Text Font: Montserrat Light


    CONFIGURE BOOTSTRAP 3.4 HERE: https://getbootstrap.com/docs/3.4/customize/
*/
@font-face {
    font-family: 'aachen bold plain';
    src: url('../fonts/aachen bold plain.ttf') format('truetype');
}

@font-face {
    font-family: fancyFont;
    src: url('../fonts/Yellowtail-Regular.ttf') format('truetype');
}

body {
    /*padding-top: 50px;*/
    padding-top: 100px; /*our header is 100px tall so we need to push our content down that much so it isn't covered */
    padding-bottom: 20px;
}

a {
    color: #0ca048;
}

h1 {
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
    font-size: 40px;
    margin-top: 5px;
}

/* PRE-LAUNCH PAGES */
.pre_launch_OR {
    font-size: xx-large;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.larger_text {
    font-size: large;
}

/* HEADER */
.bolder {
    font-weight: 800;
}

/*SOCIAL MEDIA IMAGES*/
.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    float: right;
    margin: 15px;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}


/* NAVIGATION BAR */
.dropdown-item {
    margin-left: 10px;
}

.navbar-brand {
    padding: 0px;
    /*background: url(../images/logo/website_header.gif) no-repeat;*/
}

.social-media-container-nav {
    display: block;
    margin-bottom: 20px;
}

.slogan {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: fancyFont, Montserrat, 'Helvetica Neue LT Std', Arial;
}

.bottom-container {
}

.larger-button {
    font-size: 36px;
    border-width: 5px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.image-container {
    display: flex;
    justify-content: center;
}

.bold-centered {
    font-weight: bold;
    text-align: center;
    font-size: large;
}

.centered-image {
    text-align: center;
    vertical-align: middle;
    width: 90%;
    margin-top: 30px;
}

.player-age-time {
    margin-top: 10px;
}

.highlight-list {
    margin-top: 20px;
}

.crash-and-grab-orange {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #f8ae1d;
}

.crash-and-grab-pink {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #dc3293;
}

.highlight-bullet {
    margin-bottom: 7px;
}

.short-description {
    text-align: center;
    font-style: italic;
}

.yellow-box {
    background-color: #fbbd1e;
    border: 4px solid #1e1e1e;
    display: inline-block;
    padding: 1px 4px 1px 4px;
}

.copies-sold {
    width: 80%;
    text-align: center;
    vertical-align: middle;
}

.floating-bottom {
    position: fixed;
    bottom: 0;
    /* center contents */
    left: 50%;
    transform: translate(-50%, -50%);
    /* make the button overlap content */
    z-index: 10;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    display: block;
}

.div-bar {
    display: block;
}

.login-corner {
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}

text-login {
    font-size: smaller;
    text-decoration: none; /* removes the boostrap underline */
    list-style-type: none; /* remove the bullet to the left of bootstrap's nav item */
}

.socialicons {
    list-style: none;
    display: flex;
    justify-content: center;
}

    .socialicons li {
        margin: 5px 10px;
    }

        .socialicons li img {
            text-decoration: none;
            width: 50px;
            height: 50px;
            transition: all ease-in-out 150ms;
        }

.socicons-list {
    list-style: none;
    display: flex;
    justify-content: center;
}

    .socicons-list li {
        margin: 20px 10px;
    }

        .socicons-list li a {
            text-decoration: none;
            padding: 15px;
            font-size: 20px;
            border-radius: 50%;
            color: #fff;
            background-color: #f1f1f1;
            transition: all ease-in-out 150ms;
        }

            .socicons-list li a:hover {
                text-shadow: 0 5px 10px #212121;
            }

        .socicons-list li:nth-child(1) a {
            background-color: #3e5b98;
        }

        .socicons-list li:nth-child(2) a {
            background-color: #000000;
        }

        .socicons-list li:nth-child(3) a {
            background-color: #4da7de;
        }

        .socicons-list li:nth-child(4) a {
            background-color: #e02a20;
        }




.navbar-nav {
    float: right;
}

.navbar-collapse {
    float: right;
}

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #0ca048;
}

.navbar-nav > li > a {
    color: #0ca048;
}

.navbar-inverse .navbar-nav > li > a {
    color: #0ca048;
}



.nav-link {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.links-under-images {
    color: #0ca048;
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.below-calls-to-action {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.digital-row {
    margin-bottom: 30px;
}

/* FOOTER */
.footer-cell {
    text-align: center;
    margin-top: 5px;
}

.copyright-text {
    font-style: italic;
    margin-top: 10px;
    font-size: smaller;
    text-align: center;
}

/* GAME PAGE */
.game-description {
    font-family: 'Helvetica Neue LT Std';
        font-style: italic;
    font-size: medium;
}

.highlights {
    font-size: x-large;
    font-family: 'Helvetica Neue LT Std';
}

.game-page-box-image-div {
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 30px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.game-page-online-buttons-div {
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.game-page-action-buttons-div {
    text-align: center;
}

.game-page-online-button {
    margin: 10px;
}

.game-page-box-image {
    text-align: center;
}

.game-page-description-text {
    font-style: italic;
    margin-top: 20px;
}

.game-page-button {
    margin-top: 10px;
    line-height: 1.0;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.big-button {
    margin-top: 10px;
    font-size: x-large;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
}

.game-page-search-container {
    margin-top: 10px;
}

.card-search-text-box {
    width: 160px;
}

.amazon-button-color {
    background-color: #ff9900;
    color: #101820;
}

.image-border {
    border: 10px solid #101820;
    border-radius: 15px;
    margin: 10px;
}

.floating {
    float: right;
    width: 300px;
}

/* GAMES PAGE */
.games-basics {
    margin-top: 30px;
}



/* FRONT PAGE IMAGE CONTAINERS */
.front-page-image-container {
    position: relative;
    text-align: center;
    color: white;
    font-size: 70px;
    font-family: 'Aachen Bold', 'aachen bold plain', 'Helvetica Neue LT Std', Arial;
    margin-bottom: 10px;
}

.front-page-image {
    width: 100%;
}

.font-page-image-text {
}

    .font-page-image-text > a {
        color: white;
        /* ADD STROKE AROUND TEXT TO MAKE IT MORE READABLE */
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #101820;
    }

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Middle right text */
.mid-right {
    float: right;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Buy Grids */
.buy-grid-container {
    display: grid;
    grid-template-columns: 50% 50%; /* first column 70% of grid, second 30% */
    grid-template-rows: repeat(2, auto); /* 2 rows, height adjusts to content */
    gap: 0; /* spacing between cells */
}

.buy-grid-item {
    padding: 1rem;
    text-align: left;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: auto;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.header-image {
    margin-bottom: 15px;
}

/* Hide/rearrange for medium screens */
@media screen and (max-width: 991px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .front-page-image-container {
        font-size: xx-large;
    }

    .logo {
        max-width: 400px;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .front-page-image-container {
        font-size: xx-large;
    }

    .logo {
        max-width: 400px;
    }
}

@media screen and (max-width: 500px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .front-page-image-container {
        font-size: xx-large;
    }

    .logo {
        max-width: 330px;
    }
}

@media screen and (max-width: 400px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .front-page-image-container {
        font-size: xx-large;
    }

    .logo {
        max-width: 240px;
    }
}

@media screen and (max-width: 300px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .front-page-image-container {
        font-size: xx-large;
    }

    .logo {
        max-width: 200px;
    }
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
}

/* ACHIEVEMENTS */
.agent-rank-info {
    text-align: center;
    vertical-align: middle;
}

.agent-rank-value {
    font-size: medium;
    font-weight: 600;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.agent-row-headers {
    background-color: #CFCFCF;
    border-color: #333333;
    box-shadow: 3px 3px 3px #ccc;
    border: groove;
}

.agent-row-values {
    background-color: #f6f6f6;
    border-color: #333333;
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 3px #ccc;
    border: groove;
}

.achievement-logo {
    max-width: 100px;
    padding: 5px;
}

.achievement-badge {
    max-width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.achievement-points {
    font-size: xx-large;
    font-weight: 900;
}

.achievement-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: groove;
    border-color: #333333;
    border-radius: 10px;
    background-color: mintcream;
    box-shadow: 3px 3px 3px #ccc;
}

.achievement-column {
    text-align: center;
    padding: 5px;
}

.benefits-row {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.badge-text {
    font-size: small;
}

/* NEXT FOLLOWER LANDING PAGE */
.total-row {
    background-color: #f6f6f6;
    border-color: #333333;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    border: groove;
    margin: 20px;
}

.large-text-label {
    font-size: large;
    text-align: center;
}

.large-text-label-total {
    font-size: large;
    text-align: center;
    font-weight: 900;
}

.large-text-value {
    text-align: center;
    font-size: xx-large;
}

.large-text-value-total {
    text-align: center;
    font-size: xx-large;
    font-weight: 900;
}

.logo-label {
    text-align: center;
    margin-bottom: 10px;
    vertical-align: bottom;
}
/* COUNTDOWN TIMER */
.purple-gradient {
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
}

.young-passion-gradient {
    background: linear-gradient(40deg, #b12a5b, #ff8177);
}

.title h1 {
    text-align: left;
    color: #202020;
}

.hero {
    color: white;
    padding: 15px;
}

    .hero h3 {
        color: white;
    }

.description, .simple-examples {
    margin-top: 15px;
}

    .description p, .simple-examples p {
        font-weight: 700;
    }

    .simple-examples .countdown {
        display: none;
    }

        .simple-examples .countdown.simple-bar {
            background-color: #af0b0b;
            margin: 20px;
            padding: 3px 21px;
            border-radius: 10px;
            text-align: center;
            font-weight: 700;
            color: white;
        }

        .simple-examples .countdown.fix {
            font-size: 14px;
        }

.countdown.show, .countdown.hero_count {
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}

    .countdown.show h2, .countdown.hero_count h2 {
        font-size: 60px;
    }

    .countdown.show .running, .countdown.hero_count .running {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .countdown.show .running timer, .countdown.hero_count .running timer {
            font-size: 55px;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 1;
            color: #8c0734;
        }

            .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
            .countdown.show .running timer .hours,
            .countdown.hero_count .running timer .hours,
            .countdown.show .running timer .minutes,
            .countdown.hero_count .running timer .minutes,
            .countdown.show .running timer .seconds,
            .countdown.hero_count .running timer .seconds {
                width: 70px;
                text-align: left;
                margin: 0 7px;
            }

@media (max-width: 480px) {
    .countdown.show .running timer, .countdown.hero_count .running timer {
        font-size: 40px;
    }

        .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
        .countdown.show .running timer .hours,
        .countdown.hero_count .running timer .hours,
        .countdown.show .running timer .minutes,
        .countdown.hero_count .running timer .minutes,
        .countdown.show .running timer .seconds,
        .countdown.hero_count .running timer .seconds {
            width: 49px;
        }
}

.countdown.show .running .labels, .countdown.hero_count .running .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

    .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
        width: 97px;
        text-align: center;
        margin: 0px 2px;
    }

@media (max-width: 480px) {
    .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
        width: 69px;
    }
}

.countdown.show .running .text, .countdown.hero_count .running .text {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

.countdown.show .running button, .countdown.hero_count .running button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 10px;
}

.countdown.show .running .break, .countdown.hero_count .running .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}

.countdown.show .ended, .countdown.hero_count .ended {
    display: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .countdown.show .ended .text, .countdown.hero_count .ended .text {
        font-size: 20px;
    }

    .countdown.show .ended button, .countdown.hero_count .ended button {
        border: none;
        background-color: #5a0000;
        color: white;
        border-radius: 25px;
        padding: 10px 20px;
        margin: 10px;
    }

    .countdown.show .ended .break, .countdown.hero_count .ended .break {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
    }

.countdown.hero_count {
    background-color: #6d0303;
    margin: 0 10px;
}

    .countdown.hero_count h2 {
        font-size: 40px;
        color: #b3b3b3;
        font-size: 33px;
    }

    .countdown.hero_count .running timer {
        color: #e2e2e2;
    }

    .countdown.hero_count .running button {
        background-color: #af0b0b;
    }

        .countdown.hero_count .running button a {
            color: white;
        }

    .countdown.hero_count .running .labels span {
        width: 95px;
        margin: 0px 3px 0px 0px;
    }

@media (max-width: 480px) {
    .countdown.hero_count .running .labels span {
        width: 69px;
    }
}
/*# sourceMappingURL=style.css.map */

.btn-facebook {
    color: #ffffff;
    background-color: #3B5998;
    border-color: #000000;
}

.btn-ptp {
    color: #ffffff;
    background-color: #0ca048;
    border-color: #000000;
}

.search-result-row {
    border-bottom: solid;
    border-width: thin;
    border-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 130px;
}

.search-result-name {
    font-weight: 800;
    font-size: x-large;
}

.search-result-description {
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.search-result-description:hover
a.search-result-description:active
a.search-result-description:visited
a.search-result-description:link {
    text-decoration: none;
    background-color: #3366FF;
}

.search-result-image {
    max-width: 100px;
    padding: 5px;
}

.component-details-verbose-text {
    font-size: large;
}

.component-details-still-unanswered {
    margin-top: 10px;
}

.component-details-related-question {
    font-size: x-large;
    font-weight: 900;
    margin-bottom: 10px;
}

.component-details-related-answer {
    font-size: large;
    margin-bottom: 10px;
    margin-left: 10px;
}

.component-details-bullet-item {
    font-size: large;
}

.component-details-related-example {
    font-size: large;
    font-style: italic;
    margin-left: 10px;
}

.component-details-img {
    width: 350px;
}

.table-with-dividers {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
