
body{
	background-color: #f5f5f5;
}
.navbar{
	box-shadow: 0 1px 3px #373737;
	background-color: #fff !important;
}
.nav-item a.nav-link.active{
	color:#D71922;
}

 i {
	color:#333;
	background-color: #eee;
	border-radius: 50%;
	padding: 15px;
	text-align: center;
	margin-right: 10px;
	font-size: 23px;
}

.mail-link a{
	color:#fff;
	text-decoration: none;
}

.self-icon{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin:auto;
	margin-top: 10px;
}

.wolflogo img{
	width: 130px;
	height: auto;

}
.fluid-bg{
	background-color: #fff !important;
	border: 1px solid #ddd;
	border-right:0 ;
	border-left:0;
}
.mobile{
	color:#229aff;
	fill:#229aff
}

.video-container {
	width: 100%; /* Or desired width */
	padding-top: 56.25%; /* 16:9 aspect ratio */
	position: relative;
  }
  
  .youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }