*
{
    margin: 0;
    padding: 0;
    font-family: Lato;
}

header
{
    background-color: #0056b3;
    color: white;
    padding: 20px;
    text-align: center;
    
}

nav
{
    align-items: center;
}

nav a img 
{
    height: 8%;
    width: 8%;
    float: left;
}

nav a
{
    display: flex;
}

#Oferty img
{
    display: flex;
    width: 20%;
    margin-bottom: 5px;
}

#Oferty .Hotele .Przycisk
{
    background-color: rgb(255, 230, 0);
    color: black;
    border-radius: 5px;
    border: 1px solid #ffc800;
    cursor: pointer;
    padding: 10px;
    display: flex;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 40px;
}

#Oferty .Hotele .Przycisk a
{
    color: black;
    text-decoration: none;
}

#Oferty .Hotele .Przycisk:hover
{
    background-color: #ffc800;
}

#Ofety .Hotele
{
    flex-wrap: wrap;
    
}

.container 
{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    float: left;
}

.images
{
    flex: 1;
    margin-right: 20px;
}

.images img
{
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}

.thumbnails img 
{
    width: 80%;
    height: auto;
    margin: 1%;
}

.details 
{
    flex: 1;
    margin-right: 20px;
    float: left;
}

.details .Przycisk
{    
    background-color: rgb(255, 230, 0);
    color: black;
    border-radius: 5px;
    border: 1px solid #ffc800;
    cursor: pointer;
    padding: 8px 20px;
    display: flex;
    font-weight: bold;
}

.details .Przycisk a
{
    color: black;
    text-decoration: none;
}

.details .Przycisk:hover
{
    background-color: #ffc800;
}

#more 
{
    background-color: rgb(255, 230, 0);
    color: black;
    border-radius: 5px;
    border: 1px solid #ffc800;
    cursor: pointer;
    padding: 8px 20px;
    display: flex;
    font-weight: bold; 
}

#more a
{
    color: black;
    text-decoration: none;
}

#more:hover
{
    background-color: #ffc800;
}


.details h2, .details h3
{
    margin-top: 0;
}

.details ul 
{
    list-style-type: none;
    padding: 0;
}

.details li 
{
    padding-left: 30px;
    margin-bottom: 10px;
}

.Hotel
{
    margin-bottom: 30px;
}

.reviews 
{
    flex: 1;
}

.reviews .review 
{
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

footer 
{
    width: 100%;
    height: 10em;
    background-color: rgb(50, 50, 50);
    color: white;
    text-align: center;
    float: left;
}