@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");


.shadow {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
}


.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-image: url("../img/img/banners.jpg");
	background-position: center;
	background-size: cover;
}

.img-circle {
	height: 190px;
	width: 190px;
	border-radius: 150px;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px rgb(0, 0, 0 , 0.1);
	z-index: 1;
}

.social-links a {
	transition: all 0.2s;
}
.social-links a img {
	height: 30px;
}
.social-links a:hover {
	transform: translateY(-3px);
}