@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');

nav.socialMediaSidebar {
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
    position: fixed;
	left: -45px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

nav.socialMediaSidebar ul {
    margin-top: 0;
    margin-bottom: 0rem
}

nav.socialMediaSidebar li {
    height: 45px;
	width: 55px;
    position: relative
}

nav.socialMediaSidebar li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    transition: all .3s linear;
    text-decoration: none !important
}

nav.socialMediaSidebar li:nth-child(1) a {
    background: #4267B2
}
nav.socialMediaSidebar li:nth-child(2) a {
    background: #E1306C
}
/*
nav.socialMediaSidebar li:nth-child(2) a {
    background: #1DA1F2
}

nav.socialMediaSidebar li:nth-child(3) a {
    background: #E1306C
}
*/





nav.socialMediaSidebar li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

nav.socialMediaSidebar ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

nav.socialMediaSidebar a:hover {
    z-index: 1;
    width: 200px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

nav.socialMediaSidebar ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}