a:link {
	text-decoration:none;
    color:black;
	}    /* unvisited link */
a:visited {
	text-decoration:none;
    color:black;
	} /* visited link */
a:hover {
	text-decoration:underline;
    color:black;
	}   /* mouse over link */
a:active {
	text-decoration:none;
    color:black;
	}  /* selected link */

#kontejner{
	background: url(background.png) no-repeat;
	background-size: 100%;
	background-position: top;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0%;
	height: 100%;
	top: 0%;
	text-align: center;
	font-size:25px;
	font-family: "proxima-nova";
}
#texty{
	width:80%;
	margin:0 auto;
}
.inspiration{
	width:50%;
	margin-top:6%;
}
.text_1{
	padding: 3%;
}
.podpis{
	width:23%;
}
.text_2{
	padding: 3%;
}
.text_3{
	padding: 3%;
	font-weight: 300;
}
.text_4{
	text-align: right;
	margin-right: 2%;
	font-size:15px;
	padding: 5%;
}

/******************************************************************/
/******************************************************************/
/*************************					   ********************/
/*************************  MAX-WIDTH: 1000PX; ********************/
/*************************					   ********************/
/******************************************************************/
/******************************************************************/

@media screen and (max-width: 1000px) {

	#kontejner{
		font-size:20px;
	}
	.text_4{
		font-size:15px;
	}

}

/******************************************************************/
/******************************************************************/
/*************************					   ********************/
/*************************  MAX-WIDTH: 768PX;  ********************/
/*************************					   ********************/
/******************************************************************/
/******************************************************************/

@media screen and (max-width: 768px) {

	#kontejner{
		font-size:15px;
	}
	.text_4{
		font-size:12px;
	}

}

/******************************************************************/
/******************************************************************/
/*************************					   ********************/
/*************************  MAX-WIDTH: 550PX;  ********************/
/*************************					   ********************/
/******************************************************************/
/******************************************************************/

@media screen and (max-width: 500px) {

	#kontejner{
		width:100%;
		font-size:20px;
		background: url(background_mobile.png);
		background-size: 100%;
		background-position: top;
	}
	.inspiration{
		width:90%;
		margin-top:8%;
	}
	.text_1{
	padding: 5%;
	}
	.text_4{
		text-align: center;
		margin:0 auto;
		background-color: rgb(5, 139, 205);
		font-size:15px;
		padding: 5%;
	}
	.podpis{
		width:50%;
	}

}