﻿

/* Header */
.guest_header {
    margin: 0px;
    width: 100%;
    height: 150px;
    background-image: url('../layout/guestbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.guest_logo_text {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #FB8604;
    font-size: 6vw;
    font-family: "Audiowide", sans-serif;
    text-shadow: 2px 2px 3px #222222;

}


/* Slot */
.bgslot {
    background-color: #AAAAAA;
}

/* Guest Logo */
.guest_logo {
    width: 200px;
    height: auto;
}

/* Footer */
footer {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #CCCCCC;
    margin: 0px auto 0px auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    background-color: #666666;
    line-height: 60px;
    vertical-align: middle;

}

