

body {
        box-sizing: border-box;
    }



:root {

--color1: #001219; /* black*/
--color2: #05051d; /* bright blue*/
--color3: #3d9397; /* blue ish */
--color4: #94d28d; /* blue grey ish */
--color5: #e9d8a6; /* light grey */
--color6: #ee9800; /* orange */
--color7: #ca6702; /* orange dense */
--color8: #bb3e03; /* brown */
--color9: #ae2912; /* red ish */
--color10: #9b2226; /* purple ish */
--color11: #CC0C00; /*dim red*/
--color12: #f2f8fb; /*Very light blue*/

}





 /* THE PROPERTIES BELOW ARE USED TO UPDATE AND CONTROL THE ELEMENTS ON TOP OF THE PAGE */ 




#headblock {
      margin: 0 auto;
      width: 98%;
      height: 190px;
      position: fixed;
      Top: 0;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      margin-right: 5px;
      margin-left: 5px ;
      }

#header {
      margin: 0 auto;
      height: 90px;
      margin: 10px;
      background-color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
}


#logo {
      margin: 0 auto;  
      background-color: #fff;
      
      display: flex;
      justify-content: center;
      align-items: center;
      flex-basis: 100%;
      height: 90px;
      margin: 10px;

      }


      
#topSpace {
      margin: 0 auto;
      margin-top: 100px;
      height: 95px;
      width: 97%;
      background-color: rgb(189, 189, 189);
}


#topAdBoxcontainer {
      margin: 0 auto;
      width: 60%;
      height: 150px;
      display: block;
      margin-top: 20px;
      margin-bottom: 15px;
      padding-left: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #c6c3fc;
}




#topH1 h1 {
      width: 96%;
      height: 40px;
      display: block;
      padding-top: 8px;
      padding-left: 10px;
      display: flex;
      justify-content: left;
      align-items: center;
      }

      h1 {
      background-color: #e5e5e5;
      color:  #7E7D9C;
      font-family: arial, sans-serif;
      font-size: 20px;
      font-weight: bold;
      margin-left: 5px;
      
      }



      h2 {
      background-color: #e5e5e5; 
      text-transform: uppercase;
      font-size: 1em;
      padding:  5px;
      margin-top: 10px;
      border-radius: 25px;
      }

      #h2center {
      padding-left: 20px;
            
      }

      .toplefth2, .toprighth2 {
      background-color: #e5e5e5;
      border-radius: 25px;
      color: #bf0000;
      width: 90%;

      }




      h3 {
      font-size: 1.3em;
      font-weight: 700;
      padding:  5px;
      
      }

   

      #h3center {
      margin-top: 10px;
      padding-left: 25px;
      font-size: 0.8em;

      }

     
      h4 {
      font-size: 0.8em;
      padding:  5px;
      }


      h5 {
      font-size: 0.8em;
      padding:  5px;
      display: block;
      margin: auto;
      color: grey;
      }



      h6 {
            font-size: 2.2em;
            color: midnightblue;
            
            }


      .overlay {
           margin-top: 400px;
            background-color: #000;
            height: 50px;
            opacity: 0.6;
            width: 100%;
            }

      #imgtitle {
            color: #fff;
            z-index: 100;
            padding-left: 20px;
            width: 230px;
            
      } 


/*

STYLING THE NAV BAR INCLUDING THE MENUS


*/



.nav-container {      
      height: 40px;
      margin: 10px;
      background-color: #000;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
       }


.menuitems li a {
      display:inline;
      margin: 0;
      padding: 0;
      list-style: none;
}

.menuitems li {
      display: inline-block;
}

.menuitems li a {
      font-size: 16px; 
      outline: 1px solid grey;
      font-family: verdana;
      margin: 0 0.2em;
      color: white;
      border-radius: 3px;
      padding: 2px;
      background-color: #bf0000;
      }

  .menuitems a:link {
      text-decoration: none;
      background: var(--color11);
    }

  .menuitems a:visited {
      text-decoration: none;
    }

  .menuitems a:hover {
      background-color: #ccc;
      text-decoration: none;
      }


  .menuitems a:active {
      text-decoration: none;

      }


.small-menu  {
            display: none;
            }




/*

END OF STYLING THE NAV BAR INCLUDING THE MENUS

*/

/*

STYLING THE THREE ADVERTISING CONTAINERS (TOP BOTTOM ASIDE)

*/


/*STYLING THE Bilingual Div styling */


.nav-container-bilingual {       
      height: 10px;
      background-color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: right;
      font-weight: 700;
      color: darkblue;
      font-size: 15px;
      padding-right: 15px;
      padding-top: 10px;
      border-top: 1px solid lightgrey;
      width: 98%;
}

.archivesContainer {       
      height: 15px;
      background-color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: right;
      font-weight: 700;
      color: darkblue;
      font-size: 10px;

      border-top: 1px solid lightgrey;
      width: 98%;
}






/*Top page Advertising Box */


#topcontainer  h5 {
      margin-top: 220px;
      background-color: #ffd3d3;
      display: flex;
      flex-direction: row; 
      justify-content: center;
      align-items: center;
      height: 130px;
      color: grey;
      margin-right: 100px;
      margin-left: 100px;
      }



.topcontainer img {
      margin: 0 auto;
      width: 10%;
      height: 6em;
      border: 2px solid #eee;

      }



/*This occasionaly replaces the top Advertising Box on some pages */

.middlecontainer {
      margin-top: 220px;
      margin-bottom: 70px;
      background-color: #000;
      display: grid;
      grid-template-columns: 1fr; 
      grid-template-rows: 1fr ;
      height: 160px;
      margin-left: 120px;
      margin-right: 120px;
      /*justify-content: center;
      align-items: center;
      color: grey;*/
     
      }

