

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}

a:hover {color:#90a4ae;}

h1 {font-size: 4rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.5rem;}
h5 {font-size: 1.2rem;}
h6 {font-size: 1rem;}

.pad20 {padding-top:20px; padding-bottom: 20px;}

.header-top {
	margin-bottom: 0px !important;
}

.side-nav {
	width: 200px !important;
}

.btn {
	background-color: #37474f;
}

.flink, .flink:hover {
	color:rgba(0,0,0,0.87);
}

/*
.navigation{
	position: relative;
	text-align: center;
	background: rgb(247 252 255 / 35%);
	z-index: 99;
}

.custom-nav {
	background-color: silver;
	width: 60%;
	border-radius: 0 0 50% 50%;
	overflow: hidden;
}

.nav-box ul {
	margin: 0px auto;
}
.nav-box li {
	display: inline-block;
}
.nav-box a:hover {
	background:#37474f;
	color:white;
}

.nav-box li a {
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	color: #90a4ae;
	font-weight: 600;
}
.nav-box li i {
	font-size: 30px;
	margin-right: 10px;
}

.active {
	background:#37474f;
	color:white !important;
}


.nav-box li a {
display: flex;
    align-items: center;
}

*/

.gallery {
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	 gap:10px;
	 justify-content: center;
	 margin-bottom: 40px;
 }

 .item {
	 width: 100%;
	 display: inline-block;
	 margin: 0px;
	 transition: opacity 0.3s;
	 grid-row: span 1;
 }

 .vertical {
	 grid-row: span 2;
 }

 .vertical img {
	 min-height: 475px;
 }

 .buttoni {
	text-align: center;
    padding-bottom: 25px;
 }

 .filter-button {
	border: none;
    padding: 5px 25px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background: #263238;
    color: #fff;
	margin-bottom: 3px;
 }

 .item img {
	 height: 230px;
	 object-fit: cover;
 }

.custom-nav {
	background: #263238;
	margin: 0px auto;
    z-index: 999;
    display: flex;
    justify-content: center;
}
.custom-nav li {
	display: inline-block;
	padding: 20px;
}
.custom-nav li a {
	color:#fff;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
}

.custom-nav li a:hover {
	color:#90a4ae;
}

.custom-nav li a i {
	margin-right: 10px;
	font-size: 20px;
}

a.active {
	color:#90a4ae !important;
}

/**CSS HACK FOR GALERY*/
.galereya-cats {display: none !important;}
/*END */

.parallax-container {
      height: 650px;
    }
.row {
	margin-bottom: 0px !important;
}

.parallax-text h1 {
	padding: 30px;
	margin-top: 60px;
	color:white;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.parallax-text hr {
	width: 80px;
	margin: 0px auto;
	border:5px solid white;
}

.podnaslov {
    color:#fff;
    font-size:1.5rem;
}

.parallax-text p {
	padding: 50px;
	color:white;
	font-size:20px;
	width: 60%;
	margin: 0px auto;
}

.info-top-box {
	padding: 20px;
}
.info-top-box h2 {
	padding: 20px;
}


.info-top-box hr {
	width: 80px;
	margin: 0px auto;
	border:5px solid #37474f;
	margin-bottom: 50px;
}

.info-box {
	padding: 40px 30px;
	background: #eeeeee;
	height: 360px;
	border-radius: 5px;
}
.info-box h3 {
	font-size: 24px;
}

.info-box .material-icons {
	font-size: 65px;
	border:none;
	border-radius: 50px;
	padding: 15px;
	transition: all ease 500ms;
}

.info-box:hover {
	margin-top:-10px;
	transition: margin ease-in 200ms;
	background-color: #dcdcdc;
}

.info-box:hover .material-icons {
	color:white;
	border:2px solid silver;
	border-radius: 50px;
	padding: 15px;
	transition: all ease 500ms;
	text-shadow: 0px 0px 2px black;
	background: white;
}

#work {
	margin-top: 80px;
	padding-bottom: 50px;
}

#work .material-icons {
	position:relative;
	bottom:-4px;
	margin-right: 5px;
	font-weight: 700;
	font-size:18px;
}

#work p {margin-top:0px; margin-bottom: 10px;}

.about {padding-bottom: 50px;}

.about p {
	padding: 0px 15px;
}

.about img {width: 100%;}

/*cenovnik stranica*/

.cenovnik {
	padding-top: 40px;
	padding-bottom: 20px;}

.col-brzi-kontakt {
	padding: 20px;
	background: #a4c0ce;
	text-align: center;
}

.desno {text-align:right;}
.levo {text-align:left;}

.brzi-kontakt a {
	margin-bottom: 20px;
	font-size: 20px;
}

.cenovnik .info-box {
	padding:0px 30px;
	text-align: center;
}

.cenovnik .opcija {
	text-align: center;
    font-size: 75px;
    padding: 15px 40px;
    background: #37474f;
    color: white;
	border-radius: 50%;
	position: relative;
	top:-50px;
}

.cenovnik .info-box ul.opis {
	text-align: left;
	padding-left: 5px;
}

.opis li {
	list-style: circle !important;
	margin-bottom: 5px;
}

.cena {text-align: center;}



.working-photo img {
	max-width: 400px;
	padding: 20px;
}
.pre-futer {
	padding-top:20px;
	padding-bottom: 40px;
	color:#c0c0c0;
	overflow: hidden;
}
.pre-futer a {
	color:white;
}
.pre-futer a:hover{
	color:#8d6e63;
}

.futer {
	color:#c0c0c0;
	margin-top: -1px;
}

.futer p {padding-top:20px;}

.pre-futer .material-icons {font-size:45px;}

.futer a {
	color:#90a4ae;}

.futer a:hover {
	color:white;}



.fut-soc {
	margin-top: -15px;
}

.soc-btn a {
	font-size: 25px;
    line-height: 25px;
    background: #37474f;
    padding: 10px 15px;
    border-radius: 65px;
}

.fa-margin {
	margin-right: -5px;
}

.soc-btn a:hover {
	background: #263238;
}


.navigation .material-icons {
	display: none;
}
.big-icon {
	font-size:45px;
}
.link-footer a {
	color:#90a4ae;
}
.link-footer a:hover {
	color:white;
}

hr {
	width: 80px;
	margin: 0px auto;
	border:5px solid #263238;
	margin-bottom: 40px;
}

.extra-padding {
	padding-bottom: 15px;
}

.galerija {padding-top:10px;padding-bottom:50px;}
.materialbox:hover {
cursor: pointer;
}

.btn-floating.btn-large {
	margin-top: 50px;
}

/*resonsive*/

@media (max-width:990px) {
	.levo, .desno { text-align: center;}
}

@media screen and (min-width:768px) and (max-width:1023px) { 
.navigation .material-icons {
	display: block;
	font-size: 40px;
	background: #37474f;
    color: #fff;
    text-align: center;
}
.nav-box li {
	margin-top: 5px;
}
.info-box {
	margin-bottom: 10px;
}

.gallery {
	grid-template-columns: repeat(3,1fr);
}

.hide-mob {
	display: none;
}


} /*tablet*/

@media screen and (max-width:767px) {
.navigation .material-icons{
	display: block;
	font-size: 40px;
	background: #37474f;
    color: #fff;
    text-align: center;
} 
.nav-box li {
	margin-top: 5px;
}
.info-box {
	margin-bottom: 15px;
}

.parallax-text p {
    padding: 30px;
    color: white;
    font-size: 16px;
    width: 90%;
    margin: 0px auto;
}

.parallax-text h1 {
    padding: 15px;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 35px;}

h1 {
    padding: 20px;
    font-size: 40px;}

.pre-futer {
	text-align: center;
}

.working-photo img {width:100%;}

.gallery {
	grid-template-columns: repeat(2,1fr);
}

.btn-floating.btn-large {
	margin-top: 30px;
}

.hide-mob {
	display: none;
}

} /*mobile*/


@media screen and (max-width:440px) {
	.podnaslov {
		font-size: 1.5rem;
		margin: 0.2rem;
		font-weight: 300;
	}

	.parallax-text hr {
		margin-bottom: 10px;
	}

	.home-btn {
		margin-top:10px;
	}
}