.content {
    margin-left: 80px;
}

.social-container {
    align-items: center;
    justify-content: center;
}

.social-icons {
    position: fixed;
	bottom:10px;
    left: 1%;
    margin-left: -10px;
    display: flex;
    flex-direction: row;
    z-index: 99999;
}

    .social-icons a {
        text-decoration: none;
        color: white;
        padding: 5px;
        font-size: 22px;
        /*font-family: 'Oswald', sans-serif;*/
        /*margin: 1px;
        border-radius: 20px 20px 0px 0px;
        transform: translate(0px, -150px);
        transition: all 0.5s;*/
    }

        .social-icons a:hover {
            transform: translate(0px, 0px);
        }

        .social-icons a i {
 
            transition: all 0.5s;
        }

        .social-icons a:hover i {
            transform:  none;
        }

        .social-icons a i.fa-facebook {
            color: #1877f2;
        }

        .social-icons a i.fa-facebook-messenger {
            color: #03a5f0;
        }

        .social-icons a i.fa-twitter {
            color: #1da1f2;
        }

        .social-icons a i.fa-whatsapp {
            color: #25d366;
        }

        .social-icons a i.fa-linkedin {
            color: #007bb5;
        }

        .social-icons a i.fa-instagram {
            color: #ee1d52;
        }
		
		.social-icons a i.fa-pinterest {
            background-color: #f40101;
        }

    .social-icons .facebook-messenger {
 
        color: white;
    }

    .social-icons .facebook {

 
        color: white;
    }

    .social-icons .twitter {
 
        color: white;
    }

    .social-icons .whatsapp {
 
        color: white;
    }

    .social-icons .linkedin {
 
        color: white;
    }

    .social-icons .instagram {
 
        color: white;
    }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 350px) {
    .social-icons {
        left: calc(10%);
    }
}

@media only screen and (min-width: 351px) and (max-width: 600px) {
    .social-icons {
        left: calc(8%);
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .social-icons {
        left: calc(12%);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .social-icons {
        left: calc(20%);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .social-icons {
        position: fixed;
        bottom: 0%;
        left: 0%;
        /*width: 210px;*/
        display: flex;
        flex-direction: column;
        z-index: 99999;
    }

        .social-icons a {
            text-decoration: none;
            color: white;
            padding: 5px;
            font-size: 22px;
            margin: 1px;
            text-align: right;
            border-radius: 0px 50px 50px 0px;
            /*transform: translate(-150px, 0px);*/
            transition: all 0.5s;
        }

            .social-icons a:hover {
                /*transform: translate(0px, 0px);*/
            }

            .social-icons a i {
                margin-left: 15px;
            }

    /*.social-icons a.facebook:before {
                content: 'Facebook ';
            }

            .social-icons a.facebook-messenger:before {
                content: 'Messenger ';
            }

            .social-icons a.twitter:before {
                content: 'Twitter ';
            }

            .social-icons a.whatsapp:before {
                content: 'Whatsapp ';
            }

            .social-icons a.linkedin:before {
                content: 'Linkedin ';
            }

            .social-icons a.instagram:before {
                content: 'Instagram ';
            }*/
}
