/* 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. */
@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.progress {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:ridge;
    border-color:black;
    height:25px;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}



.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 {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}



li {
    line-height: 1.5;
}


.search-background {
    background: url('/images/dust_scratches.png');
}

.backgroundWhite {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}

.btn.btn-square {
    border-radius: 0;
}



.login-form {
    margin: 50px auto;
    width: 340px;
}

.login-form form {
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control, .btn {
    border-radius: 2px;
    min-height: 38px;
}

.facebook-btn {
    background-color: #3C589C;
    color: white;
}

.google-btn {
    background-color: #dd4b39;
    color: white;
}


.openid-btn {
    background-color: #03fcf4;
    color: white;
}

[data-tooltip]:before {
    position: absolute;
    content: attr(data-tooltip);
    opacity: 0;
}
[data-tooltip]:hover:before {
    opacity: 1;
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}
/* Hover effects
-------------------------------------------------- */

.column {
    margin: 15px 15px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    clear: both;
    content: '';
    display: block;
}

.column div {
    float: left;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    width: 300px;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    -webkit-transition: .3s ease-in-out;
    bottom: -20px;
    color: #444;
    display: block;
    font-size: 18px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    width: 300px;
    z-index: -1;
}

figure {
    background: #fff;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

figure:hover + span {
    bottom: -36px;
    opacity: 1;
}

/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*input:required {
    border: 1px red ridge;
}*/

.control-label:before {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: -14px;
    font-size: 18px;
    top: 2px;
}
/* Playing cards*/

/*.container-cards {
    cursor: pointer;
    display: flex;
    position: relative;
    top: 120px;

}*/

/*.front {
    align-items: center;
    background-position:initial;
    background-repeat: no-repeat;
    background-size:contain;
    border-radius: 6px;
    display: inherit;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
}

.card-game {
    border-radius: 10px;
    box-shadow: -0.5rem 0 2rem #000;
    color: inherit;
    display: flex;
    height: 442.5px;
    left: 0px;
    margin-left: -1rem;
    min-height: 442.5px;
    min-width: 300px;
    position: relative;
    transition: 0.4s ease-out;
    width: 300px;
}

.card-game:not(:first-child) { margin-left: -3rem; }

.card-game:hover {
    transform: translateY(-1.5rem);
    transition: 0.4s ease-out;
}

.card-game:hover ~ .card-game {
    left: 4rem;
    position: relative;
    transition: 0.4s ease-out;
}

.title {
    color: white;
    font-weight: 300;
    left: 20px;
    position: absolute;
    top: 15px;
}

.stroke {
    stroke: black;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
}

svg {
    fill: #17141d;
    stroke-width: 2px;
}

.card-game:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
}


.fifty-chars {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50ch;
}*/

/* Footer */
.footer {
    bottom: 0;
    line-height: 1.6;
    position: absolute;
    white-space: nowrap;
    padding: 0 0;
    width: 100%;
}

.footer__text{
    padding: 3px 15px;
    display: block;
}
.footer__sections {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.footer__section {
    box-sizing: border-box;
    width: 33%;
    padding: 5px 5px 0 5px;
    flex-shrink: 0;

}

.footer__text {
    padding: 3px 15px;
    display: block;
}

.footer__title {
    margin-bottom: 10px;
    padding: 3px 15px;
}


.last-content{
    padding-bottom:75px;
}

/* Game cards */

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.card-title {
    font-size:1.7rem;
}
.card {
    display:flex;
    flex-direction:column
}
.card .content{
    flex:1 1 auto;
}

th, td {
    border-right: 1px solid #eeeeef;
}

th:last-child, td:last-child {
    border-right: none;
}


/* Loading bar */

#unity-loading-bar > svg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.stroke-still {
    stroke: #232323;
}

.stroke-animation {
    -webkit-animation: stroke-spacing 1.6s ease-in, stroke-color 6.4s linear;
    animation: stroke-spacing 1.6s ease-in, stroke-color 6.4s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }

    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }

    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }

    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}

@keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }

    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }

    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }

    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}

@-webkit-keyframes stroke-color {
    0% {
        stroke: #3498DB;
    }

    24% {
        stroke: #643232;
    }

    25% {
        stroke: #327864;
    }

    49% {
        stroke: #327864;
    }

    50% {
        stroke: #32326e;
    }

    74% {
        stroke: #32326e;
    }

    75% {
        stroke: #78325a;
    }

    99% {
        stroke: #78325a;
    }
}

@keyframes stroke-color {
    0% {
        stroke: #3498DB;
    }

    24% {
        stroke: #643232;
    }

    25% {
        stroke: #327864;
    }

    49% {
        stroke: #327864;
    }

    50% {
        stroke: #32326e;
    }

    74% {
        stroke: #32326e;
    }

    75% {
        stroke: #78325a;
    }

    99% {
        stroke: #78325a;
    }
}


/* 960px */
@media (max-width: 62em) {
    .footer__section {
        width: 50%;
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(50% - 1em);
    }
}

/* 832px */
@media screen and (max-width: 52em) {
    .centered {
    }
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card {
        flex: 0 1 calc(50% - 1em);
    }
}

/* 768px */
@media screen and (max-width: 48em) {
    .footer__section {
        width: 50%;
    }

    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(50% - 1em);
    }
}

/* 640px */
@media screen and (max-width: 40em) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(100% - 1em);
    }
}

/* 480px */
@media screen and (max-width: 30em) {
    .footer__section {
        width: 100%;
    }
}

#grid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-rows: repeat(auto-fill, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

#grid div {
    text-align: center;
}

/* make order form more mobile-friendly */
@media (max-width: 800px) {
    .main .row{
        display: block;
    }
    .col-4, .col-6, .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.iframe-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 0;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
