
ul.text {
  list-style-type: circle;
}

h4 {
  font-size: 1.33em;
}

.wosah::after {
  content: "";
  clear: both;
  display: table;
}

[class*="content-"] {
  float: left;
/*  border: 1px solid red;
 used for layout */
}

.content-web{
  width: 100%;
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  font-family: sans-serif;
  line-height: 1.5em;
}

.content-main{
  width: 60%;
  background-color: #FFFFFF;
  opacity: 0.75;
}

.content-space1{
  width: 10%;  
  border: 1px solid #FFFFFF;	
}

.content-story{
  width:97%;
  padding-left: 3%;
}

.content-space2{
  width: 5%;  
}

.content-menu{
  width: 75%;
  padding-top: 40%;
}

.content-right{
  width: 22%;
  padding-left: 5%;
}

#line {
  height: .1px;
  color: #FFFEEE;
  margin-top: -25px;
  width: 95%;
}

#wosahmenu{
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding-left: 10px;
  box-shadow: 10px 10px 20px #333333;
  background-color: #FFFFFF;
  opacity: 0.75;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

/* empty div */
#wosahlogo{
  
}

#footer{
  text-align: center;
}

a, a:link, a:active, a:visited {
  color: #39397f;
  text-decoration: none;
}

.document-title h1 {
  font-size: 2em;
  letter-spacing: -1px;
}
