@import "stil.css";
@import "nav_traka.css";
@import "footer.css";

#wrapper
{
	background:      url("../slike/Pozadine/pozadina1.png");
	background-size: 100vw 100vh;
}

#telo_stranice
{
	display:        flex;
	flex-direction: row;
	flex:           1;
}

#telo_stranice_srednji
{
	display:         flex;
	flex-direction:  column;
	justify-content: flex-start;
	align-items:     flex-start;
}

#testiranje_slika_1
{
	width: 100%;
}

#testiranje_slika_1 img
{
	width:      100%;
	height:     90px;
	margin:     10px 0 30px 0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
}

#testiranje_slika_2
{
	display:         flex;
	flex-direction:  column;
	justify-content: center;
	align-items:     center;
	width:           100%;
}

#testiranje_slika_2 img
{
	width:      100%;
	margin:     0 0 20px 0;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
}

#dugme_prijava 
{
	font-family:     Raleway-Regular, Arial, sans-serif;
	display:         flex;
	justify-content: center;
	align-items:     center;
	background:      #4678de;
	color:           #ffffff;
	
	text-decoration: none;
	font-size:       11pt;
	font-weight:     bold;
	letter-spacing:  0.09em;
	
	padding:         11px 12px 11px 12px;
	margin:          0 0 16px 0;
		
	border:          solid 1px #dddddd;
	border-radius:   12px;
	box-shadow:      0px 0px 40px 0px rgba(0, 0, 0, 0.35);
}

#dugme_prijava:hover
{
	filter: brightness(110%);
}

/* ------------------------------------------------------------------------- */
/* - Drustveni_deljenje - prepravke                                          */
/* ------------------------------------------------------------------------- */

.drustveni_deljenje
{
	margin: 32px 0 0 0 !important;
}

/* ------------------------------ */
/* -----     RESPONSIVE     ----- */
/* ------------------------------ */

@media only screen and (min-width: 320px)
{
    #dugme_prijava
	{
	    font-size: 14pt;
	}
}

@media only screen and (min-width: 768px)
{
	#wrapper
	{
		background:      url("../slike/Pozadine/pozadina2.png");
		background-size: 100vw 100vh;
	}
	
	#nav_traka
	{
		background: RGBA(0, 0, 0, 0.8);
	}
	
	#testiranje_slika_1 img
	{
		height: 150px;
	}
	
	#testiranje_slika_2 img
	{
		width: 600px;
	}
	
	#dugme_prijava
	{
	    max-width: 356px;
	}
}
