html,body,div,h1,h2,h3,h4,h5,h6,p,a,img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font-family: "Cuprum";
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
}

body a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

body {
    background: url(../img/bg2.webp) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    font-family: 'Raleway', sans-serif;
}

.logo {
    text-align: center;
	background: none;
	padding: 0.5em;
}

.logo-lokalu {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
}

.wybieranie {
    width: 60%;
    margin: 1em auto;
	padding-top: 9em;
}
.restauracje-do-wyboru {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wybor-restauracji-1, .wybor-restauracji-2 {
    background: rgba(0,0,0,0.7);
	border-radius: 15px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 1em;
	margin: 1em;
}

.wybor-restauracji-1:hover, .wybor-restauracji-2:hover {
    background: rgba(0,0,0,0.8);
}

.wybor-restauracji-puste {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 1em;
	margin: 1em;
}

.button-zobacz-menu {
    margin-bottom: 2em;
	text-align: center;
}

h1 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: .3em 0;
	color: #fff;
}
.wybor-restauracji-1 p, .wybor-restauracji-2 p {
    color: #ccc;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
    margin: 1em 0 2em;
	text-align: center;
}

p.telefon {
	color: #e66d34;
}
.wybor-restauracji-1 h3, .wybor-restauracji-2 h3 {
    font-size: 100px;
    color: #333;
    font-weight: bold;
}
h4 {
    font-size: 28px;
    letter-spacing: 10px;
    margin: 1em 0 .5em;
    color: #777;
    font-weight: bold;
	text-align: center;
}
h5 {
    font-size: 2em;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #e66d34;
	text-align: center;
	height: 2em;
	padding-top: 30px;
}
.wybor-restauracji-1 a, .wybor-restauracji-2 a {
    padding: 15px 20px;
	font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background: #e66d34;
    font-size: 20px;
    text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 10px;
}
.wybor-restauracji-1 a:hover, .wybor-restauracji-2 a:hover{
    background: #d93907;
	color: #ff0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}




@media screen and (max-width: 1366px) {
	.wybieranie {
		width: 70%;
		margin: 4em auto;
		padding-top: 2em;
	}
}
@media screen and (max-width: 1080px) {
	.wybieranie {
		width: 80%;
		margin: 3em auto;
	}
}
@media screen and (max-width: 1024px) {
	h5 {
		font-size: 2em;
	}
	.wybor-restauracji-2 p {
		font-size: 16px;
	}
	h4 {
		font-size: 25px;
		letter-spacing: 7px;
		margin: .5em 0 .5em;
	}
}
@media screen and (max-width: 991px) {
	.wybieranie {
		width: 85%;
		margin: 2em auto;
	}
	
}
@media screen and (max-width: 900px) {
	.wybieranie {
		width: 90%;
	}
	.wybor-restauracji-1 p, .wybor-restauracji-2 p {
		letter-spacing: .5px;
		font-size: 14px;
	}
	.wybor-restauracji-1 h3, .wybor-restauracji-2 h3 {
		font-size: 80px;
	}
}
@media screen and (max-width: 800px) {
	h1 {
		font-size: 45px;
		letter-spacing: 5px;
		margin: .8em 0;
	}
	.wybieranie {
		width: 95%;
	}
	h5 {
		font-size: 2em;
	}
}
@media screen and (max-width: 667px) {
	.restauracje-do-wyboru {
		flex-direction: column;
	}
	.wybor-restauracji-1, .wybor-restauracji-2 {
		padding: 3em;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 36px;
		letter-spacing: 3px;
		margin: .8em 0;
	}
	.wybor-restauracji-1 h3, .wybor-restauracji-2 h3 {
		font-size: 60px;
	}
}
@media screen and (max-width: 414px) {
	.wybor-restauracji-1, .wybor-restauracji-2 {
		padding: 2em;
	}
	h1 {
		font-size: 32px;
		letter-spacing: 2px;
	}
	.wybor-restauracji-2 h3 {
		font-size: 25px;
		margin: .5em 0;
	}
}