:root{
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
    --green: #79bd48;
} /* variables*/

/* Reset */



/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', sans-serif}

em {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
	font-style: italic;
}

strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
	font-weight: bolder;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bolder;

}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
    font-weight: bolder;

}

a {
	text-decoration: none;
	color: #ca6500;
}

.w3-bar,h1,button {font-family: "Arial", sans-serif}



img.autosized {
	max-width:100%;
	height:auto;
}

.steph-green,.steph-hover-green:hover {color:#fff!important;background-color:#79bd48!important}
.steph-yellow {color:#000!important;background-color:#ffffd7!important}
.steph-brown {color:#000!important;background-color:#ccb184!important}

.steph-beige {color:#000!important;background-color:#fffaef!important}

/*
.steph-silver {color:#000!important;background-color:#fff7e8!important}
*/
/*
.steph-yellow {color:#000!important;background-color:#fcebcb!important}
*/

