@charset "utf-8";

@font-face {
    font-family: 'MochiyPopOne';
    src: url('../font/MochiyPopOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,
body {

    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, nav .nav-title, .btn-large, btn  {
    font-family: 'MochiyPopOne', sans-serif;
}

h3 {
    font-size: 36px;
}

#navigation {
    z-index: 3;
    position: fixed;
    top: 0;
    height: 80px;
    line-height: 80px;
}

#navigation i.material-icons {
    line-height: 80px;
    font-size: 2.5rem;
}

nav .nav-title {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    width: 80%;
    text-align: center;
}

#question {
    flex: 1;
}

#answers {
    flex: 4;
}

.btn-large {
    font-size: 24px;
}

.btn-large.choice {
    height: 64px;
    line-height: 64px;
    width: 100%;

}

.btn-large.choice.frame {
    height: 216px;
    padding: 8px;
    background-color: #f5f5f5;
}

.btn-large.choice2.frame {
    height: 416px;
    padding: 8px;
    background-color: #f5f5f5;
}

.card {
    background-color: #f5f5f5;
}

.card.choice2 img {
    display: block;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.card .card-content {
    padding: 16px;
}

.card .card-content.shadow {
    position: absolute;
    color: white;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 16px;
    left: 16px;
    background-color: rgba(0, 0, 0, 0.4);
}

.card .caption {
    position: absolute;
    width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
    height: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.card .caption span {
    color: white;
    font-size: 20px;
}

.margin-horizontal-64 {
    margin-left: 64px;
    margin-right: 64px;
}

.vertical-center {
    display: flex;
    align-items: center;
}


#footer {
    z-index: 3;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-copyright {
    max-height: 80px;
}


.footer-copyright .container.width-100 {
    width: 100%;
}


.footer-copyright .row {
    padding-top: 16px;
}

.footer-copyright .col {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.container h6 {
    line-height: 48px;
}

/* Style for the 'x' element */
.x-element {
    position: absolute;
    justify-content: center;
    height: 120px;
    width: 120px;
}

.x-element-torf {
    position: absolute;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.x-element.button {
    margin-top: -30px;
}

.x-element.frame {
    margin-top: 40px;
}


.x-element i {
    font-size: 120px;
    font-weight: 800;
    opacity: 0.8;
}

.x-element-torf i {
    font-size: 60px;
    font-weight: 800;
    opacity: 0.8;
}

.x-element-torf i.correct {
    font-size: 120px;
}

.x-element i.correct,
.x-element-torf i.correct {
    color: rgb(150, 255, 150);
}

.x-element i.wrong,
.x-element-torf i.wrong {
    color: rgb(255, 117, 117)
}

#correct-area i.correct {
    visibility: hidden;
}

#correct-area.visible i.correct {
    visibility: visible;
}

#image-cover1,
#image-cover2 {
    visibility: hidden;
}

#image-cover1 h4 {
    font-size: 28px;
}


#fake-image.visible #photo2 {
    filter: blur(8px);
}

#fake-image.visible .image-cover1.visible,
#fake-image.visible .image-cover2.visible {
    visibility: visible;
}

#site_link {
    margin-top: 32px;
}

.mochiy {
    font-family: 'MochiyPopOne', sans-serif;
}

@media only screen and (min-height: 430px) and (min-width: 390px) {
    .btn.choice {
        height: 54px;
        line-height: 54px;
        padding: 0 28px;
    }
}

/* for landscape */
@media only screen and (min-width: 601px) and (max-height: 500px) {
    #main .row .col {
        height: 100%;
    }
}

/* for portlait */
@media only screen and (max-width: 600px) {
    #main .row .col {
        height: 50%;
    }
}

@media only screen and (min-width: 601px) and (min-height: 561px) {
    .m6>.btn.choice {
        min-height: 200px;
    }

}