@charset "utf-8";

/* CSS Document */

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: url(images/ja2a.png) no-repeat left bottom fixed #222;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #777;
}
@media only screen and (max-width: 1000px) {
  body {
    background: url(images/ja2aHalf.png) no-repeat left bottom fixed #222;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-size: 0.75rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #777;
  }
}

body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  color: #999;
}

a:hover {
  color: #fff;
}

h2 {
  font-size: 300%;
  line-height: 90%;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 900;
}

h3 {
  font-size: 170%;
  margin: 0 0 15px;
}

h4 {
  margin: 20px 0 0;
  font-size: 150%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 150%;
}

#wrapper-en, #wrapper-sr {
  margin-left: 30%;
  margin-top: 15px;
  width: 65%;
  max-width: 900px;
  padding: 1%;
  background: none repeat scroll 0 0 rgba(34, 34, 34, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 600px) {
    #wrapper-en, #wrapper-sr {
      margin-left: 25%;
      margin-top: 5px;
      width: 70%;
    }
  }
section ul {
  color: #CCCCCC;
  font-weight: bold;
}

.like-link {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #999;
}


.like-link:hover
  {
    color: #fff;
  }
.sr-visible {display: block;}
.sr {display: none;}
.en-visible {display: block;}
.en {display: none;}
.lang {
  padding-left: 5px;
  position: relative;
  float: right;
  font-size: 1.3rem;
  cursor: pointer;
  color: #999;
}
.lang:hover
  {
    color: #fff;
  }
.act
  {
    color: #fff;
  }