

    @font-face {
        font-family: Montserrat;
        src: url(../font/Montserrat-Regular.ttf);
    }

    @font-face {
        font-family: Roboto-light;
        src: url(../font/Roboto-Light.ttf);
    }

    @font-face {
        font-family: Roboto-Black;
        src: url(../font/Roboto-Black.ttf);
    }



    * {
        /*margin: 0;*/

        padding: 0;

        box-sizing: border-box;
        font-family: Montserrat;

    }

    body {
        margin: 0;
        height: 100vh;
        position: relative;
		font-family: Verdana, sans-serif;

    }

    a {


        text-decoration: none;
    }

    a>button {

        color: white;
        cursor: pointer;
        font-weight: bold;
    }

    h1 {

        font-size: 2rem;
        font-weight: 900;
        color: #424249;/*#2e3192;*/
        font-family: Montserrat;

    }

    h3 {

        font-family: Montserrat;
        font-size: 1.3rem;
        color: #424249;
        font-weight: 900;

    }
	h3>a
	{
		color:#424249;
		font-weight:900;
	}
    h4 {

        font-family: Montserrat;
        font-size: 1rem;
        font-weight: normal;
        color: white;

    }

    h5 {

        font-family: Montserrat;
        font-size: 1.1rem;
        font-weight: normal;

    }
	.main
	{
		width:100%;
	}
    .button a {
        background: #003459;
        padding: 10px;
        width: 170px;
        border-radius: 10px;
        /*box-shadow: 2px 2px #003459;*/
        font-weight: bold;
        text-decoration: solid;
        color: white;
    }

    .menu a {
        color: white;
        line-height: 12px;
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;

        /*    padding-top: 5px;
        padding-left: 12px;
        padding-right: 12px;        
        padding-bottom: 5px;*/
    }



    .container {
        width: 100%;
        position: relative;

    }

    .header {
        z-index: 1;
        position: relative;
    }

    .menuContainer {
        width: 100%;
        z-index: 2;
        position: fixed;

    }

    .menu_top_bar_container {
        height: 6rem;
        display: flex;
        justify-content: center;


        background-image: url(../images/menu_bk.jpg);
        background-color: #2e3192;
        border-bottom: thin solid #2e3192;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 2px;

    }


    .black_line {

        z-index: 2;
        color: white;
        font-size: 10px;
        width: 100%;
        height: 4em;

        display: flex;
        flex-direction: row;


        justify-content: space-between;

        position: relative;
        background-color: #000000;
    }

    .black_line .left_section {

        padding-left: 1em;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .black_line .right_section {

        padding-right: 1em;
        display: flex;
        flex-direction: row;
        align-items: center;
    }



    .black_line .right_section>div {

        padding: 0.5em;
    }

    .black_line .left_section>div {
        padding-right: 0.5em;
    }

    #icon_space {

        padding-right: 3em;
    }

    .icon_facebook {

        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-image: url(../images/icon_facebook.jpg);
    }

    .icon_x {

        width: 20px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_x.jpg);
    }

    .icon_instagram {

        width: 20px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_instagram.jpg);
    }

    .icon_youtube {

        width: 20px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_youtube.jpg);
    }

    .icon_linkedin {

        width: 20px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_linkedin.jpg);
    }

    .icon_tictoc {

        width: 20px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_tictoc.jpg);
    }

    .icon_flag {
        width: 35px;
        height: 20px;

        background-repeat: no-repeat;
        background-image: url(../images/icon_flag.jpg);


    }

    .map_of_islands {

        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        background-image: url(../images/map_of_islands.png);

    }


    .gis_social_media {

        display: flex;
        flex-direction: row;
        padding: 1em;
        justify-content: space-between;
    }

    .gis_social_media_div {


        width: 50%;
        display: flex;
        line-height: 20px;
        flex-direction: row;
        align-items: anchor-center;


    }

    .gis_social_media_div>div img {

        border-radius: 10%;
        width: 80%;
    }


    .position_information>div {

        border-top: thin solid lightgray;
    }

    .flag_n_coat_of_arms>div {

        font-weight: bold;
        padding: 1em;
        border-top: thin solid lightgray;
        border-bottom: thin solid lightgray;
    }

    .flag_n_coat_of_arms>div img {

        width: 15%;
    }

    .position_information .label {
        font-weight: bold;
    }

    .position_information .detail {
        float: inline-end;
    }

    .pm_gaston_brown {

        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        background-image: url(../images/pm_gaston_brown.jpg);

    }

    .menu_info_items {
        width: 90%;
        display: flex;
        flex-direction: row;
        align-items: anchor-center;
        justify-content: space-between;

        color: black;
        font-size: 12px;
        align-content: center;

    }

    .gray-line {
        border-bottom: thin solid gray;
        ;
    }


    .logo-text>img {

        width: 8em;
    }

    .menu_info_items_left {

        display: flex;

        justify-content: center;

    }

    /*    box around the text under logo in header*/
    .title_wrapper {

        display: flex;
        padding: 0.3em;
        border-radius: 5px;
        flex-direction: column;
        background-color: white;
        border: thin solid #1d71b9;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 2px;

    }

    span.title_name {

        font-size: 1em;

    }

    span.title_date {

        font-size: 1.7em;
        font-family: Roboto-light;

    }



    .fabar {
        width: 20%;
        display: flex;
        justify-content: center;


    }


    .menu_info_items_right {

        display: flex;
        padding-right: 3rem;
        justify-content: right;

    }



    .menu_info_items_right img {

        padding-right: 0.75rem;
    }


    .menu_info_items>div {
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .menu_info_items .fabar {
        display: flex;

    }

    .fabar>a {
        text-decoration: none;
    }

    .fa-bars {
        color: white;
        display: flex;
        font-size: 25px;
    }

    .fa-search {

        color: white;
    }

    .menu {

        display: none;
		position:absolute;
		width:20%;
        color: white;
        font-size: 0.8em;
        align-items: center;
       
    }

    .left-menu,
    .right-menu {
        width:100%;
        display: flex;

        flex-direction: column;

        height: 100vh;
        color: white;

        background-color: rgba(0, 0, 0, 0.8);

    }

    .right-menu .right-menu-sub-1 {

        display: flex;
        align-items: center;
        border-bottom: thin solid white;
    }


    .right-menu-sub-1 {
        display: flex;
        padding-left: 0px;
        position: relative;
        line-height: 12px;

    }

    .right-menu-sub-1:hover {
        background-color: white;
        color: #4d4d4d;

    }



    .right-menu-sub-1:hover>a {

        color: #4d4d4d;

    }

   .right-menu-sub-1:hover > .dropdown-content   {
       
       display: flex;
       flex-direction: row;
    }

     /*
    .right-menu-sub-1 >.right-menu-sub-2 {
        display: flex;
    }*/

     .dropdown-content{

        display: none;
        flex-direction: row;
    }


    .right-menu-sub-2  {
        top: 0px;
        left:100%;               
        display: none;
        color: black;
        position: absolute;
        flex-direction: column;    
    }

    .right-menu-sub-2 a {
        height: auto;
        width: 12em;
        padding: 12px;
        color: #000000;
        text-decoration: none;
        border-top: thin solid #000000;
        border-right: thin solid #000000;         
        background-color: rgb(244 245 249 / 80%);
    }

    .right-menu-sub-2 a:hover {
        color: #003459ab;
        background-color: white;
    }

  

    .dropdown-content > div a:nth-last-child(1) {

        border-bottom: thin solid black;
    }

    .latest_stories {

        width: 100%;
    }

    .sub_image {

        width: 100%;
    }


    .welcome_section {
        display: flex;
        width: 100%;
        font-size: 12px;
        background-color: #fafafa;
        padding-bottom: 4rem;
        justify-content: center;


    }

    .welcome_section_adjustment {

        padding-top: 10rem;

    }

    .welcome_section>a {

        font-weight: bold;
        color: #4d4d4d;
    }

    .welcome_section_container {

        width: 90%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        flex-direction: column;

    }


    .welcome_text {

        width: 100%;
        padding: 1rem;
        display: flex;
        line-height: 1.6rem;
        align-self: normal;
        flex-direction: column;

    }

    .welcome_text>img {

        width: 15rem;
    }

    .sub_welcome {
        padding-left: 2.5rem;
    }

    .social_text a {
        color: #0173af;
        font-size: 14px;


    }

    .heading_language {

        width: 80%;
        font-weight: bold;
    }

    .get_the_facts_main_img {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 540px;
        max-height: 540px;
        background: url(../images/get_the_facts/14_aug_2025.jpg);
        background-repeat: no-repeat;
        background-size: cover;

    }

    .get_the_facts_main_text {

        padding: 1em;

        width: 20%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);

    }

    .get_the_facts_main_text h1,
    .get_the_facts_main_text span {

        color: white;
    }


    .get_the_facts_video_links {

        width: 100%;
        padding: 1em;

        background-color: rgba(0, 0, 0);


        bottom: 0px;
        display: flex;
        justify-content: space-between;
    }

    .news_div>div a {

        color: white;
        text-decoration: none;
    }

    .get_the_facts_video_links>div span {

        color: white;
    }

    .get_the_facts_video_links>div {

        width: 30%;
        padding: 1em;

    }

    .get_the_facts_video_links>div img {
        width: 100%;
        padding-top: 2.5em;
    }

    .get_the_facts_video_details {

        display: flex;
    }

    .get_the_facts_video_details>div {

        padding: 1em;
        width: 50%;
    }


    .welcome_text p>a {

        color: #0963c7;
        text-decoration: none;
    }



    .news_section {


        display: flex;
        flex-direction: row;

    }

    .news_section>div {
		width:50%;
        padding: 1em;
    }


    .news_main_highlight {
        width: 90%;

    }



    .news_secondary_highlight {
        display: flex;
        flex-direction: row;
    }

    .news_secondary_highlight>div {
        padding: 1rem;
		width:50%;
    }

    .news_img{

		width: 100%;
    /*    border-bottom: thick solid #0060aa;*/
    }
	.detail_img{
		width:50%;
	}

	.news_img>img, .detail_img>img, .archive_img>img
	{
		object-fit:contain;
		width:100%;
		border-bottom: thick solid #0060aa;
	}
	.v_line{
		margin-block-start:0px;
		margin:0;
	}
    .h_line {

        border-right: thin solid gray;
    }

    .news_date {

        font-size: 12px;
        color: #6c7173;
        font-weight: lighter;
        font-family: Verdana, Geneva, Tahoma, sans-serif;

    }



    .sub_news {
        width: 30%;
        line-height: 1.5rem;
        margin: 15px;
        padding-bottom: 25px
    }

    .sub_news h3 {

        color: #0963c7;
        margin: 0;
        line-height: normal;
        font-weight: bold;
        font-size: 1.15rem;
    }


    .information_section {

        display: flex;
        flex-direction: row;
		justify-content:space-between;
    }

    .information_section>div {

		padding-top:5px;
        width: 30%;
    }



    .multimedia_section,
    #multimedia_sub_section {

        display: flex;
        flex-direction: row;

    }

    .multimedia_section>div {

        padding: 2em;
    }

    .multimedia_section>div:nth-child(1)>img {

        width: 100%;
    }

    .multimedia_section>div:nth-child(1) {

        width: 70%;
    }
	.mag_section{
		width:30%;
	}
    #multimedia_sub_section>div {


        width: 33.33%;
        padding: 1em;
        display: flex;
        justify-content: center;
    }

    #multimedia_sub_section>div>img {

        width: 100%;

    }

    .feature_section {

        display: flex;
        flex-direction: row;

    }

    .feature_section>div {

        padding: 2em;
    }

    .feature_section>div:nth-child(1)>img {

        width: 100%;
    }

	.archive_section
	{
		display:flex;
		flex-direction:row;
	}
	.archive_section>div:nth-child(1)
	{
		width:30%;
	}
	.archive_section>div:nth-child(3)
	{
		padding:5px;
	}
	.archive_img{
		width:80%;
	}
	.archive_img img
	{
		width:100%;
		object-fit:contain;
	}
    /*********************FOOTER *********************/

    .footerContainer {

        width: 100%;
        bottom: 0px;

        display: flex;
        color: white;

        flex-direction: column;
        border-top: solid #0060aa 5px;

        align-items: center;

      /*  background:  linear-gradient(
            rgba(0, 0, 0, 0.45), 
            rgba(0, 0, 0, 0.45)
            ),
           
            url('../images/footer_graphic.jpg');    
        /* bottom, image */

        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1)),  url('../images/footer_graphic.jpg');  
        background-size: cover;

    }

    .footerItems {
        width: 85%;
        display: flex;
        font-size: 12px;
        align-items: center;
        padding-top: 0.2rem;
        font-weight: normal;
        flex-direction: column;
        font-family: Montserrat;
      /*  background-color: rgba(10, 10, 10, 0.6);*/

    }


    .footerItems .footer_media {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;


    }

    .footerItems .footer_menu_container {

        display: flex;
        width: 100%;
        flex-direction: column;
        border-top: thin white solid;
        ;

    }

    .footerItems .footer_left {
        display: flex;
        justify-content: left;

    }

    .footerItems .footer_left img {

        height: 6rem;
        padding: 1rem;
    }

    .footerItems .footer_right {

        display: flex;
        align-items: center;
        justify-content: right;

        padding: 1rem;
        font-size: 0.8rem;
        font-weight: bold;



    }

    .footerItems .footer_right img {

        height: 2rem;
        padding: 5px;

    }



    .footer_menu {
        display: flex;
        padding: 1em;
        justify-content: space-around;
        flex-wrap: wrap;
        line-height: 20px;
    }


    .footer_menu a {

        color: rgb(245, 247, 248);
        font-size: 0.7rem;
        padding: 0.5em;
        text-decoration: none;
    }

    .footer_menu>div ul li:hover {

       
        background-color: #0060aa;
    }

    .footer_menu>div ul li{

             list-style: none;
    }
    .footer_menu>div ul li::before {
       
       
        content: "⯮"; /* No character content, shape is made with borders */
        position: absolute;
        margin-left: -10px;
      

    }

    @media screen and (max-width: 850px) {

        #mobile_menu {
            display: none;
           

        }

        .logo-en {

            display: none;
        }

        .menu_info_items .fabar {
            display: flex;

        }

        .title_wrapper .title_name {
            font-size: 1em;
            line-height: 15px;
            text-align: center;

        }

        .title_wrapper .title_date {

            font-size: 1.1em;
            line-height: 15px;
        }

        .fa-bars {
            display: flex;

        }
        .black_line .left_section {

            display: none;
        }

        .right-menu-sub-1:hover > .dropdown-content   {
       
       display: flex;
       flex-direction: column;
    }

        
        .map_of_islands {

            height: 200px;
            background-size: contain;
            background-repeat: no-repeat;            

        }
        .pm_gaston_brown {

            height: 200px;
            background-size: contain;
            background-repeat: no-repeat;

        }


        .welcome_section_container {
            width: 95%;
        }

        .welcome_text {
            width: 95%;
        }

        .news_section {
 
            flex-direction: column;

        }
        .news_secondary_highlight {
           
            flex-direction: column;
        }

        .get_the_facts_main_text {
           
            width: 100%;
            height: auto;
            padding-top: 0px;
            padding-left: 2em;    
            background-color: rgba(0, 0, 0, 0.8);

        }

        .get_the_facts_video_links {

            flex-direction: column;
            align-items: center;
        }

        .get_the_facts_video_links>div {

        width: 100%;
        padding: 1em;

        }

        .information_section {

        display: flex;
        flex-direction: column;

        }

        .information_section>div {

            width: 100%;
        }
       .multimedia_section,
        #multimedia_sub_section {

            display: flex;
            flex-direction: column;

        }

       .multimedia_section>div:nth-child(1) {

                width: 100%;
            }

       #multimedia_sub_section>div {
         width: 100%;
       }

       .feature_section {

      
        flex-direction: column;

    }
        .footer_menu {
            justify-content: left;
        }


    }