.middlecontainer img {

      margin: 0 auto;
      width: 100%;
      }



/*bottom page Advertising Box */

.bottomcontainer {
      margin: 0 auto;
      margin-top: 250px;
      background-color: lightseagreen;
      display: flex;
      height: 170px;
      width: 75%;
      justify-content: center;
      align-items: center;
      color: grey;      
}


/*aside advertising box*/

.asidead {
      margin: 0 auto;
      width: 95%;
      height: 230px;
      background: linear-gradient(to bottom, #fff 40%, #eee 50%);
      margin-left: 5px;
      margin-right: 5px;
      text-align: center;
      border: 1px solid lightgrey;
      
      
      }

.asidead h5 {
      color: rgb(1, 31, 1);
      }
 
/*

END OF STYLING THE TWO ADVERTISING CONTAINERS

*/




.nav-container-topsmedia {
       
      height: 50px;
      margin: 10px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      
}

/* CHECK THAT align-items above does not affect the code AND layout JUNE 19 2024*/


.smediaTopAllPages {

       margin: 5px;
        padding-top: 10px;
        background-color: #fff;
        border-radius: 3px;
        display: flex;
        justify-content: space-evenly;
        flex-basis: 15%;
        height: 30px;        
        
}
 




#aboutUsNewGraphic img {
      margin: 0 auto;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70%;
      padding-left: 110px;
      padding-bottom: 10px;
      height: 1000px;
      border: 1px solid lightgrey;   
}



.contactDetails {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      border: 2px solid black;

}





/* BELOW IS FOR THE DATA PAGE ONLY */ 

#archivesInfo {
      margin: 0 auto;
      margin-top: 30px;
      width: 70%;
      margin-left: 150px;
      margin-right: 150px;      
      padding-left: 10px;
      padding-bottom: 10px;
      padding-top: 20px;
      height: 2000px;
      border: 1px solid lightgrey;
}


/*

START OF STYLING FOR ALL THE CONTAINERS 1, 2, 3, 4, 5, 6, 7

*/


/* 
STYLES FOR ALL THE GRID/BOXES INSIDE THE 7 CONTAINERS OF THE LANDING PAGE and INSIDE OTHER MENUS

- On the landing page each container has 4 boxes or grid items (in horizontal rows).
 This model is repeated inside all
the other TOP MAIN MENU ITEMS.

 */



.container1 {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 2fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 550px;
      column-gap: 10px;       
            
      }


.box1_1 {
      margin: 0 auto;
      width: 98%;
      height: 500px;
      background-color: none;
      padding: 2px;
      
      }


.box1_1 #asidead {

      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 5px;
      padding-right: 5px;
      width: 90%;
      height: 200px;
      }


.box1_2 {
      background-color: #eef;
      background: linear-gradient(to bottom, #fff 0%, #eef 100%);
      border-left: 1px solid #e7e5e5;
      padding-left: 5px;
      padding-right: 5px;                  
      }


.box1_2 img {
      margin: 0 auto;
      width: 99%;
      }


.box1_2 h4 {
      margin-left: 40px;
      margin-right: 50px;
      }


    
.box1_3 {
      margin: 0 auto;
      border-left: 1px solid #e7e5e5;
      
}

.box1_3 img {
      margin: 0 auto;
      
      }


/* HERE IS THE IMAGE OF THE FRONT COVER 
BELOW IS THE POSITION OF THE PASTISSUE TAG*/



.box1_4 {
      margin: 0 auto;
      width: 98%;
      height: 550px;
      background-color: none;
      padding: 2px;
      
      }


.box1_4 {
    color: none;
    border-left: 1px solid #e7e5e5;   
    
}


     
#pastIssuesPosition {
      padding-top: 350px;
}


.container2 {
      
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 550px;
      column-gap: 8px;      
      }


.box2_1 {
      margin: 0 auto;
      width: 95%;
      height: 480px; 
      padding: 5px;     
}


.box2_2 {
      margin: 0 auto;
      width: 95%;
      height: 490px;
      padding: 5px;  
}

.box2_2 img {
      margin: 0 auto;
      width: 90%;
      height: 170px;     
      
}

.box2_3 {
      margin: 0 auto;
      width: 95%;
      height: 480px;      
}

.box2_3 img {
      margin: 0 auto;
      width: 95%;
      height: 170px;
}

.box2_4 {
      margin: 0 auto;
      width: 95%;
      height: 480px;      
}

.box2_4 img {
      margin: 0 auto;
      width: 95%;
      height: 170px;
}








.container3 {
    margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 360px;
      column-gap: 10px;
      border-top: 1px solid #eee;
      padding: 10px;
      }



.box3_1 {
      margin: 0 auto;
      width: 95%;
      }

.box3_1 img {
      margin: 0 auto;
      width: 100%;
      height: 170px;  
      }


.box3_2 {
      margin: 0 auto;
      width: 95%;
      }

.box3_2 img {
      margin: 0 auto;
      width: 100%;
      height: 170px;  
      }


.box3_3 {
      margin: 0 auto;
      width: 95%;
      }
  
  .box3_3 img {
      margin: 0 auto;
      width: 100%;
      height: 170px;  
      }


.box3_4 {
      margin: 0 auto;
      width: 95%;
      }

.box3_4 img {
      margin: 0 auto;
      width: 100%;
      height: 170px;  
      }


.container4 {
      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 380px;
      column-gap: 10px;
      border-top: 1px solid #eee;
      padding: 10px;

      }




.box4_1 {
      margin: 0 auto;
      width: 95%;
      }

.box4_2 {
      margin: 0 auto;
      width: 95%;
      }

