body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.Home-LogoContainer {
    padding-top: 3%
}

.Home-CardContainer {
    border: 1px solid #5d5d5d
}

.Home-Background {
    background-image: linear-gradient(#b8b8b8, #f6f6f6);
    height: 100%;
    position: fixed;
    width: 100%
}

.Home-Container {
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 2% 20%;
    width: 100%
}

.Home-Logo {
    padding: 5rem
}

.Home-FlexContainer {
    align-items: center;
    display: flex;
    justify-content: center
}

.Home-Gifs {
    box-shadow: 10px 10px 20px grey;
    margin: .8%;
    min-width: 9vw;
    width: 10%
}

.Home-Gifs :disabled {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.Home-Crop {
    background-color: #fff;
    height: 2%;
    position: absolute;
    width: 1000rem;
    z-index: 9999
}

.Home-ComingSoon {
    letter-spacing: 3rem
}

.Home-ComingSoon,
.Home-CoreSet {
    font-family: inherit;
    font-size: 2vw;
    font-weight: 100;
    margin: 5%
}

.Home-CoreSet {
    letter-spacing: .8rem
}

.Home-About {
    font-size: 200%;
    margin: 20rem
}

.Home-Divider {
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 5%
}

.Home-Button {
    background: url(./button_end_turn.f3d0d73f37f4ecaa04ae.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 136px;
    opacity: 1;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 409px
}

.Home-Button:hover {
    background: url(./button_end_turn_hov.1f2c4641e36021682f7a.png) no-repeat;
    background-size: contain;
    opacity: .8
}

.Home-Button a {
    color: #fff;
    display: block;
    font-size: 1.25rem;
    height: 74px;
    left: -6px;
    padding-top: 13%;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

@media (max-width:991px) {
    .Home-Container {
        padding-left: 5%;
        padding-right: 5%
    }

    .Home-Gifs {
        margin: 2%;
        width: 20%
    }

    .Home-CoreSet {
        font-size: 5vw;
        font-weight: 100;
        letter-spacing: .3rem;
        margin: 5%
    }

    .Home-ComingSoon {
        color: transparent;
        margin: 0;
        padding-bottom: 0
    }

    .Home-LogoContainer {
        padding: 5%
    }

    .Home-Logo {
        padding: 0;
        width: 10%
    }

    .Home-Divider {
        padding-top: 5%
    }
}

@media (max-width:767px) {
    .Home-FlexContainer.Buttons {
        flex-direction: column
    }

    .Home-Button {
        max-width: 320px
    }

    .Home-Button a {
        font-size: 1.15rem
    }
}

.NavBar {
    margin-bottom: 2rem;
    width: 100%
}

@media (max-width:991px) {
    .NavBar {
        margin-bottom: 0
    }
}

.NavBar-Logo {
    margin: 0 auto 5%;
    padding: 1rem;
    text-align: center
}

.NavBar-Logo img {
    max-width: 40vw
}

@media (max-width:991px) {
    .NavBar-Logo img {
        max-width: 60vw
    }
}

.NavBar-Button {
    background-color: initial;
    border: none;
    color: #000;
    float: right;
    font-family: Lato;
    font-size: 2vw;
    font-weight: thin;
    margin-right: .5em;
    pointer-events: auto;
    width: 5em
}

.NavBar-Button:focus {
    border-bottom: 4px solid #000;
    color: #000;
    outline: none;
    pointer-events: auto
}

.NavBar-Button:hover {
    color: #707070
}

.Cards-Item {
    flex-grow: 1;
    height: 40vh
}

.Card {
    height: auto;
    width: 20rem
}

.Card-FlexContainer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 2% 4%
}

@media (max-width:768px) {
    .Card {
        height: auto;
        width: 10rem
    }
}

/*# sourceMappingURL=main.2b60a540.css.map*/