﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: Black;
    background-image: url(images/intro.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #E59FC9;
}

#aspnet {
    display: block;
}

/* --------------- */

.c1 {
    display: table;
    #position: relative;
    overflow: hidden;
    height: 100%;
    color: white;
    width: 100%;
}

.c2 {
    display: table-cell;
    #position: absolute;
    #top: 50%;
    vertical-align: middle;
}

.c3 {
    #position: relative;
    #top: -50%;
    text-align: center;
}

.c4 {
    text-align: center;
}

.intro, .inner {
    margin: 0px auto;
    width: 980px;
    text-align: left;
    height: 700px;
    position: relative;
    background-repeat: no-repeat;
}

.intro {
    background-image: url(images/intro.jpg);
}


.inner {
    background-image: url(images/inner_bg.jpg);
}

.TwentyYearsIntroLogo {
    position: absolute;
    left: 120px;
    top: 30px;
}

.TwentyYearsInnerLogo {
    position: absolute;
    left: 120px;
    top: 30px;
}

.positioner {
    position: relative;
    text-align: left;
}

/* --------------- */

.intro_link, .intro_link_outer {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 980px;
    height: 700px;
}

/* --------------- */

.music {
    position: absolute;
    top: 550px;
    right: 58px;
    display: block;
    text-align: right;
    color: #A90567;
    font-family: Verdana;
    font-size: 11px;
}

    .music a {
        color: #A90567;
        text-decoration: none;
    }

        .music a:hover {
            color: #ffffff;
        }

/* --------------- */

.nav {
    position: absolute;
    top: 176px;
    left: 54px;
    display: block;
    width: 730px;
    padding-left: 137px;
    height: 43px;
}


.menu {
    height: 43px;
}

    .menu tr td {
        text-align: center;
        padding: 0px 25px;
    }

        .menu tr td a {
            text-decoration: none;
            color: #A90567;
        }

            .menu tr td a:hover {
                text-decoration: none;
                color: White;
            }


/* --------------- */

.content {
    position: absolute;
    top: 259px;
    left: 54px;
    display: block;
    width: 827px;
    height: 313px;
    padding: 20px 18px 15px 22px;
    font-family: Verdana;
    font-size: 13px;
    color: White;
}

    .content P {
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 130%;
    }

        .content P.signature {
            text-align: right;
        }

/* --------------- */
.deps2 {
    position: absolute;
    top: 184px;
    right: 54px;
    width: 320px;
}

.deps1 {
    position: absolute;
    top: 48px;
    left: 44px;
}

    .deps1 p {
        margin-top: 0px;
        margin-bottom: 11px;
        font-weight: bold;
    }

    .deps1 ul {
        margin-top: 0px;
        padding-top: 0px;
        margin-left: 5px;
        padding-left: 5px;
    }

        .deps1 ul li {
            color: #E59FC9;
            margin-left: 5px;
            padding-left: 5px;
            padding-bottom: 2px;
        }

            .deps1 ul li span {
                font-size: 19px;
                color: White;
            }

                .deps1 ul li span.ages {
                    font-size: 13px;
                }

/* --------------- */

.cont1 {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 240px;
}

    .cont1 a {
        color: White;
        text-decoration: none;
    }

        .cont1 a:hover {
            color: #E59FC9;
        }

.cont2 {
    position: absolute;
    top: 250px;
    right: 30px;
    width: 240px;
    text-align: right;
}

#gallery {
}

    #gallery tr td {
        padding: 3px 10px 4px 10px;
    }

    #gallery a img {
        border: 0px;
        widtH: 126px;
        height: 87px;
    }

    #gallery a:hover img {
        -moz-opacity: .70;
        filter: alpha(opacity=70);
        opacity: .70;
    }

/* --------------------------------------- */
#ajax_overlay {
    position: absolute;
    top: 259px;
    left: 54px;
    display: block;
    width: 827px;
    height: 313px;
    padding: 20px 18px 15px 22px;
    background-color: #E59FC9;
    -moz-opacity: .40;
    filter: alpha(opacity=40);
    opacity: .40;
    display: none;
}

    #ajax_overlay img {
        position: absolute;
        top: 150px;
        left: 400px;
        border: 0px;
    }

/* --------------------------------------- */
.developer {
    position: absolute;
    top: 695px;
    right: 23px;
    display: block;
    text-align: right;
    color: #D77EB4;
    font-family: Tahoma;
    font-size: 11px;
}

    .developer a {
        color: #D77EB4;
        text-decoration: none;
    }

        .developer a:hover {
            color: #A90567;
        }

/* --------------------------------------- */

#map img {
    border: 0px;
}

.support-banner {
    background-color: red;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-450px);
    width: 900px;
    height: 100px;
}

    .support-banner a {
        width: inherit;
        height: inherit;
    }


/* espa container stylings */
.espa-container {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #838391;
    background-color: #edeff5;
    background-color: #281b1a;
    background-color: #fff;
    padding: 0 15px;
    display: none;
    z-index: 5000;
    text-align: center;
    box-shadow: 0 0 14px 0 rgba(140, 140, 140, 0.3);
    font-family: "Noto Sans", Arial, SimSun;
}

    .espa-container .espa-container-inner {
        width: auto;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row;
        display: flex;
    }

    .espa-container .espa-banners {
        display: flex;
        flex-direction: column;
        /*        justify-content: center;
*/
        width: 100%;
    }

@media (min-width: 700px) {
    .espa-container .espa-banners {
        flex-direction: row;
    }
}

.espa-container .espa-banners a {
    display: block;
    max-width: 100%;
}

.espa-container .espa-banners .espa-banner {
    flex-shrink: 1;
}

    .espa-container .espa-banners .espa-banner + .espa-banner {
        margin-top: 15px;
    }

@media (min-width: 700px) {
    .espa-container .espa-banners .espa-banner + .espa-banner {
        margin-left: 15px;
        margin-top: 0;
    }
}

.espa-container .espa-banners .espa-banner img {
    /*   max-width: 100%;
            max-height: 60px;*/
}

.espa-container .espa-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    text-align: center;
}

    .espa-container .espa-btns .btn-close {
        color: gray;
        font-size: 13px;
        display: block;
        font-weight: bold;
        text-decoration: none;
    }

@media (min-width: 700px) {
    .espa-container .espa-btns .btn-close {
        margin-top: 10px;
        font-size: 14px;
    }
}

.espa-container .espa-btns .btn-more {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    box-shadow: none !important;
    border: none;
    background-color: #B62D31;
    transition: background-color 0.4s ease;
    white-space: nowrap;
    font-size: 13px;
    /*            display: none;
*/
}

    .espa-container .espa-btns .btn-more:hover {
        background-color: #1d1d1b;
    }

@media (min-width: 700px) {
    .espa-container .espa-btns .btn-more {
        display: inline-block;
        justify-content: space-between;
        font-size: 14px;
    }
}
