

.top-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 500;
    background-image: url('../img/header-gradient.png');
    background-repeat: repeat-x;
    display: flex;
    justify-content: center;
    border-bottom:0px solid #000;
}

.project {
    display: flex;
    width: 1200px;
    height:70px;
    border:0px solid #000;
    justify-content: space-between;
    align-items: flex-end;
    padding-top:20px;
}

.project-logo{
    display: flex;
    justify-content : center;
    width:300px;
    border-bottom:0px solid #000;
}

.project-name{
    width:500px;
    font-family: Verdana, Tahoma, sans-serif;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    justify-content : center;
}

.project-name {
    font-size: 36px;
    font-weight: bold;
}

.project-desc{
    width:200px;
    text-align: right;
}



