@font-face{
    src: url("fontovi/Panton-BlackCaps.otf");
    font-family: "Panton-BlackCaps";
}

body{
    margin: 0 auto;
    font-family: ;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: "Panton-BlackCaps";
}

.gore{
    position: fixed;
    right: 1em;
    bottom: 1em;
    width: 3.5em;
    cursor: pointer;
    z-index: 5;
}

.heder{
    display: table;
    width: 100%;
    height: 100%;
}

/* navigacija */

nav{
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 10;
    transition: top 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: rgba(255,255,255,0.3);
}

.skrol {
    background-color: rgba(255,255,255,0.95);
}

.lista{
    float: right;
    padding-right: 50px;
    line-height: 70px;
}

nav ul{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

nav li{
    display: inline-block;
    padding: 5px 20px;
}

nav a{
    text-decoration: none;
    font-size: 1.3em;
    font-family: "Panton-BlackCaps";
}

nav ul li a:link, 
nav ul li a:visited{
    display: block;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
} 

nav ul li a:active,
nav ul li a:hover{
    color: #e33936; 
    transition: 0.3s;
}

.logo{
    float: left;
    height: 70px;
    padding: 5px 5px 5px 50px;
}

.navigacija_manja{
    display: none;
}
#lista_manja{
    display: none;
}
.klikni{
    display: none;
}

.section_picture1{
    height: 30em;
	width:100%;
	background-image:url(slike/pizza.jpg);
	background-size:cover;
	background-attachment:fixed;
}

/* sadržaj */
/* sadržaj 1*/

#section_text{
    height: 100%;
    background-color: rgba(255,255,255,1);
    margin: 0 auto;
    text-align: center;
    padding: 3% 15%;
    font-size: 1.3em;
}

#section_text h1{
    color: #e33936;
    line-height: 0.2em;
}

hr{
    border-bottom: 5px #ff2600 solid;
    width: 50%;
}

h3{
    color: #4d4d4d;
}

/* sadržaj 2*/


.section_picture2{
    height: 30em;
	width:100%;
	background-image:url(slike/768px-THE_SHRIMP.jpg);
	background-size:cover;
	background-attachment:fixed;
}

#section_text2 h1{
    color: #e33936;
    line-height: 0.2em;
}

#section_text2{
    height: 100%;
    background-color: rgba(255,255,255,1);
    margin: 0 auto;
    text-align: center;
    padding: 3% 5%;
    font-size: 1.3em;
}

#section_text2 p{
    line-height: 0.3em;
    font-size: 0.9em;
}

/* galerija pizza */

.okvir_podatci {
    background-color: #fff;
    display: inline-block;
    width: 30%;
    text-align: center;
}

.okvir_podatci img {
    width: 70%;
}

/* sadržaj cjenik pića*/

.section_picture3{
    height: 30em;
	width:100%;
	background-image:url(slike/large_pexels-photo-263041__1_.jpg);
	background-size:cover;
	background-attachment:fixed;
}

#section_text_cjenik_pica{
    height: 100%;
    background-color: rgba(255,255,255,1);
    margin: 0 auto;
    text-align: center;
    padding: 3% 15%;
    font-size: 1.3em;
}

#section_text_cjenik_pica p{
    font-size: 0.8em;
}

#section_text_cjenik_pica h3{
    text-decoration: underline;
}

#section_text_cjenik_pica h1{
    color: #e33936;
    line-height: 0.2em;
}

/* sadržaj dostava*/

#section_text_dostava{
    height: 100%;
    background-color: rgba(255,255,255,1);
    margin: 0 auto;
    text-align: center;
    padding: 3% 15%;
    font-size: 1.3em;
}

#section_text_dostava h1{
    color: #e33936;
    line-height: 0.2em;
}

#section_text_dostava p{
    font-size: 0.9em;
}

#section_text_dostava u{
    font-size: 1.2em;
    font-weight: bold;
}

.section_picture4{
    height: 25em;
	width:100%;
	background-image:url(slike/file.pizza.jpg);
	background-size:cover;
	background-attachment:fixed;
}

/* karta */

iframe{
    width: 100%;
}

/* footer */

footer{
    width: 90%;
    display: table;
    padding: 2% 5%;
    background-color: rgba(255,255,255,1);
}

#footer_kontainer{
    text-align: center;
}

#footer_block{
    display: inline-block;
    text-align: center;
    width: 30%;
    color: #1a1a1a;
    padding: 2% 1%;
}

#footer_block h2{
    color: #e33936;
}

#footer_ime{
    width: 98%;
    background-color: #262626;
    padding: 1%;
    text-align: center;
}

#footer_ime h3{    
    color: #e33936;
    font-size: 1em;
}

#DOM{
    position: relative;
    width: 90%;
    display: table;
    padding: 2% 5%;
    background-color: rgba(227, 57, 54,1);
}
#DOM_kontainer{
    text-align: center;
}

#DOM h2{
    column-span: all;
    padding: 0 0 0.7em 0;
    margin: 0 auto;
    text-align: center;
}

#DOM_block{
    width: 30%;
    display: inline-block;
    text-align: center;
    color: #1a1a1a;
    padding: 2% 1%;
}

button{
    border: 2px #1a1a1a solid;
    background-color: #e33936;
    padding: 0.3em;
    font-size: 1.2em;
    cursor: pointer;
    font-family: "Panton-BlackCaps";
}

iframe{
    width: 100%;
}