@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

html, body {
	height: 100%;
	width: 100%;
	color: #222;
}

hr.hmpg {
	width: 60%;
	border-bottom: 0.2em solid #3D5972;
}

hr.hmpgex {
	width: 50%;
	border-bottom: 0.15em solid #3D5972;
}

ul {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	list-style: none;
	margin-left: -42px;
}

.navbar li {
	padding-right: 0.45em;
	padding-top: 0.3em;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

.cdn {
	font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.overridefont {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

#slider .carousel-item{
	background-color: #000;
}

#slider img{
	opacity: 0.3;
}


.carousel-inner {
	width: 100%;
	height: 100%;
}

#text, .carousel-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-31%);
}

#text, .carousel-caption h1 {
	font-size: 500%;
	text-shadow: 2px 2px 10px #000;
	text-transform: uppercase;
	font-weight: 700;
}

.carousel-caption h2 {
	font-size: 350%;
	text-shadow: 2px 2px 10px #000;
	text-transform: uppercase;
}

.carousel-caption h3 {
	font-size: 200%;
	text-shadow: 2px 2px 10px #000;
	text-transform: uppercase;
}

.slika {
	display: block;
	width: 100%;
	height: auto;
}

#galerija img:hover {
	opacity: 0.6;
	
}

.omeni {
	font-size: 19.8px;
}

.desnipadding {
	padding-right: 1.5em;
	padding-top: 2em;
}

.smedijapadding {
	padding-right: 1em;
}

.gornjipadding {
	padding-top: 1em;
}

#mapa {
	width: 100%;
    height: 516px;
    background-color: grey;
	margin-top: 2.4em;
    }

.social a {
	font-size: 50px;
	margin: 5px;
}

.fa-facebook {
	color: #3b5998;
}

.fa-twitter {
	color: #00aced;
}

.fa-youtube {
	color: #bb0000;
}

.fa-instagram {
	color: #c13584;
}

.fa-vk {
	color: #45668e;
}

.fa-medium {
	color: #000;
}

.fa-goodreads {
	color: #634238;
}

.fa-facebook:hover, .fa-twitter:hover,
.fa-youtube:hover, .fa-instagram:hover,
.fa-vk:hover, .fa-medium:hover, .fa-goodreads:hover {
	color: #48ADB7;
}

.bg1 {
	background: url(slike/bg1.jpg);
}

.hipertekst-light {
	color: rgba(95,197,213,1.00);
}

.hipertekst-light:hover {
	color: rgba(194,237,248,1.00);
}

form label {
	display: block;
	font-weight: 900;
	margin: 1em 0 0 0;
	font-size: 1em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	}

form input[type="text"],
form input[type="email"],
form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: solid 2px;
	color: #444;
	border-color: #3D5972;
	display: block;
	outline: 0;
	padding: 0 1em;
	width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
	border-color: #48ADB7;
}

form input[type="text"],
form input[type="email"] {
	line-height: 3em;
	padding: 0 1em;
}

form textarea {
	padding: 1em;
}

input[type="submit"] {
	-moz-transition: background-color .20s ease-in-out;
	-webkit-transition: background-color .20s ease-in-out;
	-ms-transition: background-color .20s ease-in-out;
	transition: background-color .20s ease-in-out;
	-webkit-appearance: none;
	display: inline-block;
	background: #0E1D2F;
	color: #fff;
	font-weight: 400;
	outline: 0;
	border: 0;
	font-size: 1.5em;
	padding: 0.5em;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
}

input[type="submit"]:hover {
	background: #1D6C75;
}

input[type="submit"]:active {
	background: #48ADB7;
}

#usluge li {
	color: inherit;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
} 

.uslugelijevo {
	margin-left: 30%;
	width: 70%;
	border-bottom: solid 0.2em;
	padding: 1.3em 0em 1.3em 0em;
}

.uslugenaslovlijevo {
	margin-left: 30%;
	width: 70%;
	border-bottom: solid 0.2em;
	padding: 1.5em 0em 1em 0em;
	font-weight: 1000;
}

.uslugedesno {
	margin-right: 30%;
	width: 80%;
	text-align: right;
	border-bottom: solid 0.2em;
	padding: 1.3em 0em 1.3em 0em;
}

.uslugenaslovdesno {
	margin-right: 30%;
	width: 80%;
	text-align: right;
	border-bottom: solid 0.2em;
	padding: 1.5em 0em 1em 0em;
	font-weight: 1000;
}

.kolumne-2 {
	-ms-flex: 0 0 50%;
  	flex: 0 0 50%;
  	max-width: 50%;
	position: relative;
  	width: 100%;
  	padding: 1em 0em 1em 0em;
}

.bg02 {
	background-image: url(slike/bg2.jpg);
}

.hmspace {
	padding: 4em 0em;
}

.lijevialign {
	text-align: left;
}

