html {
  min-height: 100%;
  font-size: calc(16px + 0.5vw);
  margin: 0;
}
html body {
  min-height: 100vh;
  line-height: 150%;
  color: #000;
  font-weight: 300;
  font-family: "Roboto Slab", "Times New Roman", serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
}
html body a {
  color: #000;
  text-decoration: none;
}
html body a:hover {
  color: #333;
  text-decoration: none;
}
html body img {
  display: block;
}
html body header {
  width: 100%;
  /*display: table;*/
}
html body header div.logo {
  margin-top: 1.5vw;
  position: fixed;
  z-index: 1000;
  left: 1.5vw;
}
html body header div.logo a {
  overflow: hidden;
  display: block;
  background-color: #ff0000;
  padding: 0 .35vw;
}
html body header div.logo a img {
  width: calc(40px + 2vw );
  height: auto;
  margin: 0 auto;
}
html body header div.menu {
  width: 1%;
  vertical-align: top;
  position: fixed;
  z-index: 1000;

}
html body header div.menu a {
  width: 33.5px;
  height: 35px;
  background-image: url("/menu.svg");
  background-size: 70px 70px;
  background-position: -18px -18px;
  background-color: #fff; /*border: solid 1px #ccc;*/
  border-radius: 5px;
  opacity: 0.7;
  margin: 2px 1vw 0;
  display: block;
}
html body header div.menu a:hover {
  opacity: 0.9;
}
html body header div.separator {
  display: table-cell;
}
html body header div.social {
  margin-right: 15px;
  vertical-align: top;
  display: table-cell;
}
html body header div.social a {
  font: 500 1rem serif;
  line-height: 1.5rem;
  text-shadow: 1px 1px 0 #fff;
}
html body header div.social a:hover {
  text-decoration: underline;
}
html body header div.content {
  width: 1%;
  vertical-align: top;
  margin-top: 1.5vw;
  position: fixed;
  right: 3vw;
}
html body header div.content a {
  width: 33.5px;
  height: 35px;
  background-image: url("/content.png");
  background-size: 50px 65px;
  background-position: -8px -16px;
  background-color: #fff; /*border: solid 1px #ccc;*/
  border-radius: 5px;
  opacity: 0.6;
  margin: 2px 1vw 0;
  display: block;
}
html body header div.content a:hover {
  opacity: 0.9;
}
html body main article div.main {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  opacity: 1 !important;
  overflow: hidden;
  display: table;
}
html body main article div.main div.background {
  width: 100%;
  height: 100vh;
  vertical-align: middle;
  display: table-cell;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
html body main article div.main div.background div.text {
  color: #fff;
  font-family: "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
  padding: 0 calc(10vw - 50px);
}
html body main article div.main div.background div.text h1 {
  color: #fff;
  font: 400 calc(16px + 5vw) "Yeseva One", cursive;
  line-height: 100%;
  margin: 0;
}
html body main article div.main div.background div.text h5 {
  text-align: center;
  line-height: 180%;
  margin: 0;
}
html body main article div.main div.background div.text h5 a {
  color: #eee;
  font: 500 2rem "Roboto Slab", "Times New Roman", serif;
  letter-spacing: 0.5vw;
}
html body main article div.main div.background div.text p {
  color: #fff;
  width: 100%;
  max-height: 40vh;
  font-size: calc(16px + 2vw) !important;
  line-height: 130%;
  text-align: center;
  overflow: hidden;
}
html body main article h2 {
  max-width: 960px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 10vh auto;
}
html body main article h2.background {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
html body main article h2.background span {
  max-width: 960px;
  color: #fff;
  font: 400 calc(16px + 5vw) "Yeseva One", cursive;
  line-height: 150%;
  text-shadow: 1px 1px 0 #000;
  text-align: center;
  vertical-align: middle;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  padding: 1vh calc(5px + 5vw);
  margin: 20vh auto;
  display: table-cell;
}
html body main article > p,
html body main article > ul,
html body main article > ol { 
  max-width: 768px; margin: 10vh auto;
  a { color: #000000; font-weight: bold; text-decoration: underline; 
    &:hover { color: #ff0000 !important; }
  }
}
html body main article > ul,
html body main article > ol {
  margin: -8vh auto 10vh !important;
}
html body main article > p:nth-child(2) {
  color: #666666;
  font: normal 300 1rem/150% "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif !important;
  margin: 50px auto 80px;
}
html body main article p:nth-last-child(1) p {
  font-size: 1rem;
  font-style: italic;
}
html body footer {
  text-align: center;
  font-family: sans-serif;
  margin: 80px 0 30px 0;
}
html body footer div.copyright {
  font-size: 0.8rem;
}
html body footer div.debug {
  color: #ccc;
  font-size: 0.6rem;
  margin-top: 20px;
}
html body div#menu {
  width: auto;
  max-width: 640px;
  height: 100vh;
  line-height: calc(250% - 1vw);
  background-color: #333;
  overflow: scroll;
  transition: 1s;
  padding: 0;
  position: fixed;
  top: 0;
  left: -640px;
  z-index: 1003;
}
html body div#menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #333;
}
html body div#menu::-webkit-scrollbar {
  width: 14px;
  background-color: #F5F5F5;
}
html body div#menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
html body div#menu h6 {
  color: #fff;
  font: 700 calc(24px + 0.2vw)/200% "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: calc(20px + 1vw);
  margin: 0;
}
html body div#menu h6 span {
  color: #666;
  font-size: calc(36px + 0.2vw);
  font-weight: 300;
  cursor: pointer;
  padding-right: calc(5px + 0.5vw);
  float: right;
}
html body div#menu h6 span:hover {
  color: #ccc;
}
html body div#menu a {
  color: #eee;
  font-size: calc(24px + 0.2vw);
  font-family: "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  padding-right: calc(20px + 2vw);
  display: block;
}
html body div#menu a:hover {
  color: #fff;
}
html body div#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html body div#menu ul li {
  min-width: 200px;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
html body div#menu ul li a {
  font-weight: 500;
  padding-left: calc(30px + 2vw);
}
html body div#menu ul li a:hover {
  color: black;
  background-color: gray;
}
html body div#menu ul li ul {
  list-style-type: none;
}
html body div#menu ul li ul li a {
  font-weight: 300;
  padding-left: calc(50px + 3vw);
}
html body div#content {
  max-width: 640px;
  height: 100vh;
  line-height: calc(250% - 1vw);
  background-color: #fff;
  overflow: scroll;
  direction: rtl;
  transition: 1s;
  padding: 0;
  position: fixed;
  top: 0;
  right: -640px;
  z-index: 1003;
}
html body div#content h6 {
  color: #333;
  font: 700 calc(24px + 0.2vw)/200% "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  padding-left: calc(20px + 1vw);
  margin: 0;
  direction: ltr;
}
html body div#content h6 span {
  color: #ccc;
  font-size: calc(36px + 0.2vw);
  font-weight: 300;
  cursor: pointer;
  padding-right: calc(5px + 0.5vw);
  float: right;
}
html body div#content h6 span:hover {
  color: #333;
}
html body div#content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  direction: ltr;
}
html body div#content ul li {
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
html body div#content ul li a {
  color: #333;
  font: 500 calc(24px + 0.2vw)/230% "Open Sans", Ubuntu, Verdana, Tahoma, Arial, sans-serif;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 calc(20px + 1vw);
  display: block;
}
html body div#content ul li a:hover {
  color: #000;
}/*# sourceMappingURL=index.css.map */