/*
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); */
.grey {
  color: #999;
}
/* font sizes */
.H-XL {
  /* for huge texts */

  font-size: 98px;
  line-height: 100px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 15px;
}
.H-L {
  /* for content main titles */

  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
}
.H-M {
  /* for sections, for sub headlines within text */

  font-size: 24px;
  line-height: 25px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0px;
}
.H-S {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0px;
}
/* font sizes */
a {
  color: #06f;
  text-decoration: none;
}
a:visited {
  color: #c3f;
}
a:hover {
  text-decoration: underline;
}
.topics a,
.topic-color {
  color: #0d5;
}
.topics a:visited {
  color: #0b2;
}
p,
a,
span,
li,
blockquote {
  font-family: "Helvetica", sans-serif;
}
p {
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #333;
}
h1,
h2,
h3,
h4 {
  font-family: "Helvetica", sans-serif;
}
h2,
h3,
h4 {
  font-weight: 400;
}
h1 strong,
h2 strong {
  font-weight: 700;
}
img {
  padding-top: 5px;
}
/* ------------- common ------------- */
p,
li {
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
p,
h4 {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 3px;
}
p + p {
  padding-top: 12px;
}
h1 + p,
h2 + p,
h3 + p {
  _padding-top: 22px;
  padding-top: 13px;
}
h1 {
  /* for huge texts */

  font-size: 98px;
  line-height: 100px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 15px;
}
h2 {
  /* for content main titles */

  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
}
h1 + h2 {
  padding-top: 0px;
}
.container > div > h2 {
  padding-top: 25px;
}
h3 {
  /* for sections, for sub headlines within text */

  font-size: 24px;
  line-height: 25px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0px;
}
h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0px;
}
h4 + p {
  padding-top: 0;
}
ul,
ol {
  margin: 0;
  _padding-top: 22px;
  padding-bottom: 3px;
}
li {
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
hr {
  display: none;
}
.clear {
  display: none;
}
img.M {
  float: right;
  display: block;
  max-width: 430px;
  margin-right: -480px;
}
pre {
  font-size: 14px;
  line-height: 25px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: -5px;
  padding: 13px 10px 12px 10px;
  background-color: #f5f5f5;
}
blockquote {
  padding-left: 25px;
  font-style: italic;
}
.embed {
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
.container.image {
  padding-bottom: 25px;
}
/* C - tablet horizontal */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  
}
/* D - desktop */
@media only screen and (min-width: 1200px) {
  
}
/* A - phone vertical */
@media only screen and (max-width: 599px) {
  h1,
  h2,
  h3,
  h4,
  p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .H-XL {
    /* for content main titles */
  
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    font-weight: 300;
  }
  h1 {
    /* for content main titles */
  
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  h2,
  h1 + h2 {
    /* for sections, for sub headlines within text */
  
    font-size: 24px;
    line-height: 25px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 8px;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  h2 + p,
  h3 + p {
    padding-top: 10px;
  }
  li,
  blockquote {
    font-size: 18px;
    line-height: 25px;
    padding-left: 25px;
    font-style: italic;
  }
  ul,
  ol {
    margin: 0;
    padding-left: 50px;
    padding-right: 25px;
  }
  img {
    max-width: 270px;
  }
  pre {
    margin-left: 15px;
    margin-right: 15px;
    overflow: scroll;
  }
}
