@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css?family=Nunito);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  -webkit-padding-start: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  text-align: center;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  width: 80%;
  margin: auto;
  max-width: 940px;
}

body button {
  padding: 0;
  margin: 0;
}

body span {
  display: inline;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

main {
  max-width: 900px;
  margin: auto;
}

.login-bar div {
  margin: auto;
  text-align: center;
}

.login-bar a {
  margin: 10px;
}

.card {
  text-align: center;
  background: #efefef;
  border: 2px #bfbfbf solid;
  border-radius: 5px;
  padding: 20px;
  display: block;
}

.card ul {
  display: inline-block;
  list-style: circle inside;
  margin: 5px auto;
}

.card ul li {
  text-align: left;
}

.card > * {
  margin: 2px 0;
}

.gallery {
  width: 100%;
  display: block;
  margin: auto;
}

.gallery > * {
  margin: 10px 0;
}

.recipe-gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.recipe-gal .card {
  background: white;
  border: 2px solid DodgerBlue;
  width: 200px;
  padding: 10px;
  margin: 20px 10px;
}

.form {
  margin: 20px auto;
  display: block;
  max-width: 900px;
}

.form * {
  display: block;
  width: 100%;
  margin: 0;
}

.form label {
  margin: 10px 0;
}

.form label * {
  margin: 5px 0;
}

.form input,
.form textarea,
.form select {
  background-color: #fafafa;
  border: #acacac 1px solid;
  border-radius: 3px;
}

.item-list-section {
  background: #99F7AB;
}

.item-list-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-list-section .item-list {
  padding: 10px;
}

.item-list-section h2 {
  padding: 5px;
  margin: 5px;
  font-size: 20px;
}

.item-list-section li {
  border-radius: 14px;
}

.item-list-section h4 {
  display: inline;
  font-size: 18px;
  margin: 10px 3%;
}

.item-list-section button {
  display: inline;
  margin: -3px 2px 0 0;
  float: right;
  width: 20px;
  height: 20px;
  font-weight: 900;
  line-height: 0;
}

.item-list-section .recipe-button {
  margin: 4px 10px 0 0;
}

.item-list-section .recipe-entry {
  border: solid thin #00CECB;
  background: #00CECB;
  margin: 10px auto;
  width: 95%;
}

.item-list-section .recipe-entry .sub-list {
  width: 95%;
  margin: auto;
}

.item-list-section .recipe-entry .sub-list li {
  padding: 10px;
  margin: 10px 0;
  background: white;
}

.item-list-section .single-item {
  display: block;
  width: 90%;
  margin: 10px auto;
  background: white;
  padding: 10px;
  clear: both;
}

#popup {
  display: none;
  position: fixed;
  width: 70%;
  height: 200px;
  max-width: 350px;
  top: 25vh;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  border: thin solid grey;
}

#popup > * {
  margin: 10px;
}

#popup #close-popup {
  padding: 1px 5px;
}

#popup .button-panel {
  margin: 10px 0;
}

#popup .button-panel * {
  margin-right: 10px;
}

