h1 {
    color: #ffffff00;
}
#wrap {
	max-width: none !important;
	margin: 0 6%;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
#wrap {
	margin: 0; 
}
}

#wrap {
background: rgba(255, 255, 255, 0.7);
border-color: #E6E9ED;
} 

html, body {
	background-size: cover;
    background-position: center center;
    background-image: url("./background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width: 700px) {
.headerbar {
   background-image: url("./background-header.jpg");
   margin-bottom: 4px;
   height: 190px;
   width: auto;
}}
@media (max-width: 700px) {
.headerbar {
   background-image: url("./background-header.jpg");
   margin-bottom: 4px;
   height: 100px;
   width: auto;
}
.logo {
	display: inline-block;
	width: auto;
	height: auto;
}

.logo:hover {
	text-decoration: none;
}}

.forumbg, .forabg {
	background: #094889 !important;
}

li.row {
  background-color: #242a36;
}

li.row:hover {
  background-color: #242a36;
}