.primary-nav {
	border-radius: 5px;
  	
}
nav .primary-nav {
	background: #028fa5;
}
.menu {
	background: #028fa5;
}
.mobile-nav-button {
	border-radius: 5px;
  	background: #028fa5;
}
.mobile-nav-button:hover {
	border-radius: 5px;
}
.mobile-nav-button.open {
	background: #028fa5;
}
footer#footer {
background: #fff0d8;
}

.site-copyright {
	color: black;
}
.post-edit-link {
	background: #028fa5;
}

#heder {
	margin-left: 200px;
  	margin-top: 30px;
}
#korisni_linkovi {
	list-style-type: disc;
	color: #363636;
}

#korisni_linkovi li a {
	color: #028fa5;
    
}

#kontakt_strana {

}

#div_frejm {
	width: 1100px;
  	height: 1000px;
	}

#casopis_p ul li {
	display: inline;
	margin-right: 20px;
}

#casopis_p p {
  display: inline;
}

#casopis_p {
  
  margin-top: 0px;	
  margin-left: 55px;
}
.slika_casopis {
	margin-left: 15px;
}




#outerdiv
{
   width:890px;
   height:500px;
   overflow:hidden;
   position:relative;
}

#inneriframe
{
   position:absolute;
   top:-265px;
   left:-315px;
   width:890px;
   height:500px;
}


div#container1
{
    width:905px;
    height:465px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */
	margin: 0 auto;
   
}

iframe#embed1
{
    width:930px;       /* set this to approximate width of entire page you're embedding */
    height:1080px;      /* determines where the bottom of the page cuts off */
    margin-left:-30px; /* clipping left side of page */
    margin-top:-190px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}



<!-- ZA RESPONSIVE TABELU NA STRANICI CASOPIS -->
.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 360px) {
  .rg-container {
    max-width: 360px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}



<!-- CIROVIC IFRAME CSS -->

/*OVERLAY IFRAME

.overlay {
  	width: 100vw;
    height: 100vh;
    /*position: sticky;
    width: 100%;
    height: 0;*/     /*
    position: fixed;
    z-index: 210;
    top: 0px;
    left: 0px;
    background-color: rgba(66, 148, 195, 1.00);
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*opacity: .98;*/


/*
    opacity: 0.6;
}

.overlay-content {
    position: relative;
    top: 80px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.overlay-content iframe {
    width: 100vw;
    height: 100vh;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #F67D00;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 60px;
    z-index: 300;
}

.iframeButton {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
*/


#mojeDugme {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
#mojeDugme:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
#mojeDugme:active {
	position:relative;
	top:1px;
}