.btn-instagram{
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
color: white;
border: 5px solid #cc2366;
}
.btn-instagram:hover{
background: -moz-linear-gradient(45deg, white 0%, white 25%, white 50%, white 75%, white 100%);
background: -webkit-linear-gradient(45deg, white 0%, white 25%, white 50%, white 75%, white 100%);
background: linear-gradient(45deg, white 0%, white 25%, white 50%, white 75%, white 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='white',GradientType=1 );
color: #cc2366;
border: 5px solid #cc2366;
}
.btn-circle {
width: 100px;
height: 100px;
padding: 2px 16px;
font-size: 65px;
line-height: 1.33;
border-radius: 25px;
outline: none;
transition: 2s background;
}