﻿body {
    padding-top: 60px;
    background-color: black;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    font-family: 'WR Tish Smile';
    font-size: x-large;
}

footer {
    padding: 30px;
    min-height: 100px;
    background-color: lightgray;
    text-align: center;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
    background-color: rgba(255,250,240,0.9);
    min-height: 800px;
}
.body-content-index {
    padding: 15px;
    background-color: rgba(255,250,240,0.9);
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@font-face {
    font-family: chuanchiim_regular;
    src: url('/fonts/chuanchiim_regular_v1-0.ttf');
}

@font-face {
    font-family: WR Tish Smile;
    src: url('/fonts/WR Tish Smile.ttf');
}

.index-header {
    height: 76px;
    color: white;
    padding: 20px;
    background-color: rgba(150,100,50,0.9);
    font-family: chuanchiim_regular;
    font-size: xx-large;
    text-align:center;
}

.temp-img {
    font-size: 900%;
}

.panel-description {
    word-wrap: break-word;
}

.showdate-L {
    color: inherit;
}

.showdate-LL {
    color: inherit;
}

.showdate-LLL {
    color: inherit;
}

.showdate-LLLL {
    color: inherit;
}

.showdatetime {
    color: inherit;
}

.showshortdatetime-LT {
    color: inherit;
}

.showshortdatetime-LTS {
    color: inherit;
}

.showdatetime-LT {
    color: inherit;
}

.showdatetime-LTS {
    color: inherit;
}

.showtime-LTS {
    color: inherit;
}

input.datepicker {
    color: inherit;
}

input.datetimepicker {
    color: inherit;
}

input.timepicker {
    color: inherit;
}

input.showdaydatetime {
    color: inherit;
}
