.dugme {
  background-color: #F3F3F3;
  padding: 5px;
  border: 1px solid #777777;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #AAA;
}

.okvir {
	border: 1px solid #8a8a8a !important;
	padding: 10px;
  	border-radius: 3px;
	box-shadow: 3px 3px 3px #AAA;
}

.foto {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.artikal {
	border-top: 4px solid #3693d4;
  	border-bottom: double;
}


/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */

@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap');


.videocontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}