
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

body,
#pageWrapper {
	font-size: 16px;
}
.form-control,
.custom-select,
.btn {
	font-size: 16px;/* BS 3.4.1 has 14px. BS 4.5.1 has body:16px and theses fields: 1rem */
	line-height: 1.5;
}

/* imCMS had these in another font */

.form-control::placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
:-moz-placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
:-ms-input-placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
::-moz-placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
::-webkit-input-placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
::placeholder {
	color: #6c757d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}



