
/* body and main container - whole website */

        body {

            background-color:   #eee7df;
            min-width: 650px;
        
        }


        .container {

            margin: auto;
            margin: top 30px;
            max-width: 1366;
        
            background-color:  #eee7df;
            
        }



/* Global Grid Color     */



        .navigation-section {
        background-color:  #eee7df;
        }

        .header {
            background-color:  #eee7df;
        }

        .content-section-top {
            background-color:  #eee7df;
        }

        .content-section-middle {
            background-color:  #eee7df;
        
        }

        .content-section-bottom {
            background-color:  #eee7df;
        }

        .content-section-footer {
            background-color:  #e0d9d0;
        }



/* Nested Divs */
    
    
.correspondence {

    width: 33%;
    height: 200px;
    margin: 8px 3px;
    background-color:  #ebe2dc;
    text-align: center;
    
    
    
    
    border: solid;
    border-color: #2F4858;
    border-style: solid;
    border-width: 2px;
    
    
}

.captions {

    width: 33%;
    height: 200px;

    background-color:  #ebe2dc;
    margin: 8px 3px;
    text-align: center;
    
    
    
    min-width: 30px;
    border: solid;
    border-color: #2F4858;
    border-style: solid;
    border-width: 2px;


}

.story {

    width: 33%;
    height: 200px;
    background-color:  #ebe2dc;
    margin: 8px 3px;
    text-align: center;
    
  
    
    min-width: 30px;
    border: solid;
    border-color: #2F4858;
    border-style: solid;
    border-width: 2px;



}




/* Global navigation bar */

        .golbal-navbar ul li {

            height: 40px;
            list-style-type: none;
            width: 105px;
            float: left;
            padding: 7px;
            
         
        }

        .golbal-navbar li a {

            font-size: 20px;
            background-color:  #ebd5bd;
            display: block;
            text-align: center;
            text-decoration: none;
    
        }

        .golbal-navbar li a:hover {

            color: #2F4858;
            background-color:  #f7f3f0;
        }


/* Footer navigation bar */



    .next-captions-links ul li{

    font-size: larger;
        color: #5a0c06;
        margin: auto;
        text-decoration: none;
        float:center;
        text-align: center;
    
    }
    
    .next-captions-links li a {
    
        font-size: larger;
            color: #5a0c06;
            margin: auto;
            text-decoration: none;
        text-align: center;
        }
        
    
    
    .next-captions-links ul li a:hover {
    
            font-size: 20px;
                color: #4219e6;
               
            
            }








/* End of the Global links */



/* Heading Tag modification */







    h1 {

        font-size: 20px;
        color: #4e0914;
        font-family:Arial, Helvetica, sans-serif
        
        
}

   

    h2 {

        font-size: 20px;
        color: rgb(245, 140, 42);
    
    }

    h3 {

        font-size: 20px;
        color: rgb(39, 27, 216);
        
        }


    h4 {

        font-size: 20px;
        color: rgb(4, 3, 71);
        
        }


    h5 {

        font-size: 20px;
        color: rgb(8, 8, 1);
        
        }

        
    h6 {

        font-size: 20px;
        color: rgb(250, 245, 250);
        
        }
 
 
        
        
        #logo {


        font-size: 50px;
        color: #721121;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;


    }

        p {

            color: #721121;
            font-family: Arial, Helvetica, sans-serif;
            text-indent: 50px;
            font-size: 18PX;
            line-height: 21PX;
            margin: 20px 20px 20px 20px;
            

        }

        strong {

            color: indigo;
            font-size: 13px;

        }




        .footer-navigation-left {

            width: 33%;
            height: auto; 
            margin: 8px 3px;
            text-align: center;
            
        }

.footer-navigation-middle {

            width: 33%;
            height: 200px;
            margin: 8px 3px;
            text-align: center;
            

        }

.footer-navigation-right {

            width: 33%;
            height: 200px;
            margin: 8px 3px;
            text-align: center;
           
        }

.footer-navbar-left a{


color: #33658A;
text-decoration: none;
font-size: 16px;

}

.footer-navbar-middle a{


color: #33658A;
text-decoration: none;
font-size: 16px;

}

.footer-navbar-right li a{


color: #33658A;
text-decoration: none;
font-size: 16px;

}


.footer-navbar-left  li {

list-style-type: none;

}



.footer-navbar-middle li {

list-style-type: none;

}


.footer-navbar-right li {

list-style-type: none;

}



            













.footer-navbar-left, ul li a:hover{


color:  #721121;
text-decoration: none;
font-size: 18px;

}

.footer-navbar-middle li a:hover{


color: #721121;
text-decoration: none;
font-size: 18px;
list-style-type: none;
}

.footer-navbar-right li a:hover{


color:#721121;
text-decoration: none;
font-size: 18px;

}






.content-links ul a {

    list-style-type: none;
    color: #721121;
    font-size: large;
    text-decoration: none;
    list-style-type: none;
}

.content-links ul  {

    list-style-type: none;
  

}

.content-links ul :hover  {

    color: rgba(24, 22, 20, 0.671);
  

}

#ext-link {

    color: rgb(139, 55, 6);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif

}

