* { padding: 0em; margin: 0em;}

body {
background-image:url("/site/bg-fire.jpg");
background-size:cover;
background-attachment:fixed;
color: #333333;
font-family: Oxygen, "times new roman", serif;
font-weight:normal;
}
.ekko-lightbox-nav-overlay a { outline:0; }
#home .page { padding-top:20px; }
.page-wrap { background-color:white; }
h1, h2, h3, .h1, .h2, .h3 { font-family:"Alegreya SC"; }

.jumbotron {
	/*background-color: darkred;*/
	background-image:url(/site/wmems-header.jpg);
	padding: 20px;
	text-align: center;
}
.jumbotron .h1, .jumbotron h1 {
	color: white;
	font-size: 55px;
	letter-spacing: 1px;
	padding: 0px;
	text-shadow: 0 0 5px black;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,0.6);
	border-radius: 30px;
}
.jumbotron .h2 {
	color: white;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0px;
	text-shadow: 0 0 5px black;
	text-align: center;
	display: block;
}
p {
    line-height: 1.3em;
    font-size:1.2em;
    margin-bottom: 1em;
}
.page ul li, .page ol li {
    font-size:1.2em;
    margin: 5px 20px;
}
.page ul {
    margin-bottom: 15px;
}
.img-responsive { display:inline-block; }
.no-gutter { margin: 0 -15px; }

.panel-red .panel-heading { background-color:darkred; color:white; }
.panel { border-color:darkred; }

/*
ol {
    margin-bottom: 15px;
}
ol li {
    font-size: 1.1em;
    line-height: 1.5em;
}
*/
a {
    color: #B96D00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    margin: 20px 0px;
}
pre {
    margin: 0 0 10px;
}


/* ------------------------------- *\
         HELPER CLASSES
\* ------------------------------- */
.top{
margin-top:25px;
}
.top-big{
margin-top:50px;
}
.bottom{
margin-bottom:25px;
}
.shadow {
box-shadow: 0px 0px 2px #000;
}
.logo-top{
padding-top:50px;
}
.news {
    background-color: #f0f0f0;
}
.news h3 {
    margin: 0;
text-align:center;
}
p.newsbody {
}
a.news_heading {
}
span.date {
}

p.updated {
    font-size: 0.9em;
}
p.clear {
    clear: left;
}

.footer {
    height: 50px;
    font-size: 0.8em;
    text-align: center;
    padding-top: 10px;
}
.footerL {
}
.footerM {
}
.footerR {
}

@media all and (max-width:1024px) {
.jumbotron > img { width:100%!important; }
}

@media all and (min-width:768px) {
body { padding-bottom:50px;  }
}

@media all and (max-width:768px) {
.jumbotron .h1, .jumbotron h1 { font-size:25px; }
.jumbotron .h2 { font-size:20px; }
}
