@charset "ISO-8859-1";

.container {
            display: flex;
            flex-direction: column;
            margin: 0.0em;
			width: 100%;        
        }
 .element {
	   		max-width:100%;
	   		margin: 0 auto;
            padding-right: 1em;
         /*   border: 1px solid mediumvioletred; */
            margin-top:1.0em;
            
        }
body {
	box-sizing: border-box;
	/*background-color: #1E5050;*/
	background-color: #000000;
	/*color: #FFFFFFFF;*/
	/*color: black;*/
	color:#e0af4a;
	font-size:1em;
	width: 98%;
	padding: 0;
	/*background-image: url('/images/cool-background.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    background-position: center;
}
html {
	border: 0;
	padding: 0;
}
td {
	padding-top: 1.5em;
	vertical-align: middle;
	text-align: center;
}

 .element1 {
	     margin:0 auto;
            padding: 3em;
            max-width:100%;
        }
  .responsive-img {
	        width: 50%;
            height: auto;
            max-width: 95%; /* Ensures image doesn't exceed its container's width */
        }
.fromtop {
	margin-top: 1em;
	padding-top: 3em;
}
.scrollable-container {
    position: fixed;
     z-index: 1000;
     top:0;
     left:0;
     /*background-color: #1E5050;*/
     background-color: #000000;
    overflow-x: auto;
    overflow-y: hidden;
    width:100%;
    height:2.9em;
    margin: 0 auto;
    padding: 0.9em 0.7em;
    text-align: center;
    vertical-align: middle;
}

  .right-align {
            text-align: right; /* Right align text */
          font-size:1.1em;
          vertical-align: middle;
/*padding-top: 1.3em;*/	
        }

.menuspace {
	 padding: 0.0em 1em; /* Adjust padding for top/bottom and left/right */
     text-align: center;
     }

a.navbar {
	text-decoration: none;
	color:#FFFFFFFF;
}
a.navbar:hover {
	font-size: larger;
}

.align-center {
	text-align: center; /* Center horizontally */
    vertical-align: middle; /*.
    0 Center vertically */
   /* Ensure the cell has some height */ 
}

 .beautiful-button {
   /* padding: 15px 30px;
    font-size: 16px;*/
    font-family: "Roboto Slab", serif;
    font-size: 2.8em;
    font-weight: bold;
    color: #ffffff;
    /* background-color: #4CAF50; */
      /*background-color:rgba(30,80,80,0.4);*/
      /*background-color:rgba(0,0,0,0.4);*/
     /* background-color:rgba(30,80,80,0.6);*/
     background-color:rgba(90,90,90,0.6);
    color: white;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.beautiful-button:hover {
   /* background-color: #45a049;*/
   /* background-color:rgba(0,0,0,0.6);*/
    /*background-color:rgba(30,80,80,0.9);*/
     background-color:rgba(20,20,20,0.9);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.beautiful-button:active {
   /* background-color: #3e8e41;*/
      /*background-color:rgba(0,0,0,0.6);*/
    /*   background-color:rgba(30,80,80,0.9);*/
     background-color:rgba(20,20,20,0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.krasnopis {
  /*font-family: "Playwrite IS", cursive;*/
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cirkrasnopis {
  /*font-family: "Lobster", sans-serif;*/
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-style: normal;
}

.menutopic {
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
    vertical-align: middle;
    padding-top: 0em;
    color: #ffffff;
}

.menuitem {
text-align: left;
font-size:1.2em;
vertical-align: middle;
padding-top: 1em;	
}

.ukupnoitem {
	margin-top: -0.9em;
text-align: left;
font-size:1.1em;
vertical-align: middle;
padding-top: 0.9em;	
}

.swal-button-custom {
    font-size: 1.3rem !important; /* Change this to your desired font size */
}
/*
.swal2-popup {
  font-size: 3.0rem !important;
  font-family: Georgia, serif;
}
*/
.swal2-popup1 {
  font-size: 1.1rem !important;
  font-family: Georgia, serif;
}

.tekstzadugme {
	 font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 0.4em;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
}

.tekstzadugme1 {
	font-size:0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.imgmenu {
	  padding-top: 1em;
}


  .hidden {
            display: none;
        }
        