* {
	font-family: Montserrat;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: inherit;
}

#kontakt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.izbornik {
	display: grid;
	grid-template-columns: 5fr 2fr 2fr;
	padding-bottom: 15px;
	padding-top: 15px;
	height: 30px;
	background-color: #15223f;
	color: white;
}

.izbornik_flex {
	transition: all 300ms ease;
	display: flex;
	justify-content: space-evenly;
	font-size: large;
	font-weight: 400;
	border-bottom: 1px solid;
}

.izbornik_antonio {
	display: flex;
	justify-content: left;
	margin-left: 55px;
	font-size: large;
	font-weight: 600;
}

.izbornik_unutarnji_antonio {
	transition: all 75ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.izbornik_unutarnji {
	display: flex;
	justify-content: center;
	align-items: center;
}

.izbornik_unutarnji_antonio:hover {
	scale: 105%;
	border-bottom: 0px;
}

.izbornik_flex:hover {
	border: 1px solid;
	border-radius: 15px;
	background-color: white;
	color: black;
	font-weight: 600;
}

.prvi_div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.moji_projekti {
	transition: all 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	border-bottom: 1px solid;
	font-size: larger;
}

.moji_projekti:hover {
	background-color: #15223f;
	color: white;
	border-radius: 15px;
	border: 1px solid;
}

.portfolio_kartice {
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 30px;
}

.kartica {
	transition: all 125ms ease;
	display: grid;
	grid-template-rows: 400px 50px 250px 140px;
	height: 850px;
	width: 400px;
	border-radius: 25px;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.kartica:hover {
	scale: 105%;
}

.kartica_slika {
	height: 400px;
	width: 100%;
	border-radius: 25px;
}

.kartica_naslov {
	display: flex;
	justify-content: center;
	align-items: center;
}

.kartica_tekst {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.pogledaj {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.pogledaj_link1 {
	transition: all 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-radius: 15px;
	height: 50px;
	width: 195px;
	background-color: #15223f;
	color: white;
}

.pogledaj_link2 {
	transition: all 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-radius: 15px;
	height: 50px;
	width: 195px;
	background-color: #15223f;
	color: white;
}

.pogledaj_link1:hover {
	background-color: white;
	color: black;
	font-weight: 500;
}

.pogledaj_link2:hover {
	background-color: white;
	color: black;
	font-weight: 500;
}

/*INPUT-------------------------*/

.form_div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: larger;
}

.upute {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

.input_field {
	width: 400px;
	height: 40px;
	border-radius: 15px;
	font-size: larger;
}

.submit_centar {
	display: flex;
	justify-content: center;
	align-items: center;
}

.submit {
	transition: all 250ms ease;
	font-size: larger;
	width: 200px;
	height: 40px;
	margin-top: 20px;
	border-radius: 15px;
	background-color: #15223f;
	color: white;
	cursor: pointer;
}

.submit:hover {
	background-color: white;
	color: black;
}

/*-------------------------*/
/*SCREENSHOTS-------------------------*/

.kod {
	display: flex;
	flex-direction: column;
	justify-content: top;
	align-items: center;
	flex-wrap: wrap;
}

#kod_projekta {
	transition: all 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: larger;
	height: 40px;
	width: 200px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

#kod_projekta:hover {
	background-color: #15223f;
	color: white;
	border-radius: 15px;
}

.screenshots {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.screenshots_div {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	height: 600px;
	width: 600px;
}

.kod_slika_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: auto;
}

.kod_slika_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	width: auto;
}

/*-------------------------*/
/*ZAPISI-------------------------*/

.text_1 {
	font-size: larger;
}
/*-------------------------------*/

.opisV {
	font-size: larger;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.opisU {
	font-size: larger;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
}

.main_div {
	display: flex;
	flex-direction: column;
}
