body {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 5px;
  line-height: 30px;
}

.recipeImage {
  max-width: 400px;
}

.jumbotron h1 {
  font-family: 'Give You Glory', cursive;
  letter-spacing: 15px;
  font-size: 6em;
}

.jumbotron p {
  font-family: 'Dawning of a New Day', cursive;
  font-size: 3em;
}

.jumbotron {
  background: url("../img/header1.jpeg") no-repeat center;
  position: fixed;
  width: 100%;
  height: 300px !important;
  z-index: 1;
  text-align: center;
  background-size: cover;
}

.container {
  padding-top: 350px;
}

.option-subheader {
  margin-top: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.col-md-4 {
  border-right: solid 1px #F0F0F0;
}

#userIngredients h2 {
  text-align: center;
  margin: 30px 0;
  line-height: 60px;
  font-size: 3em;
}

form label {
  line-height: 40px;
}

.feature-recipe img {
  max-height: 855px;
}

.feature-recipe {
  text-align: center;
}

.results-column {
  display: none;
  text-align: center;
}

.results-column h3 {
  margin-bottom: 30px;
}

.col-sm-4 img {
  width: 70px;
}

#middle-icon {
  border-right: solid 1px #F0F0F0;
  border-left: solid 1px #F0F0F0;
}

li {
  list-style: none;
  display: inline-block;
}

a.recipeTitle {
  color: #6a7b96;
  font-size: 1.5em;
  text-decoration: none;
}

.recipeTitle:hover {
  font-weight: bolder;
  text-decoration: none;
}

.recipeImage {
  margin: 30px;
}

.recipeImage {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.recipeImage:hover {
	opacity: .75;
}

.dietIcons {
  max-width: 60px;
  margin-bottom: .5em;
}

ul img {
  width: 100%;
  margin: 80px 0;
}

.footer-top {
  min-height: 200px;
  background-color: #f2f2f2;
  text-align: center;
  margin-top: 50px;
}

.footer-top p {
  padding-top: 20px;
  margin: 0 0 -30px;
}

.footer-top a {
  display: inline-block;
  padding: 0 30px 0 30px;
}

.footer-top i {
  font-size: 5em;
  margin-bottom: 5px;
  color: black;
}

.footer-bottom {
  min-height: 100px;
  background-color: black;
  color: white;
  text-align: center;
}

.footer-bottom p {
  padding-top: 30px;
}

#empty-image {
  max-width: 90%
}
