body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h4, h1 {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
}

.container {
  max-width: 800px;
}

a {
  color: #e60001;
}

a:hover {
  color: #e60001;
}

.main-heading {
  text-align: center;
  margin: 40px 0;
}

.main-heading img {
  margin-bottom: 20px;
}

.main-heading h1 {
  margin-bottom: 50px;
}

.voda-section-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.v-badge {
  background-color: #e60001;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

section {
  margin-bottom: 40px;
}

.v-img-steps {
  margin-bottom: 30px;
  font-weight: 600;
}

.v-img-steps img {
  margin-top: 5px;
}

.mb-30 {
  margin-bottom: 30px;
}

#permalink_section {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

footer {
  background-color: #202020;
  color: #fff;
  padding: 30px 0px 20px;
  text-align: center;
}

footer a {
  color: #fff !important;
}

footer a:hover {
  color: #fff;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 0;
  padding-right: 20px;
}

@media (min-width: 800px) {
  ul li {
    display: inline-block;
  }
}

.img-thumbnail {
  border-color: #003399;
  border-width: 2px;
}
/*# sourceMappingURL=custom.css.map */