@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400i,700i');
a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:hover {
  color: #59937D;
}
#about {
  font-size: .88em;
  text-align: justify;
  border-width: 7px 0px 7px 0px;
  border-style: solid;
  border-color: #59937D;
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 0px 0px;
  float: right;
  width: 600px;
}
.about {
  float: left; 
  margin: 10px 10px 0px 0px;
}
.banner {
  position: absolute;
  float: left;
  width: 260px;
  height: 660px;
  background: #FFFFFF url('mobius/background-left.jpg') no-repeat 0px 0px;
  color: #FFFFFF;
  padding: 6px 0px 0px 20px;
  border-top-left-radius: 10px;
}
#banner_mask {
  position: relative;
  float: left;
  width: 100%;
  height: 5px;
  background: #FFFFFF;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 1.28;
  min-width: 640px;
}
#cookie_banner {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url('images/00000025.png');
  text-align: center;
  height: 35px;
  padding: 5px 0px 0px 0px;
  color: #FFFFFF;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #555555;
  z-index: 1;
}
.desktop {
  display: inline;
}
.fig_left {
  float: left; 
  margin: 7px 8px 0px 0px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 5px;
}
.fig_left div {
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
#footer {
  position: relative;
  clear: both;
  background: #FFFFFF;
  font-size: 0.75em;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #555555;
  padding: 5px 0px 0px 0px;
  height: 25px;
  color: #555555;
}
.left {
  float: left;
  text-align: left;
}
#main {
  text-align: justify;
  border-width: 7px 0px 0px 0px;
  border-style: solid;
  border-color: #59937D;
  padding: 5px 0px 5px 0px;
  float: right;
  width: 600px;
}
#menu {
  float: right;
  height: 42px;
  font-size: 1.35em;
  width: 600px;
  margin: -4px 0px 0px 0px;
}
.mobile {
  display: none;
}
p {
  margin: 10px 0px 0px 0px;
}
.right {
  float: right;
  text-align: right;
}
.style1 {
  font-size: 3.55em;
  margin: -40px 0px -40px -4px;
}
.style2 {
  font-size: 1.32em;
}
.style3 {
  font-size: 1.1em;
}
.style4 {
  font-size: 0.9em;
  font-family: 'Noto+Serif', serif;
  font-style: italic;
  line-height: 1.4em;
}
.style5 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
#wrapper {
  width: 895px;
  height: auto;
  margin: 10px auto 50px auto;
  padding: 10px 15px 0px 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 940px) { /* For the small screen (mobile phones & tablets) */
  .banner {
    position: relative;
    background: url('mobius/background-top.jpg') no-repeat 0px -20px;
    border-radius: 10px;
    width: 560px;
    height: 220px;
    padding: 35px 20px 0px 20px;
    margin: 20px 0px 20px 0px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: inline;
  }
  .style3 {
    text-align: center;
    font-size: 1.4em;
  }
  #wrapper {
    width: 600px;
    height: auto;
    margin: 0px auto 50px auto;
    padding: 10px 20px 0px 20px;
  }
}