#topBar {
    background-color: #0747a6;
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    position: fixed;
}

#nav-replacer{
    height: 50px;
}

#logo {
    margin-left: 5vw;
    height: 30px;
}

#topBar p {
    color: rgb(255, 255, 255);
    font-family: 'Century Gothic';
    font-size: 20px;
}

#topName1 {
    margin-left: 5px;
}

#topName2 {
    margin-left: 10px;
}

#poweredByDiv{
    height: 20px;
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
}

#byName{
    font-size: 12px !important;

}

.top_menu{
    margin-left: auto;
    margin-right: 5vw; 
    display: flex;
    align-items: center;
}

.top_menu div{
    margin-right: 10px;
}

.menu_btn{
    margin: auto 2px;
}

#topBar{
    position: fixed;
}
.changeSoft{
    margin-left: auto;
}