
body {
    font-family: Fira Sans, sans-serif;
    font-size: 15px;
    height: 100vh;
}

.top-navbar {
    position:fixed;
    top:0;
    width: 100%;
}


.top-nav{
    border-bottom: 1px solid white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display:flex;
    flex:1;
}

.top-nav-item{
    float: left;
    width:auto;
    list-style-type: none;
    padding: 20px;
}

.top-nav-item a:hover {
   
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.top-nav-item a {
    /*
    color: rgb(255, 52, 52);
    display: block;
    background-color: rgb(121, 7, 7);
    */

    display: block;
    color: #fff;
    font-family: Fira Sans,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.8px;
    height: 32px;
    line-height: 32px;
    
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    
}



.top-path ol {
    list-style-type: none;
    padding-left: 0;
}

.top-path-item a::after,.top-path-item a:visited {
    display: inline-block;
    color: #FFF;
    content: '>';
    font-size: 80%;
    font-weight: bold;
    padding: 0 3px;
}

.top-path-item a:link  {
    color:#FFF;
}


.top-path-item {
    color: #FFF;
    display: inline-block;
}


footer {
    position: relative;
    height: 50px;
    width: 100%;
    background-color: black;
    border-bottom: 1px solid white;
    color:white;
}

* {
    margin: 0px;
 }