body
{
	background-color: white;
	font-family:'Oswald', sans-serif;
    background-image: url("Zdjęcia/tlo3.jpg");
}

#container
{
    margin-top: -40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#background
{
    width: 100%;
    background-image: url('tło.jpg');
    height: 80px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#logo
{
    width: 250px;
    height: 250px;
    margin-left: 375px;
}
#topbar
{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
	margin-top: center;
    margin-left: auto;
    margin-right: auto;
	background-color: black;
	margin-top: 10px;
	color: white;
	padding: 10px;
	display: flex;
	width: 980px;
	box-shadow: 0 -2px 6px 0 #ff0000;
}

.option
{
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	margin-left: auto;
    margin-right: auto;
	min-width: 60px;
	padding: 10px;
	border-radius: 10px;
}


.option a
{
	color: white;
	text-decoration: none;
	border-radius: 10px;
}

.option:after
{
	display: block;
    content: '';
    border-bottom: solid 1px #ff0000;
    padding-bottom: 1%;
	transform: scaleX(0);
    transition: 300ms ease-in-out;
}

.option:hover:after
{
	transform: scaleX(1);
}
.option2
{
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	min-width: 40px;
	padding: 10px;
	border-radius: 10px;
}

.option2 a
{
	color: white;
	text-decoration: none;
	border-radius: 10px;
}

.option2:after
{
	display: block;
    content: '';
    border-bottom: solid 1px #ff0000;
    padding-bottom: 1%;
	transform: scaleX(0);
    transition: 300ms ease-in-out;
}

.option2:hover:after
{
	transform: scaleX(1);
}

a
{
    text-decoration: none;
    color: black;
}

#sidebar
{
    border: 1px solid #ffdfdf;
    margin-left: auto;
    margin-right: auto;
    height: 820px;
    width: 700px;
    background-color: rgb(255, 228, 228);
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
}

#logo2
{
    margin-top: -20px;
    width: 200px;
    height: 200px;
    margin-left: 250px;
}

#name
{
    letter-spacing: 1px;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    margin-top: -20px;
    padding-bottom: 20px;
}

.info
{
    margin-top: -10px;
    font-size: 18px;
    display: flex;
    margin-left: 15px;
}

.line
{
    padding-top: 15px;
    border-bottom: 1px solid #ffdfdf;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.category
{
    padding: 10px;
    font-weight: 900;
    font-size: 24px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}
.opening-hours__row
{
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

.icon-location
{
    margin-top: 17px;
    padding-right: 5px;
}
.icon-phone-1
{
    margin-top: 17px;
    padding-right: 5px;
}
.icon-truck
{
    margin-top: 17px;
    padding-right: 5px;
}
.icon-shop
{
    margin-top: 17px;
    padding-right: 5px;
}