.box4_3 {
      margin: 0 auto;
      width: 95%;
      }
  
.box4_3 img {
      margin: auto;
      width: 100%;
      height: 170px;  
      }


.box4_4 {
      margin: 0 auto;
      width: 95%;
      }

.box4_4 p {
      padding-top: 100px;
      padding-left: 100px;
}

 


.container5 {

      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 400px;
      column-gap: 10px;
      border-top: 1px solid #eee;
      padding: 10px;
      }


.box5_1 {
      margin: 0 auto;
      width: 95%;
      }
 

.box5_2 {
      margin: 0 auto;
      width: 95%;
      }

.box5_2 img {
      margin: 0 auto;
      width: 100%;
      height: 200px;  
      }


.box5_3 {
      margin: 0 auto;
      width: 95%;
      }
  

.box5_4 {
      background-color: #000;
      border-left: 1px solid #eee;
      padding-left: 5px;
      }

.box5_4 img {
      margin: 0 auto;
      width: 100%;
      height: 350px;
      }



.container6 {
      margin-top: 40px;
      margin-bottom: 40px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 480px;
      column-gap: 10px;
      border-top: 1px solid #eee;
      padding: 10px;
      }



.box6_1 {
      margin: 0 auto;
      width: 95%;
      }

.box6_2 {
      margin: 0 auto;
      width: 95%;
      }

.box6_3 {
      margin: 0 auto;
      width: 95%;
      }
  

.box6_3 img {
      margin: auto;
      width: 100%;
      height: 170px;  
      }



.box6_4 {
      margin: 0 auto;
      width: 95%;
      }

.box6_4 p {
      Display: block;
      text-align: center;
}


.container7 {
      margin-top: 100px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 560px;
      column-gap: 10px;
      border-top: 1px solid #eee;
      padding: 10px;
      }


.box7_1 {

      margin: 0 auto;
      width: 95%;
}


.box7_1 img {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;

      }

.box7_2 {
      margin: 0 auto;
      width: 95%;
      }


.box7_2 img {
      margin: 0 auto;
      width: 100%;
      height: 350px;
      }

/* image of nurse */

.box7_3 {
      margin: 0 auto;
      width: 95%;
      }
  
.box7_3 img {
      margin: 0 auto;
      width: 100%;
      height: 200px; 
      }
      
    

.box7_4 {
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      
      }
 
 .box7_4 p {
      
      text-align: center;
}


/*

END OF STYLING FOR ALL THE CONTAINERS 1, 2, 3, 4, 5, 6, 7

*/






/*

START OF STYLING FOR SPECIAL CONTAINER 2 FOR DATA DISPLAY

*/


.boxdd2_2 {
      background-color: #fff;
       margin: 0 auto;

      }


.boxdd2_2 img {
     
      width: 90%;
      height: 330px;
      border-left: 1px solid #ccc;
      padding-left: 2px;

}


.boxdd2_3 {
      background-color: #fff;
      border-left: 1px solid #eee;
      padding-left: 5px;
     
 }

.boxdd2_3 img {
      margin: auto;
      width: 100%;
      height: 170px; 
      }

.boxdd2_4 {
      background-color: #fff;
      border-left: 1px solid #eee;
      padding-left: 5px;

      }

.boxdd2_4 img {
      margin: auto;
      width: 100%;
      height: 170px;  
      }



/*

END OF STYLING FOR SPECIAL CONTAINER 2 FOR DATA DISPLAY

*/


/*

START OF STYLING FOR VERTICAL SUB MENUS INSIDE: MARKETS, FINANCE, SECTORS, TRADE, CLIMATE, DIASPORA.

*/


#submenu li a {
      
      display: block;
      padding-left: 5px;
      list-style: none;
      width: 170px;
      height: 20px;
}

li {
      display: block;
  }

#submenu li a {
      font-size: 14px; 
      outline: 1px solid lightgrey;
      font-family: verdana;
      margin-bottom: 5px;
      color: blue;
      border-radius: 3px;
      background-color: lightgrey;
      }

  #submenu a:link {
      text-decoration: none;
      background: var(--color12);
    }

  #submenu a:visited {
      text-decoration: none;
    }

  #submenu a:hover {
      background-color: #ccc;
      text-decoration: none;
      }


  #submenu a:active {
      text-decoration: none;

      }


/*

END OF STYLING FOR VETICAL MENUS INSIDE: MARKETS, FINANCE, SECTORS, TRADE, CLIMATE, DIASPORA.

*/





/*

START OF STYLING FOR SINGLE ARTICLE PAGE. THIS PAGE HAS A COUPLE OF 'ASIDE' ITEMS

*/

/* 
These codes are for the graph, tables, pie charts in articles
 */





.container4Articles {
      margin-top: 20px;
      font-size: 1.3em;
      border: 1px solid rgb(248, 247, 247); 
      margin: 0 auto;
      width: 75%;
      padding-left: 5px;
      padding-right: 5px;      
}


    .container4Articles h1 {
        color: black;
        font-size: 2em;
        text-align: center;
        background-color: #fff;
    }



/*FORMATTING ASSETS PHOTOS, GRAPHS AND OTHERS FOR THE MARKET MAIN MENU*/


/*FORMATTING IMAGE AND ASSETS DIASPORA LANDING*/


/* ARTICLES 2005*/


#petFunds1 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;

}

#petFunds2 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}

#petFunds3 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}

#petFunds4 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}

#petFunds5 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}

#petFunds6 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}

#petFunds7 img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 600px;
      
}








#CIVvsGhana img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 380px; 
}

#JohnMahamaANDado img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 450px;
      width: 95%;     
}


#theECOcurrency img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 250px;
      width: 500px;
}





/* ARTICLES 2005*/



