body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body, html {height: 100%}

.header-image {
  background-image: url("fotk/001.jpg");
  background-color: #cccccc;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* menu spodaj */
.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;

}

.navbar a {
  float: left;
  display: block;
  width: 12%;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {  background: #ddd;  color: black;}

/* vsebina */
.vsebina {
    margin:auto;
    max-width:600px;
}

.odstavek {
    margin:10px;
      font-size: 17px;
    line-height: 2
}

.right {
  background-color: white;
  padding: 10px;
  float: right;
  max-width:100%;
  height:auto;"
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  color:#f2f2f2;
} 


/* Style the footer */
.footer {
  background-color: black;
  padding: 10px;
  text-align: center;
  color: white;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1        {  background-color: #008CBA;  color: black;}
.button1:hover  {  background-color: #04AA6D;  color: white;}
.button2        {  background-color: #04AA6D;  color: black;  border-radius: 50%;}
.button2:hover  {  background-color: #008CBA;  color: white;}

