@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);

/*
html {
    -webkit-box-shadow: inset 0 0 300px 0 rgba(0,0,0,.35);
            box-shadow: inset 0 0 300px 0 rgba(0,0,0,.35);
    height: 100%;;
}

body{
overflow:hidden;
}*/

#wrap {
    width: 300px;
    padding: 64px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    text-align: center;
}

.btn-close-wrapper {
    margin-top: 35px;
}

.btn-close-wrapper a {
    padding: 25px;
}

#wrap a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 72px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

p {
    font-family: Roboto;
}

#alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    /*margin: -200px 0 0 -100px;*/
    background: #fff;
    width: 840px;
    padding: 20px;
    height: auto;
    -webkit-box-shadow: 0 0 125px 0 rgba(0, 0, 0, 1), 0 0 10000px 500px rgba(0, 0, 0, .75);
    box-shadow: 0 0 125px 0 rgba(0, 0, 0, 1), 0 0 10000px 800px rgba(0, 0, 0, .75);
    border-radius: 5px;
}

@media screen and (max-width: 676px) {
    #alert {
        width: 90vw;
        margin-top: 10px;
        margin-left: -30vw;
        top: 0%;
        transform: translate(-16%, 0%);
    }
    #alert .message {
        font-size: 11px;
    }
}

#alert h2 {
    font-family: 'ingra-condensed', sans-serif;
    font-size: 36px;
    color: #be9870;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
}

#alert a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

#wrap a:hover,
#alert a:hover {
    color: #b42b25;
}

.btn-close {
    font-size: 80%!important;
    text-decoration: none;
}

.hyperlink {
    text-decoration: none!important;
    background: #be9870!important;
    color: white!important;
    padding: 15px 20px;
    border-radius: 45px;
}

.hyperlink-wrapper {
    margin: 50px 0px;
}

#alert .message p {
    font-size: 13px!important;
    line-height: 18px!important;
}