#nuclearNicolasHippertPic img {
      margin: 0 auto;      
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 200px;
      width: 95%;     
      }


#nuclearInstitut img  {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 400px;
      width: 600px;
}


#ghanaModelnuclearPlant img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 400px;
      width: 600px;
}


#nuclearRosatomPeople img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 400px;
      width: 600px;

}




#frontPageSkillsImage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 99%;
}


#frontPageVolOfRemit img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 260px;
      width: 99%;
}


#frontPageSourcesOfRemittances img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 260px;
      width: 99%;
}

#remittancesYearly img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;  
}


#frontPageLandingDiaspora img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}

#frontPageDiasporaByCountry img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 250px;
      width: 95%;
}

#frontPageDiasporaPercentofPop img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 250px;
      width: 95%;
}



/*END OF FORMATTING IMAGE AND ASSETS DIASPORA LANDING*/





/*FORMATTING IMAGE AND ASSETS CLIMATE LANDING*/

#climateAdaptationCoastalErosion img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}


#climateRenewableRoofTop img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 380px;
      width: 95%;
}

 
#frontPageLandingClimate img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 380px;
      width: 95%;
}

#frontPageclimateVulnerability img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 90%;
}


#frontPageClimateTypesofVul img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 98%;

}






/*END OF FORMATTING IMAGE AND ASSETS CLIMATE LANDING*/




/*FORMATTING IMAGE AND ASSETS TRADE LANDING*/

#afCFTAFrontBuilding img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}




#afCFTAregionalTradeGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;

}




#regionalTradeEcowasAfcfta img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;

}




#madeInGhanaFrontCar img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}


#madeInGhanaFrontChocoloate57 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 170px;
      width: 95%;

}




#frontPageTradeLandingMainImage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}

#frontPageLandingExport img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 98%;
}

#frontPageLandingExport img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 98%;
}

/*END OF FORMATTING IMAGE AND ASSETS TRADE LANDING*/






/*FORMATTING IMAGE AND ASSETS SECTORS LANDING*/

#sectorExtractiveFrontPic img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}


#heavyMiningMachine img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}



#sectorICTpic img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;  
}



#CPJunction img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 95%;
}


#sectorTransportghanaRoadsMap img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 70%;
}


#sectorTransportRoadProjects img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 300px;
      width: 99%;
}






#ghanaFinGalaxy img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 380px;
      width: 95%;
}

#sectorBankAndFinBkInNumbers img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}

#sectorBanksByAssets img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}




#marketsAgricultrueMangoCamer img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 150px;
      width: 95%;
}

#marketAgricultureSubSectors img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}

#marketAgricultureAgriZones img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}







#frontPageSectorLandingMainImage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}


#frontPageSectorLandingTopSectors img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 270px;
      width: 98%;
}



#frontPageSectorGDPContrib img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 98%;
}





/*END OF FORMATTING IMAGE AND ASSETS SECTORS LANDING*/


/*FORMATTING IMAGE AND ASSETS FINANCE LANDING*/




#landSystemGH img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 800px;
      height: 600px;
}



#GhanaFinTechLandscape img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 320px;
      width: 95%;
}

#licensedFinTechEntities img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}


#GhanafinTechInNumbers img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 95%;
}

#financeAccountingLandingELevy img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 370px;
      width: 95%;

}

#financeAccountingTaxRevenues img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 200px;
      width: 98%;

}


#financeAccountingTaxHeads img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 200px;
      width: 98%;
}




#currencyVola img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 120px;
}


#financialMenuLandingPaliament img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 98%;
}


#frontPageFinanceMenuAssets img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 98%;
}


#frontPageFinanceLanding img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;
      width: 99%;
}


#frontPageNEGLogo img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 100px;
      width: 40%;
}



/*End FORMATTING IMAGE AND ASSETS FINANCE LANDING*/





#frontMenuMarketTradingBoard img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 200px;
      width: 95%;
}

#frontPageMarketMenu img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 10px;
}

#frontPageMarketMenuGAXlogo img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 80px;     
      width: 95%;
}

#frontPageMarketMenuGSEmembers img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 280px;     
      width: 95%;
}

#frontPageMarketMenuOthermarkets img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      height: 150px;     
      width: 95%;
}



/*FORMATTING IMAGE AND ASSETS ON FRONT AND FIRST PAGE OF MENUS*/



#bawumiaEconomicPlan img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 400px;
      width: 500px;
}


#mahamaEconomicPlan img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 450px;
      width: 500px;
}


#kyerematenEconomicPlan img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 500px;
      width: 400px;
} 


#economicPlanBediakos img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 500px;
      width: 400px;
}


#ghanaToday img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
      width: 95%;
}


#featuringCoverIssue img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 300px;
      width: 90%;
}


#frontPageEximBankGhanaLogo img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
      width: 95%;      
}

#frontPageECOcurrency {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
      width: 95%;      
}


#frontPageEcoCurrency img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;      
}




#frontPageBitCoin img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
}


#logoShort img {
      margin: 0 auto;
      width: 100px;
      
      }


#frontPageTrain img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;

}

#frontPageTurkeyAfrica img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
}


#frontPageTurkeyTABEFforum img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 300px;
}


#nurseGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 350px;
}


#coverIssuePoster img {
      
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 90%;
      height: 300px;
}






#frontPageOutline p {
      border-radius: 1%;
      background: rgb(243, 227, 201);
      font-size: 25px;
      font-weight: 600;
      color:#ffffff;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      padding: 10px;
      margin-left: 10px;
      margin-right: 10px;
      background-image: url(assets/stockMarkets.jpeg);
}




#topCandidatesElections24 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 200px;
      width: 95%;
}



#carAssemblyfrontPageImage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
      width: 290px;
}


