body {
	background: #efebe5;
	color: #004021;
	font-family: 'Libre Caslon Text', serif;
	font-weight: normal;
}

.pager {
	position: fixed;
	left: 0;
	right: 0;
	top: 15px;
	margin: 0 auto;
	z-index: 999;
}

.pager li>a {
	background: #efebe5;
	color: #004021;
	border: 2px solid #004021;
	font-weight: 200;
	padding: 7px 12px 7px 12px;
	border-radius: 16px;
	margin: 3px;
	text-decoration: none;
	font-weight: 500;

}

.pager li>a.language {
	color: #efebe5;
	background: #004021;
	border: 2px solid #efebe5;
	font-family: 'Livvic', sans-serif;
	font-weight: 300;
}

.btn,
.alert {
	border-radius: 16px;
}

.btn-success,
.btn-success:active,
.btn-success:hover {
	background: #004021;
	border: 2px solid #efebe5;
	color: #efebe5;
}

#Shoes .btn-success,
#Shoes .btn-success:active,
#Shoes .btn-success:hover {
	background: #efebe5;
	border: 2px solid #004021;
	color: #004021;
}

#Shoes .btn {
	color: #efebe5;
}

#Shoes .btn-success {
	color: #004021;
}

.alert.alert-danger {
	background: #f1d5ab;
	border: none;
}

.alert.alert-success {
	background: #dce9ae;
	color: #004021;
	border: none;
}

.review {
	background: #dce9ae;
	color: #004021;
	padding: 20px;
	margin-top: 20px;
	border-radius: 20px;
	font-size: 20px;
}

.form-control,
.input-lg {
	border-radius: 12px;
}

input.btn-success {
	border: 2px white solid;
}

.today {
	/*	color: #3AD77C;*/
	text-align: center;
}

a {
	color: #919178;
	text-decoration: underline;
}

h1,
h2 {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 30px;
}

a img.social-network-logo {
	border-radius: 8px;
	opacity: 0.9;
}

h3 {
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Livvic', sans-serif;
	color: #919178;
}

#Reviews {
	color: #efebe5;
}

.instafeed {
	margin-top: 30px;
}

.cover {
	background:
		/* top, transparent red, faked with gradient */
		linear-gradient(rgba(0, 0, 0, 0.1),
			rgba(0, 0, 0, 0.1)),
		/* bottom, image */
		url('../img/header.png');

	background-size: cover;
	/* <------ */
	background-repeat: no-repeat;
	background-position: center center;
	/* optional, center the image */
	/* background-attachment: fixed; */
}

.cover a {
	color: #fff;
}

#Shoes .btn {
	font-family: 'Livvic', sans-serif;
	text-transform: uppercase;
}

#Shoes .button-wrapper {
	background: #004021;
	border-radius: 20px;
	height: 30px;
	display: inline-block;
	height: 46px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.logo-image {
	width: 30%;
	margin-top: 225px;
	margin-bottom: 250px;
}

#introSentence {
	margin-bottom: 400px;
	margin-top: 50px;
	display: block;
	color: white;
	text-align: center;
}

#introSentence .alert {
	cursor: pointer;
	padding: 20px;
	font-size: 20px;
}

#openingHours .alert {
	padding: 20px;
}

#teamImage {
	width: 100%;
}

.glyphicon-heart {
	color: #004021;
}

.thumbnail {
	border-radius: 0px;
}

.footer {
	background: #004021;
	color: #efebe5;
	text-align: center;
	padding-top: 40px;
}

@media (max-width: 768px) {
	#instafeed {
		grid-template-columns: repeat(2, 1fr);
	}

	.logo-image {
		width: 60%;
		margin-top: 250px;
	}

	#introSentence {
		margin-bottom: 100px;
	}

	#teamImage {
		width: 100%;
	}

	#teamImageSection {
		padding-left: 0px;
		padding-right: 0px;
	}

	.openingTimesSection {
		margin-top: 70px;
	}

	.findUsSection {
		margin-top: -30px;
	}

	.alert {
		padding: 5px 7px 5px 7px;
	}
}