body {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif; }

h1, h2, h4, nav li a {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 48px;
  margin-top: 80px;
  margin-bottom: 10px;
  color: #002e40; }

h2 {
  margin-top: 0;
  font-size: 28px; }

h4 {
  font-size: 20px;
  margin-bottom: 10px; }

.why-list {
  margin-top: 0px; }
  .why-list li {
    line-height: 28px; }

a {
  cursor: pointer; }

ul {
  list-style: none;
  padding-left: 10px; }

.nav-container {
    background: rgba(149, 91, 34, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 70px;
    width: 60px;
    z-index: 999999
}

.nav-container nav {
    padding-top: 70px;
}
.nav-container nav ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0px;
}
.nav-container nav li {
    border-bottom: 1px solid #fff;
    display: block;
}
    .nav-container nav li a {
      font-size: 15px;
      color: white; }
    .nav-container nav li a.active {
      color: #aaaaaa; }
  @media screen and (max-width: 640px) {
    .nav-container nav {
      width: 90%; }
      .nav-container nav li {
        width: 22%;
      }
      .nav-container nav li a {
        font-size: 13px; } }



.bottom-link {
  margin-top: 80px;
  font-style: italic; }

.gist-meta {
  display: none; }

.file-data {
  font-size: 14px; }

/*section.slider { 
  background: url(http://kamw.pl/templates/kamw/img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}*/

.title-span span{
	display: none;
	transition: 0.2s ease-in all;
}
/*.title-span span.active, li span.active {
    background: rgba(149, 91, 34, 0.7) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 58px;
    margin-left: -160px;
    margin-right: 60px;
    margin-top: -60px;
    padding-top: 14px;
    text-align: center;
}*/
.gradient {

  /* can be treated like a fallback */
  background-color: #7e481e;

  /* will be "on top", if browser supports it */
  background-image: linear-gradient(#7e481e, #7e4811);

  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #7e481e;
  background: linear-gradient(#7e481e, #7e4811);

}
.title-img {
    cursor: pointer;
    padding: 6px;
}
li .title-img:hover {
	display: block;
	transition: 0.2s ease-in all;
}

.title {
    
}

