
@font-face {
    font-family: title;
    src: url('../fonts/Patahola Regular.otf');
}

@font-face {
    font-family: comic;
    src: url('../fonts/ComicSansMS3.ttf');
}

@font-face {
    font-family: twenty; /* monday night dinner */
    src: url('../fonts/TwentySenja.otf');
}

@font-face {
    font-family: chalk;
    src: url('../fonts/Chalk_Board.otf');
}

@font-face {
    font-family: galler;
    src: url('../fonts/GallerRebunkSolid.otf');
}

@font-face {
    font-family: hello;
    src: url('../fonts/HelloUnicorn.otf');
}

@font-face {
    font-family: tahoma;
    src: url('../fonts/tahoma.ttf');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: radial-gradient(ellipse, #f5f3db 30%, #e8e7ee 60%, #ddfdfd 100% );
    max-width: 905px;
    margin: auto;
    padding: 6px;
}

td, textarea, table, input, select {
    font-size: 13px;
    color: black;
    font-weight: normal;
    /*   line-height: 14px; */
}

th {
    font-size: 13px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    line-height: 30px;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    /* font-size:larger;*/
}

sub {
    top: 0.4em;
}

.frame {
    border-radius: 10px;
    /*
    border: 1px solid #000000;
    background-color: #D8DBDE;
    */
}

.headerfade {
    border-radius: 10px;
    animation-name: fadein;
    animation-iteration-count: 1;
    animation-duration: 4s;
}

@keyframes fadein {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.fade1 {
    animation-name: fadein1;
    animation-iteration-count: 1;
    animation-duration: 4s;
    animation-delay: 5s;
}

@keyframes fadein1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.new {
    font-family: chalk;
    font-size: 12pt;
    color: #d90735;
    font-weight: normal;
    font-style: italic;
    display: inline;
    letter-spacing: 2px;
}

.everlast {
    font-size: 10pt;
    text-align: center;
}

    .everlast td {
        font-size: 11pt;
        color: black;
        background-color: #DEEAE1;
        box-shadow: 6px 6px 6px #becac1 inset;
        display: table-cell;
        text-align: center;
        line-height: 28px;
        padding: 5px;
        border-radius: 5px;
        border: 1px dotted #1c5917;
    }
/*
    .everlast th {
        font-size: 17px;
        font-weight: normal;
        text-decoration: none;
        height: 10px;
        padding: 3px;
   //     padding-top: 7px;
        border-radius: 15px;
        color: #FFFFFF;
        display: table-cell;
        text-align: center;
        line-height: 23px;
    }
*/
.banner { /* Marquee text   */
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 5px;
    background-color: #3077C8;
    color: white;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
}

    .banner a {
        text-decoration: underline;
    }

.tbar1 { /*   Post 800 title   */
    font-family: title;
    font-size: 20px;
    background-color: #000000;
    padding: 0px;
    font-weight: normal;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
    transition: 4s;
    animation-name: title-fade1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 24s;
}

@keyframes title-fade1 {
    0% {
        color: #3d97f8;
    }

    40% {
        color: #99f39b;
    }

    60% {
        color: #f5e938;
    }

    80% {
        color: #efa6b0;
    }

    100% {
        color: #e82b44;
    }
}

.tbar2 { /*   Date area   */
    font-family: comic;
    font-size: 17px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
}

.datebox { /*   Date area   */
    font-family: comic;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
}

.tbar_rd { /*   Red titles  */
    font-family: comic;
    font-size: 17px;
    color: white;
    font-weight: normal;
    background-color: #C30F2A;
    height: 20px;
    padding: 5px;
    /*padding-left: 15px; */
    text-align: center;
    /* padding-top: 5px;*/
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
}

.tbar_blk { /*   Black Titles   */
    font-family: comic;
    font-size: 17px;
    color: white;
    font-weight: normal;
    background-color: #000000;
    color: white;
    height: 20px;
    padding: 5px;
    /*padding-left: 15px; */
    text-align: center;
    /* padding-top: 5px; */
    border-radius: 15px;
    box-shadow: 5px 5px 10px #D9D2B8 inset;
}

.text3 { /*       Bolder highlighted news text   */
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #203080;
}

.text4 {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.dollsign {
    color: darkgreen;
    font-style: italic;
    font-size: larger;
}

.text6 { /*      Post business text      */
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.evtnote { /*      Note text         */
    font-size: 12px;
    font-weight: normal;
    color: #4169E1;
}

.text8 {
    font-size: 14px;
    font-weight: bold;
    color: #085b07;
}

.cald { /*     Calendar day     */
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    border: 3px ridge #a58829;
    border-radius: 5px;
    color: black;
    text-align: center;
}

.calevent { /*  Calendar day with events    */
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border: 3px ridge #B017B3;
    border-radius: 5px;
    color: #3e52c1;
    text-align: center;
}

.calholiday { /*  Holiday    */
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border: 3px ridge #F40010;
    border-radius: 5px;
    color: #3e52c1;
    text-align: center;
}

.cal_mil_obs { /*   Military Holiday    */
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border: 3px ridge #4489b9;
    border-radius: 5px;
    color: #531e00;
    text-align: center;
}

.caltoday { /*  Calendar today     */
    font-size: 15px;
    padding: 5px;
    border: 3px ridge blue;
    border-radius: 5px;
    font-weight: bold;
    color: #C80C0C;
    text-align: center;
    animation-name: dayflash1;
    animation-iteration-count: 15;
    animation-duration: 500ms;
}

@keyframes dayflash1 {
    33% {
        border: 3px ridge blue;
    }

    66% {
        border: 3px ridge white;
        /*  padding: 1px;*/
    }

    100% {
        border: 3px ridge red;
    }
}

.caltitle { /*  Calendar title area    */
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #203080;
    text-align: center;
}

.calhead {
    font-size: 13px;
    padding: 2px;
    border: 3px ridge green;
    border-radius: 5px;
    text-align: center;
}

.calbutton_now {
    font-size: 14px;
    color: red;
    background-color: #FFDB52;
    display: block;
    opacity: 0.9;
    height: 35px;
    width: 55px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #D9D2B8 inset;
}

    .calbutton_now:hover {
        font-size: 16px;
        color: #ffffff;
        background-color: #0E38D9;
        font-weight: bold;
        font-weight: normal;
        box-shadow: 5px 5px 5px #5ABFDE inset;
        animation-name: but-fade1;
        animation-iteration-count: 1;
        animation-duration: 1s;
    }

.calbutton_prv {
    font-size: 14px;
    color: red;
    background-color: #FFC0CB;
    display: block;
    opacity: 0.9;
    height: 35px;
    width: 55px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #D7CDCE inset;
}

    .calbutton_prv:hover {
        font-size: 16px;
        color: #ffffff;
        background-color: #0E38D9;
        font-weight: normal;
        box-shadow: 5px 5px 5px #5ABFDE inset;
        animation-name: but-fade1;
        animation-iteration-count: 1;
        animation-duration: 1s;
    }

.calbutton_nt {
    font-size: 14px;
    color: forestgreen;
    background-color: #C7F062;
    display: block;
    opacity: 0.9;
    height: 35px;
    width: 55px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #D7CDCE inset;
}

    .calbutton_nt:hover {
        font-size: 16px;
        color: #ffffff;
        background-color: #0E38D9;
        font-weight: bold;
        box-shadow: 5px 5px 5px #5ABFDE inset;
        animation-name: but-fade1;
        animation-iteration-count: 1;
        animation-duration: 1s;
    }

@keyframes but-fade1 {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.nav-button {
    line-height: 30px;
    padding-top: 3px;
    box-shadow: 5px 5px 15px #5ABFDE inset;
    border-radius: 20px;
}

.t-bar {
    background-color: #372406;
}

.nav-bar {
    background-color: #D1DEEB;
    height: 35px;
}

.pnav {
    font-family: comic;
    font-size: 17px;
    font-weight: normal;
    display: block;
    height: 35px;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    background-color: #0B1E3F;
}
    /*
    .pnav a {
        font-weight: normal;
        display: block;
        text-decoration: none;
    }
    */
    .pnav:hover {
        font-size: 18px;
        color: #0a10ca;
        display: block;
        text-decoration: none;
        background-color: #1fa4f4;
        font-weight: bold;
        box-shadow: 5px 5px 15px #E9F3F6 inset;
        animation-name: pflash;
        animation-direction: normal;
        animation-iteration-count: 1;
        animation-duration: 500ms;
    }

@keyframes pflash {
    from {
        background-color: #AEDAF3;
    }

    to {
        background-color: #1fa4f4;
    }
}

.head1 {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.head2 {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.footer { /* Footer text */
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    padding-top: 4px;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #D9D2B8 inset;
}

.sc_box {
    width: 330px;
    height: 405px;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .sc_box::-webkit-scrollbar {
        display: none;
    }

.events_box {
    width: 430px;
    max-height: 250px;
    padding-top: 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    background-image: url(../images/A12.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .events_box::-webkit-scrollbar {
        display: none;
    }

.events_area {
    width: 430px;
    height: 275px;
    padding: 0px;
    line-height: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.events_area::-webkit-scrollbar {
    display: none;
}


.ever_box {
    width: 900px;
    height: 900px;
    padding: 0px;
    line-height: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .ever_box::-webkit-scrollbar {
        display: none;
    }

.vabox {
    font-size: 14px;
    background-color: #D1DEEB;
    text-align: left;
    padding: 10px;
    background-image: url(../images/valogo.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.cal_box {
    width: 430px;
    height: 200px;
    max-height: 250px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    color: black;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /*background-image: url(../images/america-g173f99f20_1920.jpg);*/
    transition: background 3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

    .cal_box::-webkit-scrollbar {
        display: none;
    }

.d1 {
    font-size: 17px;
    border: 3px inset #B1B5B9;
    border-radius: 20px;
    padding: 5px;
    background-color: #BDCEE0;
    opacity: 0;
    animation-name: map;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
}

.d2 {
    font-size: 16px;
    border: 3px inset #B1B5B9;
    border-radius: 20px;
    padding: 10px;
    background-color: #BDCEE0;
    opacity: 0;
    animation-name: map;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1500ms;
}

.d3 {
    font-size: 15px;
    line-height: 20px;
    border: 3px inset #B1B5B9;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    background-color: #BDCEE0;
    opacity: 0;
    animation-name: map;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 2s;
}

.map {
    width: 600px;
    height: 450px;
    border-radius: 15px;
    border: 3px inset #B1B5B9;
    opacity: 0;
    animation-name: map;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-delay: 3s;
}

@keyframes map {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 0.9;
    }
}

.albg {
    background-image: url(../images/AmerLegion_wm.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}

.about {
    font-size: 14px;
    border-radius: 10px;
    background-image: url(../images/suicrock.jpg);
    background-size: cover;
}

.merch { /*      Merchandise text         */
    font-size: 15px;
    font-weight: normal;
    color: #2C2218;
    line-height: 15pt;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 5px;
    background-image: url('../images/postshirt.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    border-radius: 10px;
}

.poolbg {
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../images/poolbg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.reg-events {
    font-size: 14px;
    font-weight: bold;
    color: #02407a;
}

.postbg {
    font-size: 15px;
    padding: 10px;
    padding-top: 15px;
    line-height: 12px;
    background-image: url(../images/post_entrance.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.postbg-time {
    font-size: 15px;
    font-weight: bold;
    color: #610D74;
}

.tempbg {
    background-image: none;
    transition: background 2s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.tempbg1 {
    background-image: none;
    transition: background 1s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.tempbg2 {
    background-image: url(../images/karaoke1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tempbg4 {
    background-image: url(../images/outdoor_christmas.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tempbg6 {
    background-image: url(../images/honorguard2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tempbg7 {
    background-image: url(promo/LaborDay.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes tempxx {
    from {
        color: #CF5464;
    }

    to {
        color: #064D7A;
    }
}

@keyframes tempxx1 {
    20% {
        color: #064D7A;
    }

    40% {
        color: #857CED;
    }

    60% {
        color: #A0BA4A;
    }

    80% {
        color: #F82A30;
    }

    100% {
        color: #A81216;
    }
}

.tempf {
    font-size: 18px;
    font-weight: bold;
    color: #085330;
    animation-name: flash2;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 5000ms;
}

@keyframes tempflash {
    20% {
        color: #0A653A;
    }

    40% {
        color: #0C844B;
    }

    60% {
        color: #BFF7DD;
    }

    80% {
        color: #41A777;
    }

    100% {
        color: #0EA45D;
    }
}

.temp_anim {
    font-family: comic;
    font-size: 18px;
    font-weight: normal;
    color: #085330;
    animation-name: anim1;
    transition: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 500ms;
}

@keyframes anim1 {
    from {
        color: #f646cc;
    }
    to {
        color: #d4200d;
    }
}

.food {
    color: #fbca81;
    font-family: comic;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.ban_flash {
    animation-name: flash0;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 4s;
}

.ban_flash1 {
    animation-name: flash1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}

.ban_flash2 {
    animation-name: flash2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
}

@keyframes flash0 {
    from {
        color: #f2b0aa;
    }

    50% {
        color: #e63728;
    }

    to {
        color: #94F691;
    }
}

@keyframes flash1 {
    from {
        color: #ea8306;
    }

    to {
        color: #f2bb9a;
    }
}

@keyframes flash2 {
    from {
        color: #f13219;
    }

    to {
        color: #f7aaba;
    }
}


@keyframes banner1 {
    20% {
        color: #EBC5C4;
    }

    40% {
        color: #E5A09F;
    }

    60% {
        color: #D76D6B;
    }

    80% {
        color: #BA1410;
    }

    100% {
        color: #D76D6B;
    }
}
