﻿    /* */

    .bg1{
	background-image: url("../images/bg-1.jpg");background-repeat: repeat;
	}















.social-media li, .footer-social li {
    transition: transform 1s;
    font-size:20px
}

.social-media li:hover, .footer-social li:hover {
    transform: scale(1.6) rotate(10deg);
}