.welcomeFont {
	
	font-size: .9em;
	text-align: justify;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.socialMLinks {
	
	display: block;
	width: 150px;
	height: 30px;

}

.socialMediaIcon {

	display: block;
	float: left;
	width: 30px;
	height: 30px;

	margin-right: 10px;
}

.socialMediaIcon img {
	height: auto; 
    width: auto; 
    max-width: 30px; 
    max-height: 30px;
	opacity: .9;
	
}

.socialLinks  {
	display: inline-block;
	text-decoration: none;
	padding-top: .2em;
}

.socialLinks a : hover {
	color: "white";
}

.socialLinks  a : active {
	color: "white";
}

.socialLinks  a : link {
	color: "white";
}

.socialLinks  a : visited {
	color: "white";
	opacity: .5;
}

.buttonPushedUp {
	margin-top: -20px;
	
}