
#main-menu li {
    margin-bottom: 0;
}


.centered-menu .main-logo, 
.centered-menu .menu-right {
    width: 25%;
}
.centered-menu .menu-center {
    width: 50%;
}
.main-logo a {
	width:;
	height:;
}
.centered-menu .header-buttons a {
    margin-left: 1.5em;
}
.centered-menu .header-buttons a:nth-child(2) {
    margin-left: .2em;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------- Media query ------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------*/

/* Full hd desktop
--------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1920px) {

        }


    /* Big Laptops - Ok until 1600 px
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 1690px) {
            .centered-menu .header-buttons a {
                margin-left: 1.4em;
            }
        }

    /* Big Laptops - Ok until 1441 px
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 1600px) {
            .centered-menu .header-buttons a {
                margin-left: 1.3em;
            }
        }

    /* Standard Laptops - Ok until 1281px
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 1440px) {
            .centered-menu .header-buttons a {
                margin-left: 1.2em;
            }
        }


    /* Small Laptops - Ok until 1150px
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 1280px) {
            .centered-menu .header-buttons a {
                margin-left: 1em;
            }
        }

    /* Ok until 993px
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 1150px) {

        }


    /* Tablet Portrait
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 992px) {
            .main-logo {
                display: flex;
                flex-grow: 1;
            }
        }
