/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
h1{
    font-size: 35px;
    font-family: 'Bebas Neue', cursive;
}
h2{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}
h3{
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
}
body{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
img{
    max-width: 100%;
}
/* end generalni opisi */












h1{
    font-family: 'Fragment Mono', monospace;
}
h2{
    font-family: 'Montserrat', sans-serif;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.navbar{
    
    padding: 0;
}
.navbar-brand img{
    height: 45px;
}
.navbar-light .navbar-nav .nav-link {
   
    padding: 20px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    
background: linear-gradient(90deg, rgba(25,114,228,1) 0%, rgba(46,120,215,1) 22%, rgba(12,117,226,1) 43%, rgba(28,90,222,1) 71%, rgba(10,53,219,1) 100%);    
}

.dropdown-item:hover{
    background-color: transparent;
}
.navbar-collapse{
    flex-grow: 0;
}
img{
    max-width: 100%;
}
.prva{
    background-image: url(images/salata.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 100px 0;
    color: aliceblue;
    width: 100%;
    height: 100%;
   
}
body {
    height: 100%;
  }
  .prva h1{
    font-size: 80px;
  }
 .prva button{
    margin: 30px;
    padding: 10px;
 }
 .druga h2{
    font-weight: bold;
    font-size: 48px;
    padding: 30px 0;
 }
 .druga{
    line-height: 1.5;
 }
 .druga button{
    margin: 40px;
 }
 .treca{
    margin: 80px;
    padding: 40px;
    line-height: 1.5;
 }
.treca h3{
    padding-top: 15px;
    
}
.cetvrta{
    margin: 80px;
    padding: 40px;
    line-height: 1.5;
}
.cetvrta h3{
    padding-top: 15px;
}

.slike div{
padding: 20px;
}
