/* OSNOVA */

body {
  font-family: Georgia, serif;
  background: #f9f9f9;
  color: #222;
  margin: 0;
  padding: 20px;
}


/* KONTEJNER */

.container {
  max-width: 620px;
  margin: 0 auto;
}


/* HEADER */

.site-header {
  margin-bottom: 30px;
}

.brand-link {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.brand-link:hover {
  color: #222;
}


/* NASLOVI */

h1 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 15px;
}


/* TEKST */

p {
  line-height: 1.7;
  margin-bottom: 16px;
}


/* LISTA (SEO ULazi) */

ul {
  padding-left: 18px;
  margin-bottom: 30px;
}

li {
  margin-bottom: 10px;
}

li a {
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #ddd;
}

li a:hover {
  border-bottom: 1px solid #222;
}


/* CTA DUGME */

.cta {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 18px;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  transition: all 0.2s ease;
}

.cta:hover {
  background: #222;
  color: #fff;
}


/* FOOTER */

.site-footer {
  margin-top: 50px;
  font-size: 14px;
}

.site-footer a {
  text-decoration: none;
  color: #666;
}

.site-footer a:hover {
  color: #222;
}
