*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #f1f1f1;
	color: #1f1f1f;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
}

.content{
	clear: both;
	width: 90vw;
	margin: auto;
}
.content:not(:last-child){
	margin-bottom: 2vh;
}
.header{
	width: 88vw;
	border: 1px solid #1f1f1f;
	padding: 1vw;
}
h1{
	font-size: 2em;
}
.header > h1{
	float: left;
}
.option{
	float: right;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5em;
	
	
}
a{
	text-decoration: none;
	color: inherit;
}

#containing{
	width: calc(90vw-22px);
	padding: 20px;
	border:1px solid grey;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: black; 
}
#coin-slider{

}

.footer{
	text-align: right;
	border-top: 1px solid #1f1f1f;
	margin-top: 1vh;
}
.kontakt{
text-align: center;
font-size: 1.5em;

}
.concept{
text-align: center;
font-size: 1.2em;
}
.gallery img{
float:left;
width: 30vw;
height: 20vw;



}
.gallery img:not(:last-child){
}
.cena{
margin-left: 47vw;
font-size: 1.2em;
}
