body {
	background-color: black;
	text-align: center;
}

.background {
	background-image: url("img/bg.webp");
	background-size: cover;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

.content {	
	height: 170%;
	width: 100%;
	max-width: 100%;
	overflow:hidden;
	position: absolute;
}

table {
	height: 100%;
	width: 100%;
	overflow:hidden;
	position: absolute;
}

.video {
	width: 640px;
	margin: 20px 20px 20px 20px;
	aspect-ratio: 3/2;
}

tr.main {
	height: 75%;
	width: 100%;
	background-image: url("img/okladka.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #837351;
	font-family: cormorant;
}

a:hover {
	color: #b8a375;
}

tr.social-media {
	width: 100%%;
	height: 12%;
	float: center;
	text-align: center;
	margin: auto;
}

.social-media-icons {
	width: 444px;
	text-align: center;
	float: center;
	margin: auto;
}

tr.footer {
	height: 8%;
	width: 100%;
}

.social-media-icon {
	width: 48px;
	height: 48px;
	text-align: center;
	background-image: url("img/icon-fb.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
}

.contact {
	color: #837351;
	font-family: cormorant;
}

@font-face {
    font-family: cormorant;
    src: url("fonts/Cormorant-Regular.ttf");
}

#icon-fb{
	background-image: url("img/icon-fb.png");
}

#icon-fb:hover {
	background-image: url("img/icon-fb-hover.png");
}

#icon-ig{
	background-image: url("img/icon-ig.png");
}

#icon-ig:hover {
	background-image: url("img/icon-ig-hover.png");
}

#icon-sc{
	background-image: url("img/icon-sc.png");
}

#icon-sc:hover {
	background-image: url("img/icon-sc-hover.png");
}

#icon-yt{
	background-image: url("img/icon-yt.png");
}

#icon-yt:hover {
	background-image: url("img/icon-yt-hover.png");
}

#icon-bc{
	background-image: url("img/icon-bc.png");
}

#icon-bc:hover {
	background-image: url("img/icon-bc-hover.png");
}

#icon-cart{
	background-image: url("img/icon-cart.png");
}

#icon-cart:hover {
	background-image: url("img/icon-cart-hover.png");
}