@charset "UTF-8";

.facebook-share {
	
	width: auto;
	height: auto;
	position: absolute;
	left:25px;
	text-align: center;
	font-size: 2.375em;
    line-height: 75px;
	margin: auto;
}

.facebook-share img {
	width: auto;
	height: auto;
}
.twitter-share {
	
	width: 60px;
	height: 60px;
	border: solid thin pink;
	border-radius: 50%;
	position: absolute;
	left:100px;
	top:15px;
	text-align: center;
	font-size: 2.375em;
    line-height: 65px;
}

.twitter-share a:active {
	color: ghostwhite;
	text-decoration: none;
}
.twitter-share a:hover {
	color:deeppink!important;
	text-decoration:underline!important;
}
.twitter-share a:visited {
	color: ghostwhite;
	text-decoration: none;
}
.twitter-share a:link {
	color: ghostwhite;
	text-decoration: none;
}

.pinterest-share {
	
	width: 60px;
	height: 60px;
	border: solid thin pink;
	border-radius: 50%;
	position: absolute;
	left:175px;
	top:15px;
	text-align: center;
	font-size: 2.375em;
    line-height: 65px;
}

.pinterest-share  a:active {
	color: ghostwhite;
	text-decoration: none;
}
.pinterest-share  a:hover {
	color:deeppink!important;
	text-decoration:underline!important;
}
.pinterest-share  a:visited {
	color: ghostwhite;
	text-decoration: none;
}
.pinterest-share  a:link {
	color: ghostwhite;
	text-decoration: none;
}

@media screen and (max-width : 760px){
	
	
.facebook-share img {
	width: 110px;
	height: auto;
	left: 5px;
}
	
	.facebook-share {
		width: 110px;
	height: auto;
		left: 5px;
	}
}





