 .menuTop
{
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    background-color: black;
        margin-top: -0.5%;
        height: 9vh;
}

.menuTop.fixed
{
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    height: 9vh;
    background-color: rgba(0,0,0,0.8);
        top: inherit;
}

    .menuTop .logo,
    .menuFixed .logo
    {
    left: 46.5%;
    top: 24%;
    width: 7%;
    cursor: pointer;
    position: absolute;
    }

        .menuTop .items,
        .menuFixed .items
        {
            width: 40%;
            position: absolute;
            top: 39%;
        }

            .menuTop .items.left,
            .menuFixed .items.left
            {
                text-align: right;
                right: 0px;
                    padding-right: 13.5%;
                    top: 37%;
            }

            .menuTop .items.right,
            .menuFixed .items.right
            {
                text-align: left;
                left: 0px;
                padding-left: 15%;
                    top: 37%;
            }

                .menuTop .items .item-menu,
                .menuFixed .items .item-menu
                {
                    color: white;
                    font-size: 1.1vw;
                        font-family: "roboto_slabregular";
                    font-weight: bold;
                    cursor: pointer;
                    position: relative;
                    display: inline;
                }


                    .menuTop .items.left .item-menu{margin-left: 7%;}
                    .menuTop .items.right .item-menu{margin-right: 7%;}

                    .menuFixed .items.left .item-menu{margin-left: 7%;}
                    .menuFixed .items.right .item-menu{margin-right: 7%;}



                    .menuFixed .items.left .item-menu.active{color: #E4131C;}
                    .menuFixed .items.right .item-menu.active{color: #E4131C;}


@media screen and (max-width: 960px) 
{
    body
	{
		background-color: white;
        background-image: url('../Photos/paperbackround.jpg');
        background-attachment: fixed;
		background-repeat: repeat;
		background-size: contain;
    }

    header
	{
        display: none;
    }

    .section-1 
	{
        background-image: none;
    }

    .menuTop
	{
        display: none !important;
    }

}