body {
    overflow: hidden;
    background-color: black !important;
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: fixed;

    margin-bottom: 1500px; /*Temp for working around the admin bar*/
}

.qr-card {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #222222;
    min-height: 375px;
    max-height: 375px;
    height: 100%;
    text-align: center;
    max-width: 325px;
    min-width: 325px;
    width: 100%;
    position: fixed;
    top: 0;
    transition: transform .25s ease-in, opacity .25s ease-in;
    box-shadow: 0 -2px 5px black;
}

@media only screen and (min-width: 414px) {
    .qr-card {
        max-height: 425px;
        min-height: 425px;
        height: 100%;

        max-width: 375px;
        min-width: 375px;
        width: 100%;
    }
}

.qr-card-title {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    max-height: 66px;
    min-height: 66px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-card-title h3 {
    font-family: Akrobat;
    margin: 0;
    white-space: nowrap;
}

.qr-redeemed img {
	filter: brightness(20%);
}

.qr-redeemed .usage {
	color: #c93c3c;
}

.orange {
	background-color: #f04f26;
}

.description {
    color: #aaaaaa;
    margin-bottom: 0;
    padding: 0 20px;
}

.usage, .valid-dates {
    color: #aaaaaa;
}

.qr-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
}

.qr-padding {
	min-width: 200px;
	max-width: 200px;
	width: 100%;
    min-height: 200px;
	max-height: 200px;
	height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-wrapper {
    height: 800px; /*In a rock block, we need to specify height*/
    text-align: center;
    color: white;
}

#page-wrapper > h3 {
    margin-top: 0;
}

.logo-footer {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    max-width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
    min-height: 80px;
    max-height: 80px;
    height: 100%;
}