#frontPageImageGoogleAI img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      margin-right: 1px;     
      height: 170px;
      border: 1px solid rgb(189, 188, 188);
}


#twitterfrontPageImage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
}


#frontPageImageNASA img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 170px;
}




/*END OF FORMATTING IMAGE AND ASSETS ON FRONT AND FIRST PAGE OF MENUS*/




/*THIS SECTION CONTAINS GRAPHS, TABLES AND DATA INSIDE ARTICLES*/



.headingOfGraphics {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 25px;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px;
  }
  
  .sourceOfGraphics {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 10px;
      /*font-weight: 700;*/
      font-size: 15px;
  }
  
  
/*
#b4andAfterTable table, td, th {
      border: 1px solid lightgrey;   
}
*/



/* This section relates to FINANCE FINANCE  charts, graphs, tables, figures, maps and other assets */


#conduitsInflation img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
}



#historyInflation img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
}


#inflationGhanaVsPeers img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
}





#cediVSstrongCurrencies img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 700px;
      height: 200px;
}


#interestPolicyOptions img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 500px;     
}


#year2ReformGrowth img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;    
}


#year2inflationProj img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;   
}


#year2DebtPortfolioProj img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 450px;
      height: 350px;   
}

#year2cediVsUSdollar img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;   
}

#year2deficitProj img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;   
}


















#photoNewMinFi img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
}


#projectionsRevenue img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 320px;
}

#projectionsExpenditure img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 320px;
}

#projectionsExpenditure img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 320px;
}

#debtByTypesOfCurrency img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 320px;
}









#elevyAdvertDoctor img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;

}



#publicCapex img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
}



#mobileMoneyAccounts img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
}








#taxHeads25 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
}


#taxContributionBrkdown img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
}

#tax2gdpRatio img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
}


#fintechEcoSystGH img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
}


#productsAndServicesFintech img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 450px;
      height: 250px;
}

#productsAndServices2016to2022 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 450px;
      height: 300px;
}





#growthofCrypto img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
}


#ghanaInsuranceMkt img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
      padding-bottom: 10px;

}


#binanceAdGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
      padding-bottom: 10px;
}


#cryptowners img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
      padding-bottom: 10px;
}


#binanceAdinAccra img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
      padding-bottom: 10px;

}




#myBitStoreBillboard img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
      padding-bottom: 10px;

}





#AfricaIntraTrade img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
}


#accountingMajorStand img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 450px;
}






/* END of FINANCE  charts, graphs, tables, figures, maps and other assets */








/* This section relates to CLIMATE charts, graphs, tables, figures, maps and other assets */



#adaptationPolicies img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
}

#energyMixGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
}



#energytransitionGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;    
}



#fortsAndCastles img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 750px;
}



#akosomoboDamandDrought img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;

}


#agroEcoloZones img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 400px;
      height: 550px;
}


#debt4natureSwaps img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 750px;
}



#structureOfDFNSwaps img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;

}


#erosionRegionsatrisk img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 550px;
}

#AnnualHarard1980to2020 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 380px;
}



#solarStakeholders img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 450px;
}



#activeSolarPlants img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
}



#VRApowerProducer img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
}


#access2Electricity img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 650px;
  }






/*END of section relates to CLIMATE charts, graphs, tables, figures, maps and other assets */ 




#tableYearOfReturn {
      border-collapse: separate; 
      font-weight: normal;
      padding: 2px;  
      margin-bottom: 20px; 
      margin-top: 20px;
      color: black;
      
}

.evenYOR19 {
      background-color:#d4d4d8; 
      text-align: left; 
      font-size: 0.8em; 
}

.oddYOR19 {
      background-color: rgb(243, 202, 186);
      text-align: left;
      font-size: 0.8em;
}





table  {
      border-collapse: separate; 
      font-weight: normal;
      padding: 2px;  
      margin-bottom: 20px; 
      margin-top: 20px;
      color: black;      
}


th {
background-color: #979494;
}





.odd {
      background-color: rgb(243, 202, 186);
      text-align: center;
}

.even {
      background-color:#d4d4d8; 
      text-align: center;
} 

/* More table formating */




/* THESE ARE SPECIFIC IMAGE FORMATING IN THE SECTION landing page*/



#pillarFinSyst img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 450px;      
      padding-bottom: 10px;
      font-size: 15px;
}



#inlandPortProjects img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 600px;      
      padding-bottom: 10px;
      font-size: 15px;
}



#multimodalTransport img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}



#FIsTypesGhana img  {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#creditRatingSSAfrica img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 750px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;

}


#creditRatingGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 680px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;

}



#OneDOnefList img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 700px;
      height: 650px;
      padding-bottom: 10px;
      font-size: 15px;
}





#debtRestructuring img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#growthYearTwoECF img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#deficitUnderECF img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#currencyVola img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      margin-right: 1px;     
      height: 130px;

}

#cediVolaAndECF img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}



#inflationYear2ECF img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}


#FIsUnderBoG img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#gvntnotesandbonds img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#USdenoBondsX img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#ddepPerimeterX img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#eslaX img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#daakyebondsX img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}





#googleOffice img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#MoustaphaCisse img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;

}





#elonMuskTweet img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 400px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;
}


#socialNetworkDatAfrica img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 250px;
      padding-bottom: 10px;
      font-size: 15px;
}


#starlinkSSA img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}


#goldReserves2024 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px; 
}



#reservesVSImportCoverage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}

#ghanaPensionSyst img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px; 
}


#pensionPerformance1120 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}




#GhanaSatPhoto1 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}



#threeStudents img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}

#bonsu1 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
}

#matey2 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
}



#quansah3 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 500px;
      padding-bottom: 10px;
      font-size: 15px;
}






