/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  font-family: 'Roboto Condensed', serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  background-color: #a5aaaa;
}

.naslov {
  margin-left: 60px;
}
.tekst-column {
  margin-left: 20%;
}

.ime {
  font-size: 2rem;
  font-weight: 700;
}

.titula {
  font-size: 1.4rem;
}

.jezici {
  font-size: 1.1rem;
  font-weight: 300;
}

.kontakti {
  margin-top: 6rem;
  width: 25rem;
}

p {
  margin-bottom: 5px;
}

.mail {
  margin-bottom: 20px;
}

.lokacija {
  margin-top: 5px;
}

.text-hero {
  font-size: 1rem;
  font-weight: 300;
}

.cover-container {
  max-width: 42em;
}

.mb-10 {
  margin-bottom: 70px !important; 
}

.mt-10 {
  margin-top: 25% !important; 
}

.ikona {
  max-width: 1.4rem;
  max-height: 1.4rem;
  margin-right: 6%;
}

.tekst-linkovi:link {
  text-decoration: none;
  color: #000000;
}

a:active {
  color: #000000;
}

a:visited {
  color: #000000;
}


hr {
  border: none;
  height: 2px;
  background-color: #000000; 
  opacity: .7;
  width: 15rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