.desnialign {
	text-align: right;
}

.vertalign {
	margin-top: 7%;
}

.lijevimargin {
	margin-left: 30%;
}

.eznaslov1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.gumb {
  	display: inline-block;
 	font-weight: 500;
  	color: #f8f9fa;
  	text-align: center;
  	vertical-align: middle;
  	background-color: transparent;
  	border: 1px solid #f8f9fa;
  	padding: 0.5rem 1rem;
  	font-size: 1.25rem;
  	line-height: 1.5;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.gumb:hover {
	color: #3D5972;
  	text-decoration: none;
}

.gumb:focus {
	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.gumb::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f8f9fa;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 50% 50% 0% 0%;

	height: 0%;
	transform-origin: bottom;
	transition: 200ms ease-in;
}

.gumb:hover::after {
	height: 200%;
	transform-origin: top;
}

.hmgumb {
  	display: inline-block;
 	font-weight: 500;
  	color: #f8f9fa;
  	text-align: center;
  	vertical-align: middle;
  	background-color: #3D5972;
  	border: 1px solid #f8f9fa;
  	padding: 0.5rem 1rem;
  	font-size: 1.25rem;
  	line-height: 1.5;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hmgumb:hover {
	color: #3D5972;
  	text-decoration: none;
}

.hmgumb:focus {
	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.medija {
	display: inline-block;
	position: relative;
	left: 34.25%;
}

.medija::before, .medija::after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
}

.medija::before {
	background-color: #fff;
	z-index: -1;
	height: 11%;
	left: -100px;
	right: -100px;
	top: 49%;
}

.medija::after {
	background-color: #3D5972;
	width: 80vw;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -2;
	height: 10%;
	top: 49%;
}

/* Veličina za mobitel */
@media screen and (max-width: 980px) {
	.omeni {
		font-size: 18px;
	}
	
	.desnipadding {
		padding-right: 0em;
		padding-top: 0em;
	}
	
	#mapa {
		margin-top: 0em;
	}
	
	#text, .carousel-caption {
		transform: translateY(-100%);
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
	}
	
	#text, .carousel-caption h1 {
		font-size: 200%;
		
	}
	
	.carousel-caption h2 {
		font-size: 130%;
	}
	
	.carousel-caption h3 {
		font-size: 80%;
	}
	
	#usluge li {
		font-size: 14px;
	}
	
	.hmspace {
		padding: 2em 0em;
	}
	
	.lijevialign {
		text-align: center;
	}
	
	.desnialign {
		text-align: center;
	}
	
	.eznaslov1 {
  		font-size: 2.5rem;
  		font-weight: 300;
  		line-height: 1.2;
	}
	
	.vertalign {
		margin-top: 0em;
	}
	
	.lijevimargin {
		margin-left: 0;
	}
	
	.social a {
	font-size: 40px;
	margin: 3px;
	}
	
	.gumb {
  		font-size: 0.8rem;
	}
	
	.medija {
		width: 0;
		left: 0;
		right: 0;
		transform: translateX(0);
		width: 100%;
	}
	
	.medija::before, .medija::after {
		opacity: 0;
	}
}

@media screen and (max-width: 380px) {
	#usluge li {
		font-size: 12px;
	}
	
	.gumb {
  		font-size: 0.6rem;
		padding: 0.3 0.7;
	}
	
	.carousel-caption {
		transform: translateY(-150%);
	}
}

/* Boja highlighta */
::-moz-selection { 
background-color: #78D5DF; 
color: inherit;
}
::selection {
background-color: #78D5DF;
color: inherit;
}

/* Animacije */
.container, .container-fluid, .carousel {
	animation: transitionIn .75s;
}

@keyframes transitionIn {
	from {
		opacity: 0.7;
		transform: translateX(-17px);
	}
	
	to {
		opacity: 1;
		transform: translateX();
	}
}

.duljina {
	width: 60%;
}

/*.glitchslika1 {
	width: 600px;
	height: 300px;
	background: url(slike/bg4.jpg) no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.glitchslika1::before {
	content: '';
	position: absolute;
	width: 600px;
	height: 10px;
	background: url(slike/bg4.jpg) no-repeat;
	background-size: cover;
	filter: sepia(100%);
	opacity: 0;
}

.glitchslika1:hover::before {
	opacity: .7;
	animation: glitch 1.5s infinite linear;
}

@keyframes glitch {
	0% {
		top: 0;
		background-position: 12px 0;
	}
	
	20% {
		top: 100px;
		background-position: -10px -100px;
	}
	
	40% {
		top: 200px;
		background-position: 6px -200px;
	}
	
	60% {
		top: 300px;
		background-position: -6px -300px;
	}
	
	80% {
		top: 400px;
		background-position: 10px -400px;
	}
	
	100% {
		top: 500px;
		background-position: -12px -500px;
	}
} */