/********************************* HEADHER *********************************************************/
#logo_image{
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
    width: 66px; /* you can use % */
    height: 54px;
    margin-top: 28px;
    border-top: 12px;
    border-right: 8px;
    border-color: black;
    padding-right: 8px;
}

#menu {
    margin-top: 2px;
    background-position-y:top;
    width: 100%;
    overflow:auto;
}

#open-sidebar-button{
    border: none;
    position: fixed;
    top: 24px;
    right: 0;
    background-color: white;
    display: inline-block;
    cursor: pointer;
}

/********************************************HERO SECTION************************************************/

/*nav{
    min-width: 100%;
    max-height: 50%;
    background-image: url(imgs/Baner_FINAL.jpg);
    background-repeat: no-repeat;
    background-position: center;
}*/

#jkpbor-image{
    display: flex;
    margin-right: 20px;
    justify-content: center;
    -ms-flex-pack: center !important;
    position: static;
    width: 100%;
    left: 20px;
    margin: 20px;
    border: 5px;
    border-color: black;
    max-height: fit-content;
}


#header{
    background-position-y: 371px;
    background-repeat: no-repeat;
    background-size: cover;
    min-width:fit-content;
    min-height: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 12px;
}

#headerall{
    display: inline;
    background-position-y: 371px;
    background-repeat: no-repeat;
    background-size: cover;
    min-width:fit-content;
    min-height: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 12px;
}

button{
    float: left;
    height: 64px;
    width: auto;
    margin: 2px;
    padding: 1px;
}

@media screen and (max-width: 990px) {
    #menu{
        position:-ms-page;
        top: 0;
        right: -20%;
        height: 100vh;
        width: min(25em, 100%);
        z-index: 10;
        border-left: 1px solid var(--hover-color);
        transition: right 300ms ease-out;
    }
}

#menu.show{
    right: 0;
}

h3{ 
    color:#02692a;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 24px;
    padding: 4px;
}


#menu li{
    width: 100%;
    flex-direction: column;
}

#menu a{
    width: 100%;
    padding-left: 2.5em;
}

#povratnimeni{
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
    width: 58px; /* you can use % */
    height: auto;
    margin-top: 28px;
    border-top: 12px;
    border-right: 12px;
    border-color: black;
    padding-right: 12px;
}

#menu-icon{
    color: #02692a;
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
    width: 66px; /* you can use % */
    height: 54px;
    margin-top: 24px;
    margin-right: 24px;
    border-top: 12px;
    border-right: 12px;
    border-color: black;
    padding-right: 12px;
}

.dropdown:hover .dropdown-menu{
    display: block;
    position: relative;
}

.dropdown>dropdown-toggle:active{
    pointer-events: none;
}

.dropdown-menu{
    position:absolute;
    transform: translate3d(0px, 38px, 0px);
    top: 0px;
    left: calc(0% - 5rem);
    will-change: transform;
    outline: 3px;
}

/*************** MOBILE MENU***********************************/
.mobile-container {
  max-width: 990px;
  margin: 32px;
  background-color: #555;
  height: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #02692a;
  position: relative;
  display:block;
}

.topnav #myLinks {
  display: none;

}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav .dropdown-item {
  color: rgba(195, 197, 192, 0.877);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a .icon {
  background: rgb(1, 46, 4);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #41e949;
  color: rgba(15, 88, 31, 0.699);
}

.active {
  background-color: #2e5f4d;
  color: white;
}

/*******************************************ICON SECTION***************************************************/

#icons{
    background-color: white;
}

a:hover{
    color: #247e2a;
}

.icoimage{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*******************************************PHOTO SECTION***************************************************/



#recent-work img {
    margin: 5px;
    height: 280px;
    width: auto;
    padding: 12px; 
}

#recent-work h3,p {
    padding-left: 12px;
}

h5{
    color: rgb(95, 93, 93);
    background-color: white;
    border-bottom: 1px dashed darkgray;
}

#naslov {
    color: rgb(95, 93, 93);
    background-color: white;
    border-bottom: 1px solid darkgray;
}

#from-blog img {
    height: 240px;
    width: auto;
    padding: 12px;  
}

p {
    margin-top: 20px;
}

a{
    color: #02692a;
}

h5 {
    text-align: center;
}

.bttlnk {
    margin-right: 12px;
    padding-right: 10px;
}

.filter-red{
    width: 25%;
    height: auto;
    scale: 10%;
}
/*******************************************FOOTER***************************************************/

#footer-text {
    background-color: black;
    color: white;
    position: relative;
}

#footer-text::before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(56, 55, 55, 0.438);
}

#table {
    margin: 10px;
    border-top: 1px solid  rgb(136, 134, 134);
}

#list {
    color:  rgb(136, 134, 134);
    border-bottom: 1px solid rgb(136, 134, 134);
    padding-top: 4px;
    padding-bottom: 4px;
}

#end {
    background-color: rgb(11, 70, 37);
    color: white;
}