/*Header styles*/

.background_image {
  position: center;
}

.banner {
  z-index: 1;
  vertical-align: middle;
  font-family: Berkshire Swash;
  text-align: center;
  font-color: gold;
  font-size: 36px;
  background-image: url(../images/background.jpg);
  background-size: 2000px;
}

h1 span {
  color: #ffffcc;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  border-style: hidden;
  border-radius: 8px;
  padding: 8px 17px 8px 17px;
}

h2 span {
  color: #ffffcc;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  padding: 7.5px;
  border-style: hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/*Widget styles*/

.index_container {
  margin-left: 10px
}
.magewares_feed {
  display: inline-block;
  width: 75%;
}
.twitter_feed {
//  display: inline-block;
  display: inline;
  vertical-align: top;
  width: 24%;
}
.twitter_feed li { margin-bottom: 10px }

.right_column {
  vertical-align: top;
  width: 23%;
  display: inline-block;
  margin-left: 10px;
}

.titlebar {
  padding: 10px;
  vertical-align: top;
  width: 24%;
//  float: right;
  display: inline;
}

.titlebar > a {
  color: white;
}

.connect_link > a {
  color: white;
}

/*Body text styles*/



ul > li {
  list-style: none;
  list-style-position: inside;
  padding-left: 35px;
  height: 1.5;
  line-height: 1.5;
  position: relative;
}

ul > li::before {
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
}

/*Footer styles*/
footer {
  text-align: center;
  font-family: Libre Baskerville;
  font-size: 9pt;
}