#turkeyAfricaHistory img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}


#turkeyAfricaTrade img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}




#turkeyFDI img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}


#wapp img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;

}


#waapCoastLine img { 
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}






/* This section contains graphs tables photos from articles in the landing page of index.html*/



#ghanaForestReplanting img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;

}




#ghanaWoodAndTimberImport img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      
}


#ghanaForestLoss img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      
}

#psdtNanaAdo img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
      padding-bottom: 10px;
      
}


#EyademaFertilizer img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#fertilizerConsPro img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;
}



#fertilizerLogis img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;
}



#tradeWithUSAranking img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;
}


/*end of assets for articles on the landing page*/



/* This section contains graphs tables photos from articles in the markets.html menu*/



#marketFixedIncomeBonPic img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 170px;
}

#marketFixedIncomOverview img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 250px;
}


#marketFixedIncomCorpIssuers img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 250px;
}


#marketCommoditiesFrontRicePic  img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 300px;
}

#marketCommoditiesCocobodBuilding img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 170px;
} 

#marketCommoditiesgxcLogo img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 80px;
}


#marketcommoditiesGXCContracts img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 250px;
}

#marketcommoditiesCocoaProduction img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 250px;
}


#marketsEquitiesLanding img {      
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 300px;
}

#marketEquitiesLargestMketCap img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;  
      width: 95%;    
      height: 250px;
}

#marketEquitiesMonthlyIR img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
      width: 95%;     
      height: 250px;
}





#listedSOEs img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 650px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;     
}


#ioscoMember img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 500px;
      padding-bottom: 10px;
      font-size: 15px;
}


#SECsupervision img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 500px;
      padding-bottom: 10px;
      font-size: 15px;
}






#sourcesOfData img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
      padding-bottom: 10px;
      font-size: 15px;
}



#csdGrowth img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}



#csdWestAfrica img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;
}








#tradedAndNonTraded img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;

}

#gcxtradingChart img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 270px;
      padding-bottom: 10px;
      font-size: 15px;

}

#warehouses img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 270px;
      padding-bottom: 10px;
      font-size: 15px;

}




#cocobodsyndicate img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#cocoaProduction img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;

}


#GhanaRice img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
}

#GhanaPaddyRice img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 350px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
}


#GSEcompositeIndex img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#gogBondsTradingNow img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#bondsPerformance img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#gseVsAfricaPeers img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
      padding-bottom: 10px;
      font-size: 15px;     
}




#listedBanks img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#GSEFSIPerformance img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
} 


#decompositionofDebt img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#USDdenominatedBd img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}


#bondPortfolio img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      padding-bottom: 10px;
      font-size: 15px;
}

#outstandingEuroBonds img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 450px;
      padding-bottom: 10px;
      font-size: 15px;
}



#deb4DDEprogram img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;
}


#bondMarketNow img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;
}



#ddep img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;

}


#repo01 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;
}


#repoDeals img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;
}


#repoBenchmarkRate img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 350px;
      font-weight: 400;
      font-size: 15px;
}


#GhanaEconomicSector img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 700px;
      height: 550px;
      font-weight: 400;
      font-size: 15px;
}

#GowthGraph img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 400px;
      font-weight: 400;
      font-size: 15px;
}


#blueEconomyFramework img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 400px;
      font-weight: 400;
      font-size: 15px;
}


#economySegments img  {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 400px;
      font-weight: 400;
      font-size: 15px;
}


#fromEmissions2Renew img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 300px;
      font-size: 15px;
}


#GDPbySector2023 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}


#AgriSectorGrowth img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}


#agriSectorInflation img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}


#horticultureProd img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;

}


#horticultureRanking img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 450px;
      padding-bottom: 10px;

}


#wheatPrice img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
      padding-bottom: 10px;
}

#wheatImportGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
      padding-bottom: 10px;
}





#blueSkies img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}


#blueSkiesIcecream img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
      padding-bottom: 10px;
}










#assetAlloConvent img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}



#aaPrivatePension img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}

#banksPortfolio img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;

}


#alloMutualFunds img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;

}


#InsurancePortfolio img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;

}



#banksCAR2023 img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}




#photoImfTeamatBoG img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}


#b4AndAfterBasel img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 100px;
      padding-bottom: 10px;

}

#atlanticLithiumShares img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 250px;
      padding-bottom: 10px;
}


#miningBodies img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}


#keyMinerals img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 200px;
      padding-bottom: 10px;
}


#petroleumAgreements img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 350px;
    padding-bottom: 10px;
}


#productionByfield img {
      margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 200px;
    padding-bottom: 10px;
}

#outputDecline5Years img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 250px;
    padding-bottom: 10px;
}

/*This section contains assets, graphs, table on the LandingPage section */

#eximBankCourtesyvisit img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}

#clsCreditRatingOfGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 170px;
      padding-bottom: 10px;
}

#declineUSGhanaRelation img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;

}




#MacronAndOuattra img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;

}


#MapCFAZone img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 550px;
      padding-bottom: 10px;

}



#peugeotGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
      padding-bottom: 10px;
}



#toyotaHiluxAccra img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 500px;
      padding-bottom: 10px;
}


#VWGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 450px;
      padding-bottom: 10px;
}


#kiaAccraGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}


#newCarProjects img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 200px;
      padding-bottom: 10px;
}



#zondaCars img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 800px;
      height: 400px;
      padding-bottom: 10px;
}

#newAssemblyProjects img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 800px;
      height: 300px;
      padding-bottom: 10px;

}





#currentRailwayLines img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
      padding-bottom: 10px;

}




#railMasterPlan img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 500px;
      padding-bottom: 10px;
}


#DonfangChinaTrain img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
      padding-bottom: 10px;

}


