@charset "UTF-8";

body {
  background-color: #efefef;
}

#container {
  display: grid;
  box-sizing: border-box;
  padding: 30px;
  grid-template-columns: 380px 1fr 1fr;
  /*grid-template-rows: 2fr 3fr 3fr;*/
  /*grid-gap: 20px;*/
  width: 800px;
  height: 800px;
  margin: 100px auto 25px auto;
  background-color: #fff;
  background-image: url(/img/Background.svg);
}

#container > * {
  display: flex;
  /*font-family: Helvetica, sans-serif;*/
  font-family: "joanna-sans-nova", sans-serif;
  /*font-weight: 300;*/
  /*font-style: normal;*/
  /*font-weight: 500;*/
  font-size: 12px;
  line-height: 15px;
  color: #58290b;
  flex-direction: column;
  /*background-color: #ff0;*/
}

#container > #nutrition-info {
  display: grid;
  grid-template-columns: 1fr;
  /*grid-template-rows: 13px 35px auto;*/
}

#container > #nutrition-info > #dv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  line-height: 18px;
}

#container > #nutrition-info > #dv > #right {
  text-align: right;
}

#info {
  font-family: "joanna-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
}

#nutrition {
  grid-column: span 2;
  grid-row: span 2;
  display: grid;
  grid-template-columns: 185px 1fr 1fr;
  /*grid-auto-rows: auto 35px auto;*/
  grid-gap: 15px;
  /*line-height: 20px;*/
}
#nutrition > * {
  /*background-color: aqua;*/
  line-height: 17px;
}
#header {
  grid-column: span 3;
}

#lfacts {
  grid-column: span 1;
  grid-row: span 1;
  display: grid;
  /*
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 8fr;
  */
  grid-gap: 0;
}
#nu {
  margin-top: 50px;
  line-height: 20px;
}
#rfacts {
  grid-column: span 1;
}
.hi2 {
  grid-row: span 2;
}
.le2 {
  grid-column: span 2;
}
.black {
  color: black;
}
#ingredients {
  grid-column: span 2;
  grid-row: span 2;
  /*margin: 20px 30px;*/
}
/*
#s1 {
  font-size: 9em;
}
*/
#nestle {
  font-size: 20px;
  color: black;
  letter-spacing: 9.5px;
}
#kit {
  color: black;
  font-size: 80px;
  position: relative;
  top: 11px;
  left: -5px;
}
#kat {
  color: #d10003;
  font-size: 80px;
  position: relative;
  letter-spacing: 1.5px;
  left: -5px;
  top: 54px;
}
#rep {
  font-size: 8px;
  position: relative;
  left: -272px;
  line-height: 10px;
  top: 29px;
}
#break {
  position: relative;
  display: inline;
  top: 85px;
  margin-bottom: 50px;
}
#extra {
  position: relative;
  width: 220px;
  font-size: 10px;
  top: -53px;
}
#ingre1 {
  width: 285px;
  position: relative;
  left: 75px;
  top: 58px;
  /*align-self: flex-end;*/
}
#ingre2 {
  position: relative;
  top: 48px;
  margin-bottom: 30px;
}
#left1 {
  width: 200px;
  margin-bottom: 10px;
  margin-top: 50px;
  /*margin-top: 10px;*/
}
.amount {
  line-height: 15px !important;
}
.daily {
  line-height: 15px !important;
}
.ingre {
  font-size: 15px;
}
.le4 {
  grid-column: span 4;
}
.s1 {
  letter-spacing: 0.35px;
}
.s2 {
  letter-spacing: 0.35px;
  /*margin-bottom: 10px;*/
}
.right {
  text-align: right;
}
.bottom {
  /*align-content: flex-end;*/
  display: flex;
  align-self: flex-end;
}

.bottom-right {
  display: flex;
  /*
  align-items: flex-end;
  justify-items: flex-end;
  */
  align-self: flex-end;
  text-align: right;
}
.hmiddle {
  text-align: center;
}
.vmiddle {
  justify-content: center;
}
.uppercase {
  text-transform: uppercase;
}

.l {
  grid-column: span 1;
}
.r {
  grid-column: span 1;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 200;
}
.regular {
  font-weight: 350;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 700;
}

.bold {
  font-weight: 800;
}
