@font-face {
  font-family: 'sans_bold';
  src: url(http://asapsuites.ca/wp-content/fonts/product_sans_bold.ttf);
  font-weight: bold;
	}



@media screen and (min-width: 30em) {
    h1
    {
    font-size: 30px;
    font-size: 2.5rem;
    }
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: sans_bold;
}

:-moz-placeholder {
	color: #333;
	font-family:  sans_bold;
}

::-moz-placeholder {
	color: #333;
	font-family:  sans_bold;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family:  sans_bold;
}