
/* body and main container - whole website */

        body {

            background-color: #b2cbe0;
            min-width: 650px;
        
        }


        .container {

            margin: auto;
            margin: top 30px;
            max-width: 1366;
        
            background-color:  #b2cbe0;
            
        }



/* Global Grid Color     */



        .navigation-section {
        background-color: #b2cbe0;
        }

        .header {
        background-color: #b2cbe0;
        }

        .content-section-top {
            background-color:#b2cbe0;
        }

        .content-section-middle {
            background-color: #b2cbe0;
        
        }

        .content-section-bottom {
            background-color:  #b2cbe0;
        }

        .content-section-footer {
            background-color: #ec9b70;
        }



/* Nested Divs */
    
    
.correspondence {

    width: 33%;
    height: 200px;
    background-color: #6298b4;
    margin: 8px 3px;
    text-align: center;
    
    
    
    
    border: solid;
    border-color: #ec9b70;
    border-style: solid;
    border-width: 2px;
    
    
}

.captions {

    width: 33%;
    height: 200px;
    background-color: #6298b4;
    margin: 8px 3px;
    text-align: center;
    
    
    
    min-width: 30px;
    border: solid;
    border-color: #ec9b70;
    border-style: solid;
    border-width: 2px;


}

.story {

    width: 33%;
    height: 200px;
    background-color: #6298b4;
    margin: 8px 3px;
    text-align: center;
    
  
    
    min-width: 30px;
    border: solid;
    border-color: #ec9b70;
    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: #ec9b70;
            display: block;
            text-align: center;
            text-decoration: none;
    
        }

        .golbal-navbar li a:hover {

            color: rgb(42, 61, 46);
            background-color: #6298b4;
        }


/* Footer navigation bar */












/* End of the Global links */



/* Heading Tag modification */







    h1 {

        font-size: 20px;
        color: #f3a60c;
        font-family: Verdana, Geneva, Tahoma, 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: #fcfbf9;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;


    }

        p {

            color: #3c3e3f;
            font-family: Arial, Helvetica, sans-serif;
            text-indent: 50px;
            font-size: 18PX;
            line-height: 21PX;

        }

        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:  #2F4858;
text-decoration: none;
font-size: 18px;

}

.footer-navbar-middle li a:hover{


color: #2F4858;
text-decoration: none;
font-size: 18px;
list-style-type: none;
}

.footer-navbar-right li a:hover{


color:#2F4858;
text-decoration: none;
font-size: 18px;

}






.content-links ul a {

    list-style-type: none;
    color: orange;
    font-size: large;
    text-decoration: none;
    list-style-type: none;
}

.content-links ul  {

    list-style-type: none;
  

}

.content-links ul :hover  {

    color: rgba(219, 209, 197, 0.671);
  

}

#ext-link {

    color: cornsilk;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.next-captions-links ul li{

        font-size: larger;
        color: #1d1a18;
        margin: auto;
        text-decoration: none;
        float:center;
        text-align: center;
        list-style-type: none;   /* remove list style */
    
    }
    
    .next-captions-links li a {
    
            font-size: larger;
            color: #1d1a18;
            margin: auto;
            text-decoration: none;
            text-align: center;
        }
        
    
    
    .next-captions-links ul :hover {
    
            font-size: 20px;
            color: #e4d9d3;
               
            
            }
            