::selection {
    background-color: #ececec;
    color: black;
}

.mainlogo {
    max-width: 60%;
}

@media (min-width: 992px) {
    .mainlogo {
        max-width: 50%;
    }
}

.uk-button-danger {
    text-decoration: none;
    color: white !important;
}

.tw-grad {
    color: #e71619;
    background: -webkit-linear-gradient(0deg, #1a2d6c, #acadb2, #e71619);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ico-svg {
    width: 2rem;
}

.uk-magic-container {
    display: flow-root;
    box-sizing: content-box;
}

@media (min-width: 768px) {
    .uk-magic-container {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.uk-background-primary,
.uk-section-primary {
    background-color: #ececec;
    /* background-color: #ffcc33; */
    color: #333 !important;
    /* background-color: #750a01; */
}

.uk-background-primary h2,
.uk-section-primary h2 {
    color: #333 !important;
    font-weight: bold;
}

.uk-background-primary a,
.uk-section-primary a {
    color: #333 !important;
    text-decoration: underline;
}

.uk-table th {
    color: #333 !important;
    font-weight: bold;
}

.uk-section-pine {
    background-image: url(../img/fruit/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.uk-section-pine>div {
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
    padding: 2rem;
}

.vol_bg {
    background-image: url(../img/dot2.gif), url(../img/vol_bg.jpg);
    background-repeat: repeat, no-repeat;
    background-blend-mode: overlay;
    background-size: auto, cover;
    /* background-size: auto, cover; */
    font-weight: bold;
    /* color: black; */
}

.uk-card-secondary {
    background-color: #336600;
}

.uk-card-secondary a {
    color: white !important;
    font-weight: bold;
}

#voldate {
    padding-left: 30px;
}

#voldate label {
    background: #EEEEEE;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

#voldate label.blue {
    background: #D7EEFF;
}

#voldate label.red {
    background: #FFDDFF;
}

.uk-table-twitter {
    background-color: #336600;
    color: white;
}

.uk-table-twitter th {
    color: white !important;
}

.uk-table-twitter td .uk-label {
    background: #fc3 !important;
    color: black !important;
    font-size: 1.2rem;
    padding: 5px 15px;
    border-radius: 5px;
}

.uk-table-twitter td .uk-button {
    background: #1e87f0 !important;
    color: white !important;
    font-size: 1.1rem;
    padding: 5px 15px;
    text-decoration: none;

}

#towerpinemessage .uk-alert {
    padding: 15px;
}

.taiwanfesta-schedule {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .5);
}

.taiwanfesta-schedule tr {
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.taiwanfesta-schedule tr th {
    text-align: center !important;
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.taiwanfesta-schedule tr td {
    text-align: center !important;
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.table-sat {
    background-color: #CCCCFF !important;
}

.table-sun {
    background-color: #FFDDFF !important;
}

#footnav {
    width: 50px;
    height: 20px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, .9);
    color: black;
    text-align: center;
    padding: 10px 0 20px;
    /* background: #e9ec2f; */
    opacity: 1;
    z-index: 2000;
}