html{
  scroll-behavior: smooth;
}
body {
	margin:0;
    padding:0;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	height: 100vh;

}


/*POZADINE SVIH STRANICA*/
.indexbody{
	background-image:url("slike/kafanaaa.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;

}
.grckabody{
	background-image:url("slike/grckazastava.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0a0a0a;

}

.nemackabody{
	background-image:url("slike/nemackazastava.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;

}
.kafebody {
	background-image:url("slike/kafee.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0a0a0a;
	background-attachment: fixed;

}

.srbijabody {
	background-image:url("slike/srbijazastava.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0a0a0a;
	background-attachment: fixed;

}
.picovnikbody {
	background-image:url("slike/peakpx.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;

}

.tocenabody {
	background-image:url("slike/toceno.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
}

.ceskabody {
	background-image:url("slike/ceskazastava.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
/*	background-size: 150px;             ovo je za velicinu slike */
}

.zestinabody {
	background-image:url("slike/rakija.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
}

.belgijabody {
	background-image:url("slike/belgijazastava.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
}

.ukbody {
	background-image:url("slike/ukzastava.png");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
}
.kontakbody{
	background-image:url("slike/pozadina.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #0a0a0a;
}



a {
	font-size: 18px;
	text-transform: uppercase;
}
.nav-area {
	background: #262626;
	margin: 90px 0px 0px 0px;

}
.nav-area:after {
	content: '';
	clear: both;
	display: block;
}
.nav-area ul {
	list-style: none;
	margin: 0px;

}
.nav-area>ul>li {
	float: left;
	position: relative;
}
.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	display: block;
	font-size: 18px;
}
.nav-area ul li:hover a {
	background: #34495e;
}
.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 160px;
	display: none;
	top: 100%;
	left: 0;
}
.nav-area ul li:hover>ul {
	display: block;
}
.nav-area ul ul li:hover a {
	background: #262626;
}
.nav-area ul ul li {
	position: relative;
	z-index:999; 
}
.nav-area ul ul ul {
	top: 0;
	left: 100%;

}
.nav-area ul ul ul li:hover a {
	background: #34495e;

}


/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;
}

.naslov{
	
	margin:0px;
}

img {
	width: 150px;
	height: 150px;
}

.naslov img {
  float: left;
  width: 150px;
  height: 150px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 37px;
  left: 10px;
  font-size: 60px;
  color: black;
  background-color: #fdca01;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 20px;
  padding: 2px 5px;

}

/*ovo p predstavlja sve paragrafe koji su na ostalim stranicama/cenovnici*/
p {
	color: white;
}



/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 20px;
	margin-top: 20px;
  	margin-bottom: 20px;
  	margin-right: 70px;
  	margin-left: 70px;
	padding: 2px;
	display: block;
}


.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 25px;
	margin-top: 20px;
  	margin-bottom: 0px;
  	margin-left: 70px;
	padding: 2px;
	display: inline-block;
}




.cena {
	background-color:rgba(0,0,0,0.7);
    display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}


.cena span {
	background-color:rgba(0,0,0,);
	color: white;
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

.cenapica ul li{
	list-style: none;
}



.imepodkategorije {
	position: relative;
	font-size: 20px;
	color: white;
	margin: 3px;
	background: rgba(0, 0, 0, 0.6) !important;
	display: flex;
    display: table;
}


.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0);
	color: white;
	padding: 0px 5px;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	
}



.map{
	position: relative;
    width: 100%;
    height: 250px;
    background-color: #262626;
    margin-top: 90px;
    }



.map2{
	position: relative;
    height: 450px;
    background-color: #262626;
    width: 90%;
	margin: 10px;
    padding: 5px;
    }

#map-container {
    height: 100%;
    width: 90%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	background-image:url("slike/flase.png");
	background-color:rgba(15,15,15,1);
	padding-left: 70px;
}

.kontaktdopuna {
	background: #0f0f0f;
	color: white;
	font-size: 20px;
	margin-top: 20px;
  	margin-bottom: 20px;
  	margin-right: 70px;
  	margin-left: 70px;
	padding: 2px;
	display: inline-block;

}

.social-icons {
	color: white;
	padding-left: 70px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 20px;
	margin-top: 20px;
  	margin-bottom: 10px;
  	margin-left: 70px;
	padding: 2px;
	display: inline-block;
 }



footer{
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;

    padding-top: 40px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 30px;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin:  auto;
    line-height: 20px;
    font-size: 22px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 20px;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: auto;
    padding: 20px;
padding-bottom: 100px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 14px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}



/*ovo je za dodavanje btn dugmeta*/
.gotopbtn{
  position: fixed;
  width: 30px;
  height: 30px;
  background: #27ae60;
  bottom: 20px;
  right: 9px;

  text-decoration: none;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 22px;
}





















/*1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111*/
@media screen and (max-width: 320px)
{
/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}

.kafebody {
	background-position: bottom 0px right 100px;
	 }

.naslov img {
  float: left;
  width: 50px;
  height: 50px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 18px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 20px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 3px;
	display: block;
	font-size: 10px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 80px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 12px;
	margin-top: -13px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: -13px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 15px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 10px;
	margin-bottom: 5px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}

ul {
	margin-top: 1px;
}

.imepodkategorije {
	position: relative;
	font-size: 11px;
	color: white;
	margin: 3px;
	background: rgba(0, 0, 0, 0.6) !important;
	display: flex;
    display: table;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 10px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 30px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 40px;

}

.map2{
	position: relative;
    width: 90%;
    height: 300px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 10px;
  	margin-bottom: 5px;
	padding: 2px;
	    align-items: center;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 3px;
    width: 10px;
}

.footer{
	padding-top: 1px;
}
.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 7px;
}
.footer-menu {
	float: left;
}
.copy{
}








}












/*ODAVDE KRECE SVE ZA TELEFON, za zadatu rezoluciju i menje rezolucije, sve vece od ovog idu kao dekstop 111111111111111111111111111111111111111111*/
@media only screen and (min-width: 320px)

{

	body {
	margin:0;
    padding:0;
    height:100vh;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
}

/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}



.naslov img {
  float: left;
  width: 50px;
  height: 50px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 7px;
  left: 5px;
  font-size: 18px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 35px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 5px;
	display: block;
	font-size: 10px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 90px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 14px;
	margin-top: -13px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: -13px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 17px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 14px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}
.imepodkategorije {
	position: relative;
	font-size: 13px;
	color: white;
	margin: 3px;
	background: rgba(0, 0, 0, 0.6) !important;
	display: flex;
    display: table;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 12px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.map2{
	position: relative;
    width: 90%;
    height: 420px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 16px;
  	margin-bottom: 10px;
	padding: 2px;
	    align-items: center;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 5px;
    width: 10px;
}


.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 10px;
}
.footer-menu {
	float: left;
}


/*ODAVDE KRECE SVE ZA TELEFON, za zadatu rezoluciju i menje rezolucije, sve vece od ovog idu kao dekstop 111111111111111111111111111111111111111111*/
@media only screen and (min-width: 350px)

{

	body {
	margin:0;
    padding:0;
    height:100vh;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
}

/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}



.naslov img {
  float: left;
  width: 60px;
  height: 60px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 9px;
  left: 5px;
  font-size: 23px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 35px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 5px;
	display: block;
	font-size: 12px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 90px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 14px;
	margin-top: -13px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: -13px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 17px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 14px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}
.imepodkategorije {
	position: relative;
	font-size: 18px;
	margin: 3px;
	background: rgba(0, 0, 0, 0.6) !important;
	display: flex;
    display: table;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 12px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.map2{
	position: relative;
    width: 100%;
    height: 420px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 14px;
  	margin-bottom: 10px;
	padding: 2px;
	    align-items: center;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 5px;
    width: 10px;
}


.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 10px;
}
.footer-menu {
	float: left;
}




/*ODAVDE KRECE SVE ZA TELEFON, za zadatu rezoluciju i menje rezolucije, sve vece od ovog idu kao dekstop 111111111111111111111111111111111111111111*/
@media only screen and (min-width: 414px)

{

	body {
	margin:0;
    padding:0;
    height:100vh;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
}

/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}



.naslov img {
  float: left;
  width: 70px;
  height: 70px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 15px;
  left: 5px;
  font-size: 22px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 35px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 5px;
	display: block;
	font-size: 14px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 90px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 16px;
	margin-top: -13px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: -13px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 18px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 16px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}
.imepodkategorije {
	margin-top: 1px;
	margin-bottom: 1px;
}
.imepodkategorije span{
	position: relative;
	font-size: 13px;
	color: white;
	background-color: black;
	margin-right: 112px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 16px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.map2{
	position: relative;
    width: 90%;
    height: 420px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 16px;
  	margin-bottom: 10px;
	padding: 2px;
	    align-items: center;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 5px;
    width: 10px;
}


.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 10px;
}
.footer-menu {
	float: left;
}


/*ODAVDE KRECE SVE ZA TELEFON, za zadatu rezoluciju i menje rezolucije, sve vece od ovog idu kao dekstop 111111111111111111111111111111111111111111*/
@media only screen and (min-width: 703px)

{

	body {
	margin:0;
    padding:0;
    height:100vh;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
}

/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}



.naslov img {
  float: left;
  width: 100px;
  height: 100px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 30px;
  left: 5px;
  font-size: 40px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 60px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 5px;
	display: block;
	font-size: 18px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 90px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 18px;
	margin-top: 20px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: 20px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 20px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 18px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}
.imepodkategorije {
	margin-top: 1px;
	margin-bottom: 1px;
}
.imepodkategorije {
	position: relative;
	font-size: 22px;
	color: white;
	margin: 3px;
	background: rgba(0, 0, 0, 0.6) !important;
	display: flex;
    display: table;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 18px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.map2{
	position: relative;
    width: 97%;
    height: 420px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 18px;
  	margin-bottom: 10px;
	padding: 2px;
	margin-left: 20px;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 5px;
    width: 10px;
}


.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 10px;
}
.footer-menu {
	float: left;
}


/*ODAVDE KRECE SVE ZA TELEFON, za zadatu rezoluciju i menje rezolucije, sve vece od ovog idu kao dekstop 111111111111111111111111111111111111111111*/
@media only screen and (min-width: 1200px)

{

	body {
	margin:0;
    padding:0;
    height:100vh;
    width:100%;
	font-family: poppins;
	background: url("slike/kafanaaa.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
}

/* .logo i img su zuti logo nA POCETNOJ */
.logo {
	display: flex;
	justify-content: left;

}



.naslov img {
  float: left;
  width: 120px;
  height: 120px;
}

/*ovo je PIVOLOGIJA BEER SHOP AND BAR*/
.naslov h1 span {
  position: relative;
  top: 40px;
  left: 5px;
  font-size: 50px;
  color: black;
  background-color: #fdca01;
  margin-top: px;
  margin-left: 0px;
  padding: 2px 2px;

}

.nav-area {
	background: #262626;
	margin: 70px 0px 0px -20px;

}

.nav-area ul {
	list-style: none;
	display: inline-block;
    list-style-type: none;
}

.nav-area>ul>li {
	float: center;
	position: relative;
}

.nav-area ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 10px;
	display: block;
	font-size: 22px;
}



.nav-area ul ul {
	position: absolute;
	padding: 0;
	min-width: 90px;
	display: none;
	top: 100%;
	left: 0px;
}





/*tekst na pocetnoj stranici*/
.uvod  span{
	background-color:rgba(15,15,15,0.6);
	color: white;
	font-size: 22px;
	margin-top: 20px;
  	margin-bottom: 0px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: block;
}
p.uvod span {


	margin-top: 10px;
}
.podnaslovi {
	background-color:rgba(15,15,15,0.7);
	color: white;
	font-size: 22px;
	margin-top: 20px;
  	margin-left: 24px;
	padding: 2px;
	display: inline-block;
}
 p.podnaslovi {
 	margin-left: 24px;
 }

.map{
	position: relative;
    width: 100%;
    height: 220px;
    background-color: #262626;
    margin-top: 50px;
    }

#map-container {
    height: 100%;
    width: 100%;
    }

/*ovo je kontakt adresa i ostalo*/
.info1 {
	font-size: 10px;
	position: relative;
	color: white;
	background-color: #0f0f0f;
	padding: 2px 20px;
	margin-top: 30px;
}

.tekst1{
	margin-top: 15px;
	margin-bottom: 1px;
}

.tekst1 span {
	background-color:rgba(0,0,0,0.7);
	color: white;
	padding: 0px 5px;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	
}

.cena {
	background-color:rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}


.cena span {
	color: white;
	font-size: 22px;
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 2px;
	list-style: none;

}
.cenapica{
	padding-right: 40px;
}

.cenapica span {
	color: white;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 2px;
}

.cenapica ul li{
	list-style: none;

}
.imepodkategorije {
	margin-top: 1px;
	margin-bottom: 1px;
}
.imepodkategorije span{
	position: relative;
	font-size: 25px;
	color: white;
	background-color: black;
	margin-right: 112px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.kontaktdopuna {
	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 20px;
	margin-top: 20px;
 	margin-bottom: 20px;
  	margin-right: 20px;
  	margin-left: 20px;
	padding: 2px;
	display: inline-block;
	align-items: center;


}


.social-icons {
	color: white;
	padding-left: 90px;
	font-size: 50px;
	text-decoration: none;
	margin: 0px;
	transition-duration: 0.2s;
}

.social-icons:hover{
	color: darkred;
	font-size: 80px;

}

.map2{
	position: relative;
    width: 98%;
    height: 420px;
    background-color: #262626;
    margin-top: 1px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 5px;


    }

#map-container {
    height: 100%;
    width: 100%;
    
    }
 .tekst-iznad-mape{
 	background-color:rgba(0,0,0,0.7);
	color: white;
	font-size: 20px;
  	margin-bottom: 10px;
	padding: 2px;
	margin-left: 20px;

 }



/*Velicina zastava i pozadina u mobiel view-u*/
 .ukbody{background-size: 130%}
 .belgijabody{background-size: 130%}
 .ukbody{background-size: 130%}
 .srbijabody{background-size: 130%}
 .nemackabody{background-size: 130%}
 .grckabody{background-size: 130%}
 .ceskabody{background-size: 130%}
 .kafebody {
	background-position: bottom 0px right 0px;
	 }


.footer-content h3{
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.5rem;
}
.footer-content p{
    max-width: 250px;
    margin:  auto;
    line-height: 10px;
    font-size: 11px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px -50px;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;


}
.socials a i{
    font-size: 5px;
    width: 10px;
}


.footer-bottom{
    background: #000;
    width: auto;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 7px;
    word-spacing: 1px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 7px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 100;
}

.f-menu li a {
	font-size: 10px;
}
.footer-menu {
	float: left;
}


