.Attn
{
    font-size: 1.2em;
    font-weight: bold;
}
#frontpage
{
    width: 800px;
    height: auto;
    position: absolute;
    margin-top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
}
    #info
    {
        width: 400px;
        height: auto;
        display: block;
        position: relative;
        float: left;
        margin: 0 auto;
    }
        #service_times, #welcome, #bulletin
        {
            display: block;
            border-radius: 4px;
        }
            #service_times, #welcome, #bulletin
            {
                width: calc(100% - 50px);
                /*background: rgba(234, 234, 234, .85);*/
                background: var(--background);
                backdrop-filter: blur(25px);
                color: white;
                /*opacity: .85;*/
                padding: 25px;
                margin-bottom: 25px;
                text-align: center;
            }
                #welcome
                {
                    text-align: left;
                }
                #service_times h2, #service_times h3, #service_times li
                {
                    width: 100%;
                    list-style: none;
                }
                    #service_times span
                    {
                        font-size: 1.25em;
                    }
            #service_bulletin
            {
                z-index: 1000 !important;
            }

    #engagement
    {
        width: calc(400px - 25px);
        height: auto;
        display: block;
        position: relative;
        float: left;
        margin: 0 0 25px 25px;
    }
        #calendar
        {
            width: calc(100% - 20px);
            height: 350px;
            opacity: .85;
            box-shadow: 0px 0 350px white;
            background: url("../images/christ.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border: 10px solid #EAEAEA;
            margin-bottom: 25px;
            border-radius: 3px;
        }
        #newsletter
        {
            width: 100%;
            height: auto;
            background: rgba(234, 234, 234, .85);
            border-radius: 3px;
            text-align: center;
            padding: 25px 0;
        }
            #newsletter a
            {
                display: block;
                clear: both;
            }
            #newsletter #latest
            {
                font-weight: bold;
            }
        #subscribe
        {
            display: block;
            position: relative;
            margin-top: 7px;
        }

        #service_bulletin
        {
            background: var(--background);
            width: calc(100% - 50px);
            height: auto;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 100;
            font-size: 1.5em;
            padding: 25px;
            text-align: center;
            color: white;
            z-index: 1000;
        }

#live
{
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#carousel
{
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}


#social_media
{
    width: 330px;
    height: 50px;
    background: #EAEAEA;
    opacity: .6;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    bottom: 100px;
    z-index: 1000;
    transition: opacity 1s;
}
    .social_media_isHidden
    {
        -webkit-pointer-events: none !important;
        -moz-pointer-events: none !important;
        pointer-events: none !important;
        opacity: 0 !important;
        transition: opacity 1s;
    }
    #social_media div
    {
        width: 110px;
        height: 50px;
        display: inline-block;
    }
    .social_media_link
    {
        width: 100px;
        height: 30px;
        position: absolute;
        margin: 10px auto 0 auto;
        cursor: pointer;
        display: block;
        position: relative;
    }

@media screen and (max-height: 1200px)
{
    #home
    {
        height: 1200px !important;
    }
}
@media screen and (max-width: 800px)
{
    #home
    {
        height: 1700px !important;
    }
    #frontpage
    {
        width: 400px !important;
        margin-top: 225px !important;
    }
    #engagement, #info
    {
        width: 400px !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 500px)
{
    #social_media
    {
        bottom: 150px !important;
    }
}
@media screen and (max-width: 400px)
{
    #frontpage
    {
        width: 100% !important;
    }
    #info, #engagement
    {
        width: 100% !important;
    }
    #service_times, #welcome
    {
        margin-bottom: 5px !important;
    }
        #calendar, #newsletter,  #bulletin
        {
            margin-bottom: 0 !important;
        }
}