#newRollingTrain img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
      padding-bottom: 10px;
}




#RetaJoLewisOfori img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 700px;
      padding-bottom: 10px;

}


#photoReedOfori img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}


#USEximGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 200px;
      padding-bottom: 10px;
}



#GhanaUSTrade img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 220px;
      padding-bottom: 10px;
}


#KHtweet img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 220px;
      padding-bottom: 10px;

}



#USCompanies img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 700px;
      height: 500px;
      padding-bottom: 10px;

}




/*End of section on landinPage*/




#penaltiesLatePay img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 250px;
      padding-bottom: 10px;
}


#ghanaTax img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
      padding-bottom: 10px;
}



#subMarineCable img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 250px;
    padding-bottom: 10px;
}

#towersAndMast img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 300px;
    padding-bottom: 10px;
}

#fiberOpticMap img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 800px;
    padding-bottom: 10px;
}

#licensedFiberOpticCos img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}

#topDataCenters img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
    padding-bottom: 10px;

}



#bostGasDepots img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 650px;
    padding-bottom: 10px;
}

#wagp img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: 330px;
    padding-bottom: 10px;
}



#storage img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 350px;
      padding-bottom: 10px;
}



#yangoUber img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}



#kotokaAirport img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}


#tamaleIntAirport img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}


#airTraffic img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}



#renovateRoad img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    padding-bottom: 10px;
}


#roadNetworkTable img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 470px;
    padding-bottom: 10px;
}


#MapOfRoadsghana img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 650px;
    padding-bottom: 10px;
}


#SourcesOfImport img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}


#cedivsDollar img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
    padding-bottom: 10px;
}


#OneDistrictOneFactory img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    padding-bottom: 10px;
}



#EvolutionOfTrade img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 400px;
}



#exportDestinations img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 400px;
}



#topExportByProducts img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 350px;
}



#ntxportProducts img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 400px;
}


#KantankaBeach img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 350px;
}



#Kantanka img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 570px;
}

#sistersimg img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}


#electricBikeMadeInGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 130px;

}



#typesofChocolatesimg img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 350px;
}

#tweet57chocolate img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 200px;
}

/* END OF SPECIFIC IMAGE FORMATING */




#PmntSceProviders img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}

#MobileOwnership img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 600px;
}


#AfricaAccess2Electricity img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 550px;
}

#electricityTradeHubWAPP img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 400px;
}


#AfCFTAtimeline img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}

/* Formating graphs and table for the trade menu*/

#TweetAfCFTA2 img {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 280px;
}


#cocoaPriceGraph img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;      
      height: 400px;

}


/* End of formatting of graphs and tables for trade-*


/* Start formatting of graphs and table for THE CLIMATE MENU*/



/*End of formatting of graphs and tables for the CLIMATE MENU*/


/* START FORMATTING FOR GRAPHS and table for the DIASPORA Menu*/


#tourtourismOfferGh img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 300px;
}


#growthOfarrivals img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 300px;
}



#migrationandTourism img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 400px;
}



#realYieldGhana img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 300px;
}




#mortgageMktSize img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 300px;
}


#housingStockResidential img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 300px;

}




#growthOfRemittance img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 300px;
}



#regionsDisparitiesFinInclu img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 550px;
      height: 400px;
}


#remittanceVsODAandFDI img {

      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 200px;
}




#remitByCountryWestAfrica img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;

}


#nurseMigration img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
}



#TVET img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
  }


  #TVETgrowth img {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 500px;
      height: 300px;
  }

/*END OF FORMATTING FOR THE GRAPHS AND TABLE FOR THE DIASPORA MENU*
















/* End of codes for the graph, tables, pie charts in articles */

/*
.quote {
    font-style: italic;
    color: #000000;
}
*/

.boxquote {

      width: 200px;
      height: 220px;
      border-top: 20px solid orange;
      border-bottom: 20px solid orange;
      float: right;
      text-align: center;
      font-size: 2rem;
}

.sourcequote {

      text-align: center;
      font-size: 0.7rem;
      font-style: italic;
}




.articleBiblio {
      font-size: 0.7em;
      color: grey;
}


.articlesimg {
      margin: 0 auto;
     
}

sup {
  vertical-align: super;
  font-size: smaller;
  color: grey;
}


#imagetitle {
      background-color: grey;
      height: 40px;
      width: 20%;
      opacity: 0.5;
      float: right;
      text-align: center;
}

.firstcharacter {

      color: #fff;
      background-color: #bf0000;
      float: left;
      font-family: Georgia;
      font-size: 4em;
      line-height: 85px;
      padding: 3px;
      margin-top: 4px;
      margin-right: 3px;

}

