/* This is to set the style of the About page */
* {

    padding:0;
    margin:0;
}


#aboutwrapper {
    box-sizing: content-box;
    width:100%;
    height:900px;;
    margin-top: -100px;
    background-image:url("static/images/AboutUsEdited2022.jpg");
    background-size:80%;
    background-position:top;
    background-repeat: no-repeat;
    background-color:darkseagreen; 
}

#aboutgreeting { /* GET TO KNOW US*/
    float:left;
    height:80;
    font-size: 40px;
    width:50%;
    margin-left:10%;
    margin-top:45px;
    border: 3px inset;
    border-color:green;
    border-radius: 25px;
    background-color:gold;
    text-align:center;
    color:crimson;
    background-color:gold;
}

#gglink {
    text-align:center;
    font-size:12px;
}

#abouttop { /*Graphic outside of church*/
    float:left;
    width:100%;
    height:130px;
    margin-top:55px;
    margin-left:125px;
    margin-right:900px;
    padding-bottom:60px;
    
}

#aboutwelcome { /*the welcome message*/
    color:white;
    font-size: 24px;
    font-weight:bolder;
    margin-left:100px;
    margin-right:100px;
    margin-top:250px;
    
}

#aboutareas {
    float:left;
    margin-top:35px;
    color:crimson;
    font-size: 35px;
    text-align:center;
    margin-left:95px;
    border: 3px inset;
    border-color:green;
    border-radius: 25px;
    background-color:gold;
    margin-bottom:30px;
    margin-top:-15px;
}

#abouttableframe {
    float:left;
    width:100%;
    margin-left:-60px;
    margin-top:-90px;
    height:10px;
}

#abouttableformat {
    font-size:14px;
    color:black;
    height:420px;
    margin-left:100px;
    text-align: center;
    border: 3px inset;
    overflow-y: scroll;
    display:block;
}

#aboutstatsLeft {
    width:33%;
    height:100px;
    color:black;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    background-color:lightseagreen;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;

}

#aboutstatsMiddle {
    width:33%;
    height:100px;
    color:black;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    background-color:lightseagreen;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;

}
#aboutstatsRight {
    width:33%;
    height:100px;
    color:black;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    background-color:lightseagreen;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;

}
