
@charset "utf-8";
/* CSS Document */

/* Social Media */
.btn-social {
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 5px 3px; 
	vertical-align: middle;
    padding: 5px;
    display: inline-block !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.btn-social:hover {
	text-decoration:none;
}

.facebook {
  background: #5876B7;
  color: white;
  border: solid 2px #5876B7;
}
.twitter {
  background: #55ACEE;
  color: white;
  border: solid 2px #55ACEE;
}
.google {
  background: #dd4b39;
  color: white;
  border: solid 2px #eb5e4c;
}


.youtube {
  background: #bb0000;
  color: white;
  border: solid 2px #bb0000;
}
.instagram {
  background: #FF5722;
  font-size: small;
  color: white;
  border: solid 2px #FF5722;
}


.facebook:hover {
  background: white;
  color: #3B5998;
  border: solid 2px #3B5998;
}
.twitter:hover {
  background: white;
  color: #55ACEE;
  border: solid 2px #55ACEE;
}

.google:hover {
  background: white;
  color: #eb5e4c;
  border: solid 2px #eb5e4c;
}

.youtube:hover {
  background: white;
  color: #bb0000;
  border: solid 2px #bb0000;
}
.instagram:hover {
  background: white;
  color: #DD2A7B;
  border: solid 2px #DD2A7B;
}


/*=========================
  Icons
 ================= */

ul.social-networks {
	list-style: none;
}
ul.social-networks li {
	margin: 0 5px;
}

.social-squre li a {
	text-align:center;
	vertical-align:middle;
	width: 40px;
	font-size:14px;
	/*background-color:#C9C9C9;*/
	font-weight:bold;
	margin-bottom:5px;
	border-radius: 0px; 
}