p.firstLineAllCaps2::first-line {
      font-variant: small-caps;
      font-weight: 600;
      font-size: 20px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.firstLineAllCaps { 
      font-family: Georgia, Times, "Times New Roman", serif; 
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.9em;

}


.hashtags {
      color: blue;
      font-weight: 700;
}



/*

END OF STYLING FOR SINGLE ARTICLE PAGE. THIS PAGE HAS A COUPLE OF 'ASIDE' ITEMS

*/




/*

START OF STYLING FOR THE PAGE LISTING ALL PAST ISSUES PRINT MAGAZINE (IN REVERSE CHRONOLOGICAL ORDER)

*/


/* Quarter 4 2023 */





.pastIssuesH1 {
      margin: 0 auto;
      width: 60%;
      
}




.pastissuebox4 {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 500px;
      column-gap: 20px;
      row-gap: 20px;
      margin: 0 auto;
      width: 55%;
      color: #fff;
      padding: 5px;
      background-color: #0f0227; 
      font-size: 12px;
}

.pastissueInnerBox4_1 {
      margin: 0 auto;
      background-color: #0f0227; 
}

.pastissueInnerBox4_2 {
      margin: 0 auto;
      background-color: #0f0227; 
}

.pastissueInnerBox4_3 {
      margin: 0 auto;
      background-color: #0f0227;       
      text-align: center;
      padding-top: 30px;
}




/*  Quarter 3 2023 */

.pastissuebox3 {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 500px;
      column-gap: 20px;
      row-gap: 20px;
      margin: 0 auto;
      width: 55%;
      color: #fff;
      padding: 5px;
      background-color: #0f0227; 
      font-size: 12px;
}

.pastissueInnerBox3_1 {
      margin: 0 auto;
      background-color: #0f0227; 
}

.pastissueInnerBox3_2 img {
      margin: 0 auto;
      background-color: #0f0227;
      border: 1px solid white;
      height: 380px; 
      width: 280px;     
}

.pastissueInnerBox3_3 {
      font-size: 12px;
      margin: 0 auto;
      background-color: #0f0227;      
      height: 400px;
      width: 260px;
}




/*  Quarter 2 2023  */

.pastissuebox2 {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 500px;
      column-gap: 20px;
      row-gap: 20px;
      margin: 0 auto;
      width: 55%;
      color: #fff;
      padding: 5px;
      background-color: #0f0227; 
      font-size: 12px;

}



.pastissueInnerBox2_1 {      
      margin: 0 auto;
      background-color: #0f0227; 
      padding-left: 5px;
      text-align: center;
      padding-top: 30px;      
      border: 1px solid white;
      height: 550px;
}


.pastissueInnerBox2_2 img {
      margin: 0 auto;
      background-color: #0f0227;
      border: 1px solid white;
      height: 380px;       
      width: 280px;          
}



.pastissueInnerBox2_3 {
      font-size: 12px;
      margin: 0 auto;
      background-color: #0f0227;
      height: 400px;
      width: 260px;    
}



.pastissueInnerBox2_4 {
      margin: 0 auto;
      background-color: #0f0227; 
      padding-left: 5px;
      text-align: center;
      padding-top: 30px;
      border: 1px solid white;
      height: 550px;
}





/*  Quarter 1 2023  */

.pastissuebox1 {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      height: 500px;
      column-gap: 20px;
      row-gap: 20px;
      margin: 0 auto;
      width: 55%;
      color: #fff;
      padding: 5px;
      background-color: #0f0227; 
      font-size: 12px;

      }


.pastissueInnerBox1_1 {
      background-color: #0f0227; 
      padding-left: 5px;
      text-align: center;
      padding-top: 30px;
      
      }

.pastissueInnerBox1_2 img {
      margin: 0 auto;
      background-color: #0f0227;
      border: 1px solid white;
      height: 380px; 
      width: 280px;
      }

.pastissueInnerBox1_3 {
      margin: 0 auto;
      background-color: #0f0227;      
      height: 380px; 
      width: 280px;
      }

.pastissueInnerBox1_4 {
      background-color: #0f0227; 
      padding-left: 5px;
      text-align: center;
      padding-top: 30px;      

      }

 

/*

END OF STYLING FOR THE PAGE LISTING ALL PAST ISSUES PRINT MAGAZINE (IN REVERSE CHRONOLOGICAL ORDER)

*/





/*

START OF STYLING FOR FOOTER

*/
 


#footer {
      margin: 0 auto;
      background-color:  #000; 
      margin-top:  4500px;
      margin-bottom:  30px;
      height: 250px;
      display:  flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      border-top: 1px solid grey;
      padding: 5px;
      width: 98%;

      }

/*

THESE THE FOUR BOXES ARE INSIDE THE FOOTER


*/

.copyright {

        color: #000;
        font-weight: bolder;
        font-size: 0.8em;

        margin: 5px;
        padding-top: 8px;
        background-color: #E7D2CC;
        border-radius: 3px;
        display:  flex;
        justify-content: space-around;
        flex-basis: 22%;
        height: 45px;
        
      }


.contactus {
      color: #000;
        font-weight: bolder;
        font-size: 1em;
        margin: 5px;
        padding-top: 15px;
        background-color: #E7D2CC;
        border-radius: 3px;
        display:  flex;
        justify-content: space-around;
        flex-basis: 22%;
        height: 40px;

      }



.subscribe {
        color: #c1c1c1;
        font-weight: bolder;
        font-size: 1em;
        margin: 5px;
        padding-top: 15px;
        background-color: #E7D2CC;
        border-radius: 3px;
        flex-basis: 22%;
        display:  flex;
        justify-content: space-around;
        height: 40px;
      
      }


.socialmedia {
        color: #000;
        font-weight: bolder;
        font-size: 0.8em;
        margin: 5px;
        padding-top: 15px;
        background-color: #E7D2CC;
        border-radius: 3px;
        display:  flex;
        justify-content: space-evenly;
        flex-basis: 22%;
        height: 40px;
       }


.socialmediaArticle {
        color: #000;
        font-weight: bolder;
        font-size: 0.8em;
        margin: 5px;
        padding-top: 20px;
        background-color: #fff;
        border-radius: 3px;
        display:  flex;
        justify-content: space-evenly;
        flex-basis: 22%;
        height: 40px;
        width: 130px;
        
       }

.socialmediaFooter {
        color: #000;
        font-weight: bolder;
        font-size: 0.8em;
        margin: 5px;
        padding-top: 15px;
        background-color: #E7D2CC;
        border-radius: 3px;
        display:  flex;
        justify-content: space-evenly;
        flex-basis: 22%;
        height: 40px;
        
       }


/*

END OF STYLING FOR FOOTER

*/

