/* This is to set the style of the Media page */
/* reset */
/*MEDIA.CSS FILE TESTS GOOD 202307092239*/
* {

    padding:0;
    margin:2px;

}

#mediawrapper {
    width: auto;
    height: auto;
/*    background-origin:content-box;
    background-image:url("/static/images/MEDIA-header-1200x600-300x150.jpg");
    background-size: 100%;
    background-position:top;
    background-repeat: no-repeat;
    background-color:whitesmoke;*/
}

#sermoninfo {
    float:right;
    width: 48%;
    height:360px;
    text-align:center;
    /*background-image:url(/static/images/History_current-church-300x214.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left:51%;
    margin-right: 1%;
    margin-top:-100px;
    border-color: lightgray;
}

#instructsermonlist {
    float:left;
    margin-right:10%;
    text-align: left;
    font-size: 1.3em;
    font-weight:700;
    padding-left:5%;
    margin-top:30px;
    color:firebrick;
}

#instructgracenotes {
    float:right;
    margin-left:45px;
    margin-top: 45px;
    text-align: right;
    font-size: 1.3em;
    font-weight:700;
    color:firebrick;
    padding-right: 1em;
}

#mediasermons {
    float:left;
    width: 45%;
    font-size: 1.1em;
    height:auto;
    text-align:Center;
    color:black;
    background-color:lightgreen;
    margin-left:10px;
    margin-top:-220px;
    border:3px inset;
    border-color: lightgray;
}

#sermontable {
    overflow-y:scroll; 
    width:100%;
    height:260px; 
    display:block;
    color:white;
    background-color:antiquewhite;
    padding-left: 5%;
    padding-right:5%;
    text-align: left;
    font-size:1.1em;
}

#gracenotesframe {
    float:left;
    width: 100%;
    font-size: 26px;
    height:686px;
    text-align: center;
    color:white;
    background-color:lightskyblue;
    margin-top:3px;
    border:3px inset;
    border-color: lightgray;
}

#gracetable {
    /*overflow-y:scroll; */
    width:100%;
    height:auto; 
    display:block;
    color:white;
    background-color: #dddddd;
}

#gc1_1 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    color: white;
    background-image:url(/static/images/Untitled-design4-300x300.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gc1_2 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    color: white;
    background-image:url(/static/images/Untitled-design7-300x300.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gc1_3 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    color: white;
    background-image:url(/static/images/Untitled-design2-300x300.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gc2_1 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    color: white;
    background-image:url(/static/images/Newsletter-Image-300x275.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gc2_2 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    background-image:url(/static/images/Untitled-design7A-300x300.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gc2_3 {
    width: 440px;
    font-size: 26px;
    font-weight:bolder;
    height:340px;
    text-align:center;
    background-image:url(/static/images/Untitled-design4A-300x300.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gracenoteslibraryframe {
    float:left;
    width: 100%;
    font-size: 20px;
    height:150px;
    text-align: center;
    color:white;
    background-color:lightskyblue;
    margin-top:3px;
    border:3px inset;
    border-color: lightgray;
}

#gracelibrarytable {
    overflow-y:scroll; 
    width:100%;
    height:220px; 
    display:block;
    color:white;
    background-color:antiquewhite;
    font-size: 20px;
    text-align: center;  
}

#footer {
    float:left;
    background:transparent;
    width:100%;
    height:1%;
    text-align: center;
    color:black;
    font-size:1.4em;
    margin-top:100px;
}
    
