.navigation-wrapper,
.navigation-wrapper .topProjectLinks {
    display: flex;
}

@media screen and (max-width: 1276px) {
    .topProjectLinks {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .title-bar-layout.outer-row {
        flex-direction: column;
    }
    .title-bar-layout .logo-wrapper {
        align-self: center;
        position: relative;
    }
    .title-bar-layout a.logo {
        position: absolute;
        left: -50px;
    }
    .title-bar-layout .navigation-wrapper {
        padding-top: 10px;
        align-self: center;
    }
    .title-bar-layout .nav-search-wrapper {
        align-self: flex-end;
    }
    .bookmarkContainer {
        top: 169px;
    }
}
@media screen and (max-width: 768px) {
	.bookmarkContainer {
		top: 197px;
	}
	
}
