.glowIt {

    color: black;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #ff4da6;
    }
}          



.panes {
    visibility:hidden;

    margin-left: -1500px;

    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    border:thin none blue;


    transition:margin-left 2.5s ease;
    
            
}

h1{
    margin-bottom:10px;
}

body {
    background-color:#a3ba9b;
    color:#000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;

    padding: 0px;
}
.clear{clear:both;}
* {
    margin: 0px;
    padding: 0px;
}
#container {
    margin: 0px auto;
    text-align: left;
    width: 900px;
}
a{
    font-size:1.2em;
}

ul {
    margin-left: 55px;
}


#ulMenu li{
    display:inline;	
}
#ulMenu a{
    text-decoration:none;
    color:#FFFFFF;
    margin: 0px 15px;
}
#ulMenu a:hover{
    text-decoration:underline;
    color:#28556b;
}

/********************** Header ***************************/
.header {
    border: thin none red;height: 130px;text-align: center;background-color: #85a157;
}

.header_bkg {
    border: thin none green;
    height: 130px;
    width: 100%; 
    display: inline-block;
    position: relative; 
    text-align: left;
    background-image: url(../images/Grass.jpg);
    background-size: 100% 100%;
    min-width: 1115px;
}
.header_img {
    float:left;
    height: 90px;
    margin-left:30px;
    margin-top: 10px;
}
.header_text {
    width:300px;float:left;
}
.header_text1 {
    position: absolute;top:20px;left:130px;color: #FFFFFF;font-size: 2.2em;
}

.header_text2 {
    position: absolute;top:55px;left:150px;color: #FFFFFF;font-size: 1.5em;font-style: italic;
}

.header_mission {
    width:400px;
    float:right;
    border:thin none yellow; 
    font-family: Garamond; 
    font-size:1.4em;
    font-style: italic;
    margin-top: 10px;
    margin-right: 50px;
}




/********************** Content ***************************/
#content {

    width:717px;
    
}

#pageHeaderText {
    position:relative;
    font-family:"Georgia,Times New Roman,Times,serif";
    top:20px;
    text-align:center;
    color:#000000;
    font-weight:bold;
    font-size:2.5em;
    text-align: center;
    margin:  0px 0px 45px 0px;
    margin-bottom: 35px ;
    border:none;
}

#divBios div :not(#pageHeaderText) {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.home_right_text{
    margin-top: 5px;
    margin-bottom: 20px;
}

.home_right_header{

    margin-bottom: 10px;
    text-align:center;
    font-size:1.3em;
}

#home_left {
    float:left;
    width:650px;
    margin-left:70px;
    margin-top:40px;
    padding: 0px 10px 30px 0px;
    display:inline;
}

#home_right {
    float:right;
    height: 95%;
    padding: 0px 20px 20px 20px;
    margin-top:10px;

    

    font-size: 1.2em;
    text-align:center;

}
#home_right a{
    color:blue;
}
#home_right a:hover{
    color:#85a157;
}

#home_right p{
    margin: 15px 0px;
}
#home_right img{
    border-radius: 15px;
}

#home_right span{
    white-space: nowrap;
    
    display:block;
}



#bios {
    margin-left: 0px;
    margin-right: 0px;
}


#page_text a {
    font-family: Georgia ,Times New Roman,serif;
    font-size: 2.0em;
}

