a{
    text-decoration: none!important;
}
#header{
    margin-top: 20px;
}
#logo                   {
    margin-top: 60px;
    height: 60px;
    min-height: 60px;
    padding-bottom: 10px;

}

#para                   {
    float: right;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 45px;
    margin-left: 10px;
    padding-bottom: 10px;
}

#name                   {
    float: left;
    padding-top: 3px;
    margin-left: 5px;
    padding-bottom: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

nav {
    display: block;
    background: #B50505;

}
nav ul {

    list-style: none;
    position: relative;
    display: inline-table;
    padding-top:10px;
}
nav ul li {
    float: left;
}
nav ul li b {
    color: white;
    display: block;
    padding: 0px 40px 0px 10px;
    cursor:pointer;
}
nav ul li b:hover{
    color: white;
    text-shadow: 0px 0 1px #fff;
    text-decoration: none;
}
nav ul li b:focus{
    color: black;
    text-decoration: none;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}