@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}



nav1 {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

nav1 ul {
    margin-top: 0;
    margin-bottom: 0rem
}

nav1 li {
    height: 45px;
    position: relative
}

nav1 li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

nav1 li:nth-child(1) a {
    background: #4267B2
}

nav1 li:nth-child(2) a {
    background: #1DA1F2
}

nav1 li:nth-child(3) a {
    background: #E1306C
}

nav1 li:nth-child(4) a {
    background: #2867B2
}

nav1 li:nth-child(5) a {
    background: #333
}

nav1 li:nth-child(6) a {
    background: #ff0000
}

nav1 li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

/*a:hover {
    color: red;
}*/

