h1{
	display: inline-block;
	font-size: 3em;
	margin: 25px 0px 25px 0px;
}
#diff1,#diff3{
	color: #990100;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-family: Arial;
	line-height: .75em;
	font-size: .6em;
}
#diff2{
	font-weight: 900;
	color: #000;
	font-family: Arial;
	line-height: .9em;
}
#diff3{
	text-align: right;
}
#aboutVideo .embed-responsive{
	border-width: 10px;
	border-color: rgba(245,245,245,.35);
	border-style: solid;
	margin-bottom: 25px;
}
#muscleman{
	text-align: center;
}
#muscleman img{
	width: 350px;
	margin: 25px 0px 25px 0px;
}
/*
*******Too Wide Layout BREAKPOINT*******
MEDIA QUERY FOR > Background Width
*/
@media (min-width: 1278px){
}
/*
*******Width Only Desktop  Layout BREAKPOINT*******
MEDIA QUERY FOR > Medium Width
Set "min-width" equal to bootstrap small breakpoint
*/
@media (min-width: 768px){
	h1{
		margin: 0px;
	}
}
/*
*******Full Desktop Layout BREAKPOINT*******
MEDIA QUERY FOR Medium Height & > Medium Width
Set "min-width" equal to bootstrap small breakpoint
Set "max-height" equal to max background image height + header height + footer height
Set "min-height" equal to minimum viewport size
*/
@media (max-height: 1034.9px) and (min-height: 500px) and (min-width: 768px){
	/*Activate these styles when screen width is above x and screen height is above x*/

}

/*
*******Too Tall Desktop Layout BREAKPOINT*******
MEDIA QUERY FOR Large Height & > Medium Width
Set "min-width" equal to bootstrap small breakpoint
Set "min-height" equal to max background image height + header height + footer height
This media query un-fixes the footer from the bottom of the viewport
*/
@media (min-height: 1035px) and (min-width: 768px){
	/*Activate these styles when screen width is above x and screen height is below x*/

}