/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.wp-block-post-title {
	display: none;
}

.uredno {
	 text-align: justify;
  text-justify: inter-word;
}

.invisible .table .tbody {
	border-color: white;
}

.navigacija 

 {
	 position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%; /* Full width */
	 z-index: 999;
	 justify-items: center;
}

.wp-block-navigation-item a:hover {
	text-decoration: none;
	font-weight: 800;
	color: purple;
}


	.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 600;
        overflow: hidden;

    }

.google-maps iframe {

        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;

    }
@media (max-width: 991px) {
  .art8logo {
      display: none;
  
}

@media (max-width: 767px) {
  .art8logo {
      display: none;
  }
	
}

@media screen and (max-width: 600px) {
  .hideonmobile {
    display: none;
  }
	
	
	

