h2 {
  color: #204b24;
  padding: 2%;
}

p {
  padding: 10px;
  text-align: left;
  font-size: 19px;
}

.navbar {
  background-color: #0b2637 !important;
  padding: 2px 10px;
}

.navbar li, .navbar .btn {
  line-height: 2;
  letter-spacing: 2px;
}

.navbar .btn {
  background-color: #9e5165;
  color: white;
  border-color: white;
}

.navbar .btn :hover {
  background-color: white !important;
}

.logo {
  background: url("../images/Project 1 food inspiration background.jpg") no-repeat center;
  background-size: cover;
  background-size: 100%;
  margin: 0;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color: white;
  padding: 10px;
}

.logo h1 {
  font-size: 100px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
  font-weight: bold;
}

#infoarea {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 2% 0%;
  padding-bottom: 25px;
}

#infoarea h1 {
  margin-top: 2%;
}

#infoarea h5, #infoarea a, #infoarea h2 {
  color: #204b24;
  font-size: 25px;
  display: inline-block;
  margin: 5%;
  text-align: left;
  width: 100%;
}

#infoarea img, #infoarea a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#infoarea a {
  margin-left: 15px;
}

#infoarea ul {
  list-style-type: none;
  text-align: left;
}

#infoarea h2 {
  padding: 0;
}

#infoarea h3 {
  color: #0b2637;
  text-align: center;
  margin-top: 5%;
}

#infoarea .btn {
  background-color: #a51e22;
  color: white;
  border-color: white;
}

#infoarea .stockphoto {
  width: 60%;
  height: 100%;
  margin-top: 2%;
  border-radius: 100px;
}

#infoarea h6 {
  text-align: left;
  font-size: 20px;
  margin: 5px;
  color: #9e5165;
  font-weight: bold;
}

#infoarea #chip {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-left: 3%;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

#infoarea .btn-info {
  clear: both;
  display: inline-block;
}

#infoarea #todoDiv #addItem {
  padding: 10px;
}

#infoarea .recipe-image {
  margin: 0;
}

#infoarea .user-pick {
  margin: 0;
}

footer {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #a51e22;
}

body {
  padding-bottom: 400px;
  font-family: 'El Messiri', sans-serif;
}

#socialmedia {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  display: inline !important;
  color: black;
}

.done{
  text-decoration: line-through;
  opacity:0.5;
}
/*# sourceMappingURL=sassstyle.css.map */