body {
  font-family: 'IM Fell English', serif;
}

header {
  padding: 20px 0;
}

header .row,
footer .row {
  display: flex;
  align-items: center;
}

header h1 {
  font-weight: 700;
  margin: 0;
  font-family: 'Monsieur La Doulaise', cursive;
}

header nav {
  display: flex;
  justify-content: flex-end;
  font-family: 'Open Sans Condensed', sans-serif;
  color: black;
}

header a {
  padding: 0 20px;
  margin: 0;
  text-decoration: none;
  color: black;
}

header a:hover{
	background: #d3d3d3;
	text-decoration: none;
	color: black;
}

.jumbotron {
  display: flex;
  align-items: center;
  background-image: url("Background5.jpg");
  background-size: cover;
  color: #ffffff;
  /*height: 500px;*/
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  color: #fff;
}

.jumbotron h2 {
  font-family: 'Monsieur La Doulaise', cursive;
  /*margin: 0 0 20px;*/
  color: #fff;
  font-size: 4em;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #fbd1d5;
  text-shadow: none;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #fbd1d5;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

footer {
  font-size: 12px;
  padding: 20px 12px;
  color: #555555;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

.tab {
	margin-left: 40px;
}

.description {
	font-family: 'Cormorant Infant' ,serif;
	font-weight: bold;
}