.TopNav
{
    display: block;
    height: 17vh;
    width: 100%;
    background: linear-gradient(to right, #010d93, transparent);
    /*max-width: 100%;*/
    /*max-height: 100% ;*/
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: 100% 100%;
    
}

.headers {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* border: solid white; */
    height: 100%;
}

.h-item{
    height: 50%;
    display: block;
    position: relative;
    /* border:solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.LogoPart
{
    position: relative;
    width: 100%;
}
.NavText
{
    width: 100%;
    text-align: center;
    margin-right:0;
    font-size: xx-large;
    font-family: "Roboto", sans-serif;
}
.MainText{
    /*margin-top: 20%!important;*/
    font-size: large!important;
    font-family: "Roboto", sans-serif!important;
}
