@charset "utf-8";
/* CSS Document */
/* @media only screen and (max-width: 4000px) and (min-width: 768px) { */

/* SOCIAL MEDIA ICONS */

.lg-photo-sm-icons {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 2px;	
}

.sm-blog {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 2px;
}

.email {
	background-image: url(../images/social/email-white.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #808080;
}

.facebook {
	background-image: url(../images/social/fb-white.svg); 
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #4a67a0;
}

.instagram {
	background-image: url(../images/social/instagram-white.svg); 
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #d21e75;
}

.pinterest {
	background-image: url(../images/social/pinterest-white.svg); 
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c92228;
}

.twitter {
	background-image: url(../images/social/twitter-white.svg); 
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #4eb4d9;
}

.google-plus {
	background-image: url(../images/social/google-plus-white.svg); 
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #db4a40;
}



