@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Open+Sans+Condensed:300,700");
@import url('https://rsms.me/inter/inter.css');

/* rgb(215, 40, 46) */
        body, html {
            margin: 0;
            padding: 0;
            font-family: 'Inter', sans-serif;
        }
        body {
            background-color: #0a1f8f;
            color: rgb(255, 255, 255);
            justify-content: center;
            align-items: center;
            /*font-family: 'Source Sans Pro', sans-serif;*/
            font-family: 'Inter', sans-serif;
            font-style: normal;

        }
        a {
            color: #fff;
        }
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .titleRow {
            width: 100%;
            margin-top: 50px;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .titleImage {
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #fff;
            opacity: 0.85;
            border-radius: 5px;
            margin: 0 10px;
            width: 80%;
            text-align: center;
            padding: 15px;
        }
        .titleImage img {
            width: 240px;
            height: 240px;
        }
        .titleImage h1 {
            color: #231f20;
        }
        .titleImage div {
            margin: 0 10px;
        }
        .calltoaction {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .storeButtons {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .headline {
            font-size: 1.5em;
            color: #231f20;
        }
        .headline p {
            color: #231f20;
        }
        .bold-text {
            font-weight: 600;
        }
        .light-text {
            font-weight: 300;
        }
        .compareDiv {
            background-color: #fff;
            border-radius: 5px;
            color: #231f20;
            opacity: 0.98;
        }
        .sectionHeader {
            height: 80px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
            background-color: #fff;
            margin: 10px 0;

        }
        h1 {
            text-align: center;
            color: #231f20;
        }

        main {
            margin-top: 115px;
        }

        section {
            margin: 10px 0;
            width: 100%;
        }

        @media(max-width: 600px) {
            .navbar > ul {
                width: 100%;
            }
            .navbar > ul > li.link > a > .title {
                display: none;
            }

        }

        @media(min-width: 768px) {
            .row {
                display: flex;
                flex-direction: row;
                /* align-items: center; */
                justify-content: center;
                margin: 10px 0;
                padding: 30px 0;
            }

            .row > .col-sm-6 {
                margin: 0 3px;
            }
        }
        @media(min-width: 901px) {
            .compareDiv {
                display: flex;
                flex-direction: row;
                margin: 0 10%;
            }
            .compareDiv div {
                margin: 0 10px;
            }

            .playButtons {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
            }
        }

        @media(max-width: 900px) {
            .compareDiv {
                display: flex;
                flex-direction: column;
                margin: 0 10%;
            }
            
            .playButtons {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                align-items: center;
            }
        } 
        .compareTableRow {
            width: 100%;
            margin: 0 10px;
        }
        .compareTableRow td {
            border-width: 0;
            border-bottom-width: 2px;
            border-color: #124734;
            border-style: solid;
            padding: 5px 15px;
            text-align: left;
        }
        .signUpButton {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px auto;
            font-size: 1.5em;
            text-align: center;
            background-color: red
        }
        .gameRow {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }
        .playButton {
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
        }
        
        .sellImage img {
            position: relative; left: 50%;
            transform: translate(-50%, 0%);
            margin-left: auto;
            margin-right: auto;
            max-width: 90%;
            height: auto;
            margin-top: 20px;
        }
        .sellText {
            margin: 5px 12px;
        }
        .mailchimp {
            color: rgb(50, 62, 73);
            background-color: #fff;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }
        #mc_embed_signup {
            border-radius: 12px;
            /* font-family: 'Roboto Condensed', sans-serif; */
        }
        #mc-embedded-subscribe {
            background-color: #124734;
        }
        .row {
            margin-bottom: 10px;
        }
        .footer a {
            margin: 0 12px;
        }

        .gameRow {
            border: 1px solid #fff;
            border-radius: 5px;
        }
        @media(max-width: 767px) {
            .titleRow {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .titleRow img {
                width: 125px;
                height: 125px;
                height: auto;
            }
            .titleImage {
                flex-direction: column;
            }
            .row {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                margin-left: 10px;
                margin-right: 10px;
            }

            .navbar > ul {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-content: center;
            }
        }
        .navbar {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            background-color: #231f20;
            width: 100%;
            padding: 15px 0;
            position: fixed;
            top: 0;
            z-index: 10;
        }
        .navbar > ul {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-content: center;
        }
        .navbar > ul > li {
            list-style-type: none;
        }
        .navbar > ul > li.link {
            padding: 15px;
            color: #fff;
            background-color: rgb(255,255,255, 0.1);
        }
        .navbar > ul > li.link > a {
            text-decoration: none;
            font-weight: 800;
        }

        .modal-wrapper { 
            width: 100%; 
            height: 100%; 
            min-height: 100%; 
            position: absolute; 
            top: 0; 
            left: 0; 
            background-color: rgba(0,0,0,.7); 
            transition: .4s; 
            display: none;
            opacity: 0; 
            z-index: 100;
        }
        
        .modal-content { 
            max-width: 800px;
            /* width: 100%; */
            position: absolute;
            top: 30%;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 10;
            background-color: #fff;
            border-radius: 8px;
            color: #000;
        }
        
        .modal-opened { 
            opacity: 1; 
            visibility: visible;
        }
        
        .relative {
            position: relative;
            padding: 32px 16px;
        }

        
        .btn {
            border: none;
            cursor: pointer;
            outline: none;
        }

        .btn-open {
            background-color: #337357;
            color: #E4E3D3;
            font-size: 15px;
            border-radius: 4px;
            padding: 8px 16px;
        }

        .btn-close {
            font-size: 30px;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            position: absolute;
            right: -15px;
            top: -15px;
            line-height: 16px;
            background-color: #333;
            color: #fff;
        }