/* 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('../global/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../global/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../global/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../global/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../global/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../global/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - 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: 600;
  src: url('../global/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../global/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../global/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../global/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../global/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../global/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
	height: 100%; 
  display: table; 
  width: 100%; 
}
body {
     display: table-cell; 
  vertical-align: middle; 
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
}
h1 {
	font-size: 24px;
    font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
    line-height: 2em;    
}

img.logo {
	max-width: 490px;
}
a {
	color: #000;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #eea507;
}
.container {
    text-align: center;
width:  80vw;
    margin-left: auto;
    margin-right: auto;

}
@media only screen and (max-width: 991px) {
body {
 font-size: 18px!important;
    	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
    	h1 {
	font-size: 24px!important;
            	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
    img.logo {
	max-width: 420px;
}
}
@media only screen and (max-width: 767px) {	
body {
font-size: 16px!important;
    	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
    	h1 {
	font-size: 20px!important;
            	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
      img.logo {
	max-width: 365px;
} 
}
@media only screen and (max-width: 575px) {
    
    body {
 font-size: 14px!important;
        	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
        	h1 {
	font-size: 18px!important;
            	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
	img {
	max-width: 100%;
}
}