
/* body and main container - whole website */

        body {

            background-color: #f7cae2;
            min-width: 650px;
            list-style-type: none;
        
        }


        *{

            list-style-type: none;
        }


        .container {

            margin: auto;
            margin: top 30px;
            max-width: 1366;
        
            background-color:  #f7cae2;
            
        }



/* Global Grid Color     */



        .navigation-section {
        background-color:#f7cae2;
        }

        .header {
            background-color:#f7cae2;
        }

        .content-section-top {
            background-color:#f7cae2;
        }

        .content-section-middle {
            background-color:#f3aed3;
        
        }

        .content-section-bottom {
            background-color: #f3aed3;
        }

        .content-section-footer {
            background-color: #ee6fb3;
        }



/* Nested Divs */
    
    
.correspondence {

    width: 33%;
    height: 200px;
    background-color: #f3dbf1;
    margin: 8px 3px;
    text-align: center;
    
    
    
    
    border: solid;
    border-color: #f5079a;
    border-style: solid;
    border-width: 1px;
    
    
}

.captions {

    width: 33%;
    height: 200px;
    background-color: #f3dbf1;
    margin: 8px 3px;
    text-align: center;
    
    
    
    min-width: 30px;
    border: solid;
    border-color: #f5079a;
    border-style: solid;
    border-width: 1px;


}

.story {

    width: 33%;
    height: 200px;
    background-color: #f3dbf1;
    margin: 8px 3px;
    text-align: center;
    
  
    
    min-width: 30px;
    border: solid;
    border-color: #f5079a;
    border-style: solid;
    border-width: 1px;


}



.next-captions-links ul li{

    font-size: larger;
        color: #6b0a3a;
        margin: auto;
        text-decoration: none;
        float:center;
        text-align: center;
        list-style-type: none;
    }
    
    .next-captions-links li a {
    
        font-size: larger;
            color: #6b0a3a;
            margin: auto;
            text-decoration: none;
        text-align: center;
        }
        
    
    
    .next-captions-links ul :hover {
    
            font-size: 20px;
                color: #ee7cc2;
               
            
            }
            
    
    


/* 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: rgba(243, 145, 177, 0.925);
            display: block;
            text-align: center;
            text-decoration: none;
    
        }

        .golbal-navbar li a:hover {

            color: rgb(42, 61, 46);
            background-color: rgb(238, 177, 218);
        }



/* Footer navigation bar */












/* End of the Global links */



/* Heading Tag modification */







    h1 {

        font-size: 20px;
        color: #e959b2;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        
}

   

    h2 {

        font-size: 20px;
        color: #493a32;
        text-align: center;
    
    }

    h3 {

        font-size: 20px;
        color: #f0eae7;
        
        }


    h4 {

        font-size: 20px;
        color: #f0eae7;
        
        }


    h5 {

        font-size: 20px;
        color: #f0eae7;
        
        }

        
    h6 {

        font-size: 20px;
        color: #f7eff6;
        
        }
 
 
        
        
        #logo {


        font-size: 50px;
        color:rgba(243, 145, 177, 0.925);
        font-family: sans-serif;
        padding-top: 200px;


    }

        p {

            color: #8a0583;
            font-family: Arial, Helvetica, sans-serif;
            text-indent: 50px;
            font-size: 18PX;
            line-height: 21PX;

        }

        strong {

            color: rgb(130, 0, 113);
            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:#f0eae7;
text-decoration: none;
font-size: 16px;

}

.footer-navbar-middle a{


color: #f0eae7;
text-decoration: none;
font-size: 16px;

}

.footer-navbar-right li a{


color:#f0eae7;
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:  #6e993c;
text-decoration: none;
font-size: 18px;

}

.footer-navbar-middle li a:hover{


color: #6e993c;
text-decoration: none;
font-size: 18px;
list-style-type: none;
}

.footer-navbar-right li a:hover{


color:#6e993c;
text-decoration: none;
font-size: 18px;

}






.content-links ul a {

    list-style-type: none;
    color: rgb(190, 81, 176);
    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;

}