﻿img { max-width: 100%; }
h1 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
h2 {
    color: #6C050A;
    line-height: 1.2em;
}
    h2.alt1 {
        color: black;
        font-weight: normal;
    }

#page {
    /*background: #fdf6d9;*/
    background: url('/MicroSites/DayOfAtonement2025/resource/images/Atonement2024_MS_mainBG_01@2x.jpg') repeat no-repeat;
    background-size: 100%;
    background-color: rgba(255,255,255, 1.0);
    padding: 0;
}
#page-content 
{
    /*background: url('/MicroSites/DayOfAtonement2018/resource/images/Atonement18_MS_Background_01.jpg') repeat-y;*/
    background-color: transparent;
    padding: 0;
    width: 100%;
    
}


.letter-from-pastor
{
    font-size: 1.4em;
    font-family: Cambria, 'Times', 'Times New Roman', Serif;
    line-height: 140%;
    /*text-shadow: 0 0 1px rgba(0,0,0, 0.35);*/
}

    /*.letter-from-pastor strong {
        font-style: italic;
    }

    .letter-from-pastor em {
        font-style: normal;
    }*/

/*DESKTOP*/
@media all and (min-width: 800px)
{

/*  =====================================   HEADER and NAV BEGIN  =======================  */

    #ms-header {
        width: 936px;
        height: 188px;
        background: url('/MicroSites/DayOfAtonement2025/resource/images/Atonement25_LPheader@2x.jpg') no-repeat;
        background-size: 100% !important;
        /* border: 1px solid #ff0000; */
    }

    #ms-header #ms-homelink {
        float: left;
        width: 936px;
        height: 220px;
        margin-top: -20px;
    }

    .ms-header-left { 
        float: left; 
        width: 100px; 
        height: 100px; 
        /* border: 1px solid #00FF00; */  
    }



    #ms-countdown-container {
        font-size: 13pt;
        font-weight: bold;
        color: #FAEDCB;
        width: 250px;
        min-height: 55px;
        float: right;
        text-align: center;
        margin: -273px 5px 0px 0px;
    
        /* border: 1px solid #000000; */
    }



    #ms-countdown,
    #ms-countdown-over {
        font-weight: bolder;
        font-size: 20pt;
        text-transform: uppercase;
        text-align: center;
        color: white !important;
    
        /* border: 1px solid #000000; */
    }

    #ms-countdown {
        color: #FAEDCB;
    }

    #ms-nav {
        margin-top: -1px;
        text-align: center;
        /*border: 1px solid #00ff00;*/
        background-color: #AC0F16;
        /*background: url('/MicroSites/DayOfAtonement2025/resource/images/Atonement2024_MS_navBG_02@2x.jpg')center fixed repeat;*/
        box-shadow: 0 3px 15px 0px rgba(0,0,0, 0.4);
        padding: 1em 0;
    }

    #ms-nav a {
        position: relative;
        margin: 0 25px 0 0;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
        text-decoration: none;
        text-transform: uppercase;
    }
        #ms-nav a:last-child {
            margin: 0px;
        }
        #ms-nav a:hover { 
            opacity: 0.6; 
        }


/*  =====================================    HEADER and NAV END   =======================  */


    .ms-content {
        min-height: 300px;
        margin: 2em 3em;
        /* border: 1px solid #FF0000; */
    }



    #ms-side-content {
        float: right;
        width: 244px;
        margin: 30px;
    }
    #ms-side-content img {
        width: 100%;
    }



    .ms-microsite ol {
        list-style-type: initial;
    }



    #video {
        margin: 0 auto;
    }

    #vidTeach_container {
        width: 675px;
        min-height: 480px;
        float: left;
        margin: 0px 0px 0px 0px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        /* border: 1px solid #000000; */
    }

    #vidTeach_video {
        width: 665px;
        min-height: 315px;
        float: left;
        margin: 10px 0px 0px 5px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        /* border: 1px solid #FF3300; */ 
    }

    #vidTeach_header {
        width: 665px;
        min-height: 75px;
        float: left;
        margin: 0px 0px 0px 0px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        /* border: 1px solid #000000; */
    }


    #vidTeach_footer {
        width: 665px;
        min-height: 150px;
        float: left;
        margin: 50px 0px 0px 0px;
        text-align: left;
        padding: 10px 10px 0px 10px;
        /* border: 1px solid #000000; */
    }


    #videoHome {
        width: 680px;
        min-height: 325px;
        float: left;
        text-align: left;
        margin: 0px 0px 15px 0px;
    
        /* border: 1px solid #0000ff; */  
    }

    #videoPlayer {
        width: 100%;
        min-height: 315px;
        float: left;
        text-align: center;
        margin: 20px 0px 0px 0px;
    
        /* border: 1px solid #000000; */
    }

    #videoBillboard {
        width: 255px;
        min-height: 315px;
        float: right;
        text-align: center;
        margin: 0px 0px 0px 0px;
    
        /* border: 1px solid #FF0000; */
    }

    #videoBillboardHorz {
        width: 100%;
        min-height: 105px;
        float: right;
        text-align: center;
        margin: 0px 0px 0px 0px;
        /* border: 1px solid #FF0000; */
    }

    #ms-header-mobile { 
        display: none;
    }

}

/*MOBILE*/

@media all and (max-width: 799px)
{
    #ms-nav { display: none; }
    #ms-header { display: none !important; }
	#ms-header-mobile {
        display: block !important;
        /*position: relative;*/
        width: 100%;
        /*padding-bottom: 24.57%;*/
	}
	#ms-header-mobile img.header-mobile {
        position: absolute;
        left: -10px;
        right: -10px;
	}

    #nav-ddl-mobile {
        margin: -1rem auto 20px auto;
        padding-top: 22%;
        font-size: 1.5em;
    }
        #nav-ddl-mobile select { 
            width: 100%; 
            height: 100%; 
        }

    #ms-side-content{
        margin: 0 !important;
        width: auto !important;
    }

    .signature-rp{
        margin: 0 !important;
    }

    #countdown{
        padding-top: 0em !important;
    }
}

a.ms-button {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none;
    background-color: #e90101;
    border-top: 15px solid #e90101;
    border-bottom: 15px solid #e90101;
    border-left: 25px solid #e90101;
    border-right: 25px solid #e90101;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
}

.button {
    text-decoration: none;
    color: red !important;
    font-weight: bold;
    border: 2px solid red;
    display: inline-block;
    padding: 0.3em 0.5em;
    transition: background-color 0.25s, color 0.25s, border 0.25s;
    font-size: 1.5em !important;
    line-height: 1.2em;
}
    a.button:hover {
        text-decoration: none !important;
        color: #333 !important;
        border: 2px solid transparent;
        background-color: rgba(255,255,255, 0.5);
    }