﻿a{text-decoration-line:none}
.fmenu{/*font-size:10px;*/font-weight:bold}

.menuleft {
    position: fixed;
}
.divmenuproj {
    position: fixed;bottom:2%;left:2.5%;width:6%;
}

.divproj{margin-left:12%}

.teamtitle {
    font-weight: bold;
    font-size: 16px;
}

.menuleftx {
    position: fixed;
    bottom: 2%;
    left: 2%;
    width: 6%;
    z-index: 500;
}




/*  /////////////////////////////////////////////////// */
/* For Desktop View */
@media screen and (min-width: 1024px) {
    .menuleft {
        bottom: 30px;
        left: 30px;
        width: 120px;
    }
}

/* For Tablet View */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .menuleft {
        bottom: 20px;
        left: 20px;
        width: 90px;
    }
}



/* For Mobile Landscape View */
@media screen and (max-width: 768px) {

    .menuleft {
        bottom: 10px;
        left: 10px;
        width: 50px;
    }
}
