@font-face {
    font-family: articulat cf;
    src: url(/fonts/Articulat/ArticulatCF-Regular.otf);
    font-family: google sans;
    src: url(/fonts/ProductSans-Regular.ttf)
}
nav {
    background: linear-gradient(0.5turn, rgb(4 71 105), rgb(7 57 84), rgb(51 33 43));
    font-family: arial, san-serif;
    font-size: 16px;
    line-height: 20.35px;
    color: #e4e4e4;
    padding: 1% 9% !important
}
nav a {
    color: #e4e4e4;
    text-decoration: none
}
nav a:hover {
    color: #e4e4e4;
    text-decoration: none
}
.nav-right {
    display: flex;
    width: 25%;
    justify-content: space-evenly;
    align-items: center
}
.small-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%
}
.small-nav > li {
    padding: 0% 4%
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}
.sidenav a:hover {
    color: #f1f1f1
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}
#mySidenav > .nav-link {
    font-size: 16px;
    line-height: 20px;
    font-family: arial, san-serif;
    border-bottom: .3px solid rgba(193, 142, 25, .5);
    font-weight: 500px
}
@media screen and (max-width:768px) {
    #large-screen {
        display: none
    }
    /*#small-screen {*/
    /*    display: block;*/
    /*    padding-right: 0 !important*/
    /*}*/
}
@media screen and (min-width:768px) {
    #large-screen {
        display: block;
        display: flex
    }
    #small-screen {
        display: none
    }
}
@media screen and (max-width:1500px) {
    .nav-right {
        width: 40%
    }
}


.nav-item .nav-link {
    font-size: 15px;
    padding: .5rem !important;
    color: #fff;
  }
