html {
    min-height: 100%;
    background-color: #000 !important;
}

html, body {
    min-height:100%;
    width:100%;
    height: auto !important;
    background-color: #000;
    font-family: "NEXTART";
}
a {
    text-decoration: none;
    color:#FFF;
}
a:visited {
    color:#FFF;
}
a:hover {
    color:#FFF;
    font-weight: bold;
}

@font-face { font-family:'Brush Script MT'; src:url('/assets/fonts/BRUSHSCI.TTF')}
@font-face { font-family:'Highway Gothic'; src:url('/assets/fonts/HWYGOTH.TTF')}
@font-face { font-family:'NEXTART'; src:url('/assets/fonts/NEXT_ART_Regular.otf')}

h2 {
    font-family: "NEXTART";
}

.header-seperate {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

.title-text {
    color: white;
    font-size:20.0pt;
    line-height:106%;
    font-family:"Brush Script MT";
    white-space: pre;
}

.site-header {

    text-align:center;
    color:white;
    font-size:20.0pt;
    margin-bottom: 20px;
    font-family: "NEXTART";
}

.site-logo {
    display: block;
    text-align:center;
    width: 30% !important;
}
.site-footer {
    position: fixed;
    width:100%;
    height:40px;
    bottom: 0;
    padding: 20px 0;
    background-color:#000;
    color: #FFF;
    text-align: center;
}
.giftcardBtn {
    background-color: #5D4A66;
}
.giftcardBtn:hover {
    background-color: #6A5D7B;
}
