/*
In Bootstrap removed the following to avoid font-weight conflicts
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;}
*/
body,
html {
	font-family: myriad-pro,myriad,sans-serif;
}
h1,
.h1 {
	font-weight: 700;
}
.button:active,
.button:focus,
.button:hover {
text-decoration: none;
}