@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
	background: #f5f5f5;
	font-family: "Roboto", sans-serif;
}

.shadow {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
}
.speaker_1{
	filter: brightness(-1);
}
.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-image: url("../img/navy-blue-concrete-wall-with-scratches.jpg");
	/* background-image: linear-gradient(to left top, #02183b, #004273, #006f88, #009a69, #40be08); */
	background-position: center;
	background-size: cover;
}

.img-circle {
	height: 150px;
	width: 150px;
	border-radius: 150px;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
	transition: all 400ms ease;
}
.img-circle:hover{
	transform: scale(1.1);
	/* height: 300px; */
	cursor: pointer;
}

.social-links a {
	transition: all 0.2s;
	color: wheat;
	background-color: #0265b8;
	
	padding: 10px;
	border-radius: 10px;
	/* margin-top: 10px; */
}
.social-links a img {
	height: 30px;
}

.social-links a:hover {
	transform: translateY(-3px);
}
.profile{
	/* height: 90%; */
	/* width: 50%; */
}
.a{
	margin-top: -16px;
}
