/* FONT SITE WIDE */
* {
    line-height: 1.6em;
}

p, a, li, h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Arial, sans-serif !important;
}

/*YOUTUBE MODAL FORMATING*/

#videoModal .modal-body {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    border: 10px solid #fff;
}

#videoModal .modal-body iframe, #videoModal .modal-body object, #videoModal .modal-body embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}