/*	margin: auto 4em auto 23em;	*/

.navbar {
 /* background: url("../images/link-bg.png") repeat-x center; */
background-color: #3f75a2;
}
img#upshrink {
  float: right;
  margin: 0.525em;
}
.wb-header {
  margin: auto auto;
} 

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

.wb-logo {
 /* background: url("https://forum.websitebaker.org/Themes/WebsiteBakerTheme/images/wbLogo.svg") no-repeat 0% 46%;*/
  height: 4.125em;
  position:sticky;
}

/* Menu */
.wb-menu {
	 clear: both;
	 margin: -4.525em auto;
	 padding: 0;
	 height: 3.325em;
}
.wb-menu ul {
	margin: 0.2em auto;
	top: 6px;
	height: 30px;
	list-style: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
.wb-menu li {
	 margin: 0;
	 padding: 4px;
	 list-style: none;
	 display: block;
	 float: right;
	 background-image: url(../images/menu-break.png);
	 background-repeat: no-repeat;
}
.wb-menu .active a:hover,
.wb-menu a:hover {
	 text-decoration: none;
	 background: #B9C2CE;
}

.wb-menu a:link,
.wb-menu a:active,
.wb-menu a:visited {
	 vertical-align: middle;
	 font-size: 12px;
	 font-weight: normal;
	 text-align: center;
	 color: #FFFFFF;
	 margin: 0;
	 padding: 4px 10px;
	 display: block;
	 float: left;
	 height: 16px;
	 line-height: 1.5;
}
.wb-menu .active a {
	 background-image: url(../images/link-hover.png);
	 background-repeat: repeat-x;
}