@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap&family=Source+Sans+Pro:wght@200;400;700&display=swap');

*, html, body, div, table, span, a {
	font-family: 'Source Sans Pro', sans-serif;
}
a,
a.btn.btn-link {
	color: var(--custom);
}
a:hover,
a.btn.btn-link:hover {
	color: var(--custom3);
}
body{
    background-color: #fff;
}
.fontSerif {
	/*font-family: 'Bree Serif', serif;*/
    font-family: 'Montserrat', sans-serif;
}

/* adminlte public part */
.content-wrapper {
	background-color: #ffffff;
	min-height: 85vh;
}

/* EPHJ HEADER*/
.ephj-text-container{
	text-align:center;
}

.ephj-text-container h1{
	font-weight:900;
}

.ephj-text-container h2{

}
/* end EPHJ HEADER*/


/* customise forms*/
.form-group label {
	font-size: smaller;
	margin-bottom: 0;
}

.form-group input::placeholder{
	font-size: smaller;
	color: #a6a6a6;
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon{
	top:25px!important;
}
/* end customise forms*/





/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
