body {
    background-image: linear-gradient(to top,white);
    min-height: 100vh;
    font-family: 'Open Sans', 'Arial', serif !important;
    padding: 0;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 50vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
h2 {
	font-weight: 400;
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
h2::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}

/* ЗАГЛАВНА ЧАСТ */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/header2.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.5);
}
.intro h1 {
	color: #fff;
	font-size: 3em;
	margin-top: 20px;
}
@media screen and (max-width: 420px){
.intro h1 {
	font-size: 3em;
}
.intro{
	width: 360px;
}
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 150px;
}
header .intro-text {
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

/* ОСНОВНИ ДАННИ */
#restaurant-menu {
	padding-top: 20px;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 32px;
	display: block;
	font-weight: 400;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 400;
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
}
#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
	text-align: justify;
}

/* FOOTER*/
#footer {
	background: #262626;
	padding: 30px 0 35px 0;
}
#footer p {
	color: #999;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #d43031;
	text-decoration: none;
}

