*{
    font-family: Roboto;
    text-decoration: none;
}

html, body{
    padding: 0;
    margin: 0;
}

body{
    background: rgb(113,25,231);
    background: linear-gradient(90deg, rgba(113,25,231,1) 0%, rgba(228,41,112,1) 100%);
}

#header{
    text-align: center;
    height: 100px;
    text-decoration: none;
}
.HeaderDesktop{
    display: inline-block;
}
#NullDev{
    display: inline-block;
    color: #fff;
    margin-top: 25px;

}
.Top-Links{
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
}
.Top-Links-Small{
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 25px;
}
#MenuSmallHolder,#MenuSmall{
    display: none;
}

#HamBurgerMenu{
    display: none;
    color: white;
    float: right;
    margin-right: 20px;
}
#HamBurgerMenu a{
    color: white;
    line-height: 100px;
    font-size: 30px;
}

@media only screen and (max-width: 730px) {
    .HeaderDesktop{
        display: none;
    }
    #HamBurgerMenu{
        display: inline-block;
    }
    #NullDev{
        float: left;
        margin-left: 20px;
    }
    #MenuSmallHolder{
        display: block;
    }
}