﻿body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.overlayQ {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    transition: 0.5s;
    margin-top: 0%;
}

.overlayQ-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlayQ a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlayQ a:hover, .overlayQ a:focus {
        color: #f1f1f1;
    }

.overlayQ.closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlayQ {
        overflow-y: scroll;
    }

        .overlayQ a {
            font-size: 20px;
        }

        .overlayQ span.align-right {
            text-align: right;
        }

        .overlayQ.closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}


.Play {
    /*float: left;
            margin: .5em 10px .5em 0;*/
    overflow: hidden; /* this is important */
    /*border: 1px solid #ccc;*/
}
    /* input values to crop the image: top, right, bottom, left */
    .Play img {
        margin: -40px 0px -1px 0px;
    }

        .Play img:hover {
            margin: 0px 0px -39px 0px;
        }
msg-error {
    color: #c65848;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
}
