@font-face {
    font-family: 'bebas_neueregular';
	font-style: normal;
	font-weight: normal;
    src: url('/fonts/bebasneue-webfont.woff2') format('woff2'),
         url('/fonts/bebasneue-webfont.woff') format('woff'); 
		 url('/fonts/bebasneue-webfont.ttf') format('truetype'), 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v15-latin-regular.eot'); 
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), 
       url('/fonts/open-sans-v15-latin-regular.woff') format('woff'), 
       url('/fonts/open-sans-v15-latin-regular.ttf') format('truetype'),
       url('/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); 
}

body {
    background: url('/img/wms-background-2.jpg') #ffffff 0 0 no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'bebas_neueregular' !important;
    font-weight: normal;
    color: #2a2c7e;
}
h1   {font-family: 'bebas_neueregular'; font-size: 36px; font-weight: normal}
p,td,th    {
   font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 400;

	}
.content {
    border-radius: 5px;
	margin: 2em;
    background-color: rgba(255,255,255,0.76);
    padding: 1.5em 3em;
    width: 80%;
	/*background-color: rgba(255,255,255,0.83);
    
    max-width: 550px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);*/
}


@media screen and (max-width:450px) {
.content {
	margin: 2em 0 !important;
    padding: 2em;
    width: 85% !important;
	max-width: 85% !important;
	}
}