
.post {
	position: relative;
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    color: #fff;
}

.img-container {
    overflow: hidden;	
}
.dimmed {
	width:100%;
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	text-align: center;
    background-color: #1A1A1A;
    opacity: 0.3;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

.post:hover .dimmed {
	opacity: 0.6;
}

.post:active .dimmed {
	opacity: 0.6;
}
.overimage {
	position: absolute;
	top:30%;
	width: 100%;
	z-index: 10;
}

.overimage.latest {
	top:40%;
}

.overimage.latest.post-title {
	bottom:7%;
	top:auto;
}

h1.header {
	font-size: 50px;
	font-family: 'Armata', sans-serif;
	margin-left: 20px;
}

h1.header.latest {
	font-size: 58px;
}

.podnaslov {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 24px;
	margin-left: 4px;
	line-height: 28px;
	font-style: italic;
}

.podnaslov.latest {
	font-size: 28px;
	margin-left: -10px;
	line-height: 32px;
}

.topmargin {
	margin-top: 6px;
}

.box {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px
} 

h2.imeprezime {
	font-size: 24px;
	font-family: 'Armata', sans-serif;
	margin-top: 45px;
	text-align:center;
	color: #4d4d4d;
}

.opis {
	font-size: 14px;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
	font-style: italic;
	color: #666666;
}

.opisweb {
	font-size: 14px;
	font-family: 'Quattrocento Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
	color: #4d4d4d;
	font-weight:bold;
}

.social-icons {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 160px;
}

.theme {
	font-size: 44px;
	font-family: 'Lobster Two', cursive;
	margin-top: 55px;
	text-align:center;
	color: #4d4d4d;
	margin-bottom: 15px;
}

.box1 {
	background-color: #4d4d4d;
	height: 40px;
	margin-top: 5px;
}

.innertext {
	font-size: 21px;
	font-family: 'Armata', sans-serif;
	padding-top: 5px;
	margin-left: 10px;
	color: #fff;
}

.box1.personal:hover {
	background-color: #ff2d55;
}
.box1.photoshop:hover {
	background-color: #34aadc;
}
.box1.illustrator:hover {
	background-color: #ff9500;
}
.box1.photography:hover {
	background-color: #4cd964;
}

.latest-icon {
	position: absolute;
	top:30px;
	left:-80px;
	z-index: 10;
	width: 160px;
}	

.search {
	margin-top: 15px;
}

.post:hover img.pictures {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.02, 1.02); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.02, 1.02);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.02, 1.02);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none  
}

.post:active img.pictures {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.02, 1.02); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.02, 1.02);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.02, 1.02);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}

img.pictures {
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;	
}


.read-container {
	position: absolute;
	bottom: 12%;
	width: 100%;
	z-index: 100;
}


.read-more {
	position: relative;	
	width:115px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	left: 44%;
	border: 3px solid white;
	color: white;
	text-align: center;
	font-family: "Lobster Two", cursive;
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.read-more a {
	width: 100%;
	color: white;
	font-style: italic;
	padding-right: 5px;
}

.read-more a:hover {
	text-decoration: none;
}

.box2 {
	background-color: #4d4d4d;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 260px;
}

h1.naslov-post {
	font-size: 64px;
	font-family: 'Armata', sans-serif;
	margin-left: 15px;
	color: #fff;
}

.podnaslov-post {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 29px;
	margin-top: 60px;
	margin-bottom: 30px;
	font-style: italic;
	color: #4d4d4d;
	line-height: 37px;
}

p {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #4d4d4d;
	margin-top: 30px;
}

.horizontal-line {
	margin-bottom: 60px;
}

.tekst-podnaslov {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	color: #4d4d4d;
	margin-top: 60px;

}

.post-slike {
	margin-top: 30px;
}


/* RESPONSIVE */

@media (max-width: 768px) {
	.post {
		min-width: 10px;
    	min-height: 10px;
	}
	h1.naslov-post {
		font-size: 28px;
		margin-left: 15px;
	}

	h1.header {
		font-size: 28px;
		margin-left: 20px;
		margin-bottom: 4px;
	}

	h1.header.latest {
		font-size: 28px;
	}

	.podnaslov {
		font-size: 14px;
		margin-left: 10px;
		line-height: 18px;
	}

	.podnaslov.latest {
		font-size: 14px;
		margin-left: 10px;
		line-height: 18px;
	}

	.read-container {
		bottom: 8%;
	}

	.read-more {
		border: 2px solid white;
		width:75px;
		left: 44%;
		font-size: 22px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.read-more a {
		padding-right: 5px;
	}

	.overimage.latest {
		top:30%;
	}

	.latest-icon {
		top:10px;
		left:10px;
		width: 80px;
	}	
	img {
		vertical-align: baseline;
	}
	.horizontal-line {
		margin-bottom: 20px;
	}

	.podnaslov-post {
		margin-bottom: 10px;
		margin-top: 30px;
	}

}

@media (min-width: 768px) and (max-width: 992px) {
	h1.naslov-post {
		font-size: 39px;
		margin-left: 15px;
	}
	h1.header {
		font-size: 40px;
		margin-left: 20px;
	}

	h1.header.latest {
		font-size: 39px;
		margin-bottom: 4px;
	}

	.podnaslov {
		font-size: 20px;
		margin-left: 4px;
		line-height: 24px;
	}

	.podnaslov.latest {
		font-size: 20px;
		margin-left: 4px;
		line-height: 26px;
	}

	.read-container {
		bottom: 10%;
	}

	.read-more {
		width:75px;
		left: 44%;
		font-size: 22px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.read-more a {
		padding-right: 5px;
	}

	.overimage.latest {
		top:37%;
	}

	.latest-icon {
		top:15px;
		left:15px;
		width: 90px;
	}	

	img {
		vertical-align: baseline;
	}
	.horizontal-line {
		margin-bottom: 20px;
	}

	.podnaslov-post {
		margin-bottom: 10px;
		margin-top: 30px;
	}


}

@media (min-width: 992px) and (max-width: 1200px) { 

	h1.header {
		font-size: 40px;
		margin-left: 20px;
	}

	h1.header.latest {
		font-size: 50px;
	}

	.podnaslov {
		font-size: 20px;
		margin-left: 4px;
		line-height: 24px;
	}

	.podnaslov.latest {
		font-size: 24px;
		margin-left: -3px;
		line-height: 30px;
	}


	.read-more {
		width:105px;
		left: 44%;
		font-size: 26px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.read-more a {
		padding-right: 5px;
	}

	h1.naslov-post {
		font-size: 52px;
		margin-left: 15px;
	}
	.horizontal-line {
		margin-bottom: 20px;
	}

	.latest-icon {
		top:15px;
		left:15px;
		width: 120px;
	}	
}

@media (min-width: 1200px) {

}