body
{
background-color:#ffffff;
color:#000000;
font-size: 20px;
font-family: Century Gothic;
margin: 0 !important;
}

.wrapper
{
	width: 100%;
	min-height: 100vh;
}

.header

{
	width: 100%;
	padding: 1px 0;
	text-decoration: none;
}
.logo
{
	font-size: 48px;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	padding: 10px;
}
.nav 
{
	width: 100%;
	padding: 10px 0;
	text-align:center;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	height: 50px;
	background-color:#4169E1;
}
.nav1
{
	width:50%;
	float:left;
	text-align: center;
}
.nav2
{
	width:50%;
	float:left;
	color:FFE4E1;
	text-align: center;
}
.content
{
	width: 56%;
	padding-left: 20%;
	padding-top: 3%;
	text-align: center;
	align-items: center;
	font-size: xx-large;
	display: flex;
}
.losowe
{
	width:100%;
	text-align:center;
	background-color: #4169E1;
	border-bottom: 2px solid #000000;
}
.oferta 
{
	width: 908px;
	margin-left:auto;
	margin-right:auto;
	
}
.losoweoferty
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 19px 0;
	font-size: 30px;
}
.oferta1
{
	width: 300px;
	height: 260px;
	float: left;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background:#ffffff;
}
.oferta2
{
	width: 300px;
	height: 260px;
	float: left;
	border-right:1px solid #000000;
	background:#4169E1;
}
.oferta3
{
	width: 300px;
	height: 260px;
	float: left;
	border-right:1px solid #000000;
	background:#FFFFFF;
}
.stopka
{
	border-top:1px solid #000000;
	padding: 5px;
	font-size: 14px;
	background:#FFFFFF;
	min-height: 100px;
}
ol
{
padding: 0;
margin: 0;
list-style-type: none;
font-size: 24px;
height: 45px;
line-height: 200%;
display: inline-block;
}
ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
ol > li
{
	float: left;
	width: 210px;
	height: 40 px;
	border-right: 1px dashed #00008B;
}
ol > li:first-child
{
	border-left: 1px dashed #00008B;
}
ol > li:hover
{
	background-color: #6495ED;
}
ol > li:hover > a
{
	color: #ffffff;
}
ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}
ol > li:hover > ul
{
	display: block;
}
ol > li > ul > li
{
	background-color:#6495ED;
	position: relative;
	border-top: 1px dashed #00008B;
}
ol > li > ul > li:hover
{
	background-color: #ADD8E6;
}
ol > li > ul > li > a:hover
{
	color: #ffffff;
}