

body{

    background-color: #2a9344;
   /*display: flex*/
    color: #cde1db  ;
    font-family: monospace;
}

.page-header{
    
    border: solid;
    border-color: #c1ae47;   
    
}

.left-div{
    border: solid;
    border-color: #c1ae47;   
}

.main-container{
    border: solid;
    border-color: #c1ae47;   
}

.top-div{
    border: solid;
    border-color: #c1ae47;   
}

.h1{
    /*Silkscreen Color*/
    color: #cde1db ;
    font-weight: 800;
    font-family: monospace;
}

.p, li{
    
    /*Silkscreen Color*/
    color: #cde1db ;
    font-family: monospace;
    
}

.top-ul li {
cursor: pointer;
}
.top-ul li:hover {
background: rgba(193, 174, 71, 0.26);
}  

.left-ul li {
    cursor: crosshair;
    list-style: circle;
}
.left-ul li:hover {
    background: rgba(193, 174, 71, 0.26);
}  


.divPic{
    
    width: 100%;
    height: 10%
    
}

.descrp{
    /*Blue 1b72cd*/
    color: #cde1db ;
    
}

.dividerPic{
    
    width: 25%;
        
}

.divlandscapePicCapt{
    
    display: flex;
    flex-direction: column;
    margin: 1px 1px;
    margin-bottom: 1px;
    padding: 2px;
        
    align-content: center;
    justify-content: center;
    text-align-last: center;
}

.landscapePic{ 
    width: 80%;
}
.divfigure{
    
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    
    align-content: center;
    justify-content: center;
    text-align-last: center;
}

.divCaption{
    margin-bottom: 1px;
    margin-top: 1px;
}


.divDivider{
    text-align-last: center;
    font-family: monospace;
}