/* all screen widths */
* {
  box-sizing: border-box;
  font-size: 0;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

body > section > * {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.bgCream {
  background-color: #eeeeee;
}

.bgGreen {
  background-color: #215732;
}

.bgGrey {
  background-color: #999999;
}

.bgOrange {
  background-color: #ff8000;
}

.bgRed {
  background-color: #990000;
}

.bgWhite {
  background-color: #ffffff;
}

.border-green {
  border: 1px solid #215732;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.button {
  background-color: #ff8000;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #aaaaaa;
  color: #ffffff;
  cursor: pointer;
  font-size: 16pt;
  outline: none;
  padding: 10px;
}

.button:active:enabled {
  border-radius: 10px;
}

.button:disabled {
  background-color: #999999;
  border-radius: 10px;
  color: #ffffff;
  cursor: initial;
}

.button:hover:enabled {
  border-color: #000000;
  color: #000000;
}

#cart img {
  width: 120px;
}

#cart_customer {
  display: flex;
  flex-flow: column nowrap;
  padding: 5px;
}

#cart_customer input, #cart_customer textarea {
  max-width: 500px;
  width: 100%;
}

#cart b {
  min-width: 80px;
}

.col {
  display: flex;
  flex-flow: column nowrap;
}

#cart_customer #address, #cart_customer #collect, #cart_customer #delivery {
  display: none;
}

#cart_customer #delivery:checked ~ #address {
  display: flex;
}

#cart_customer #collect ~ label[for="collect"], #cart_customer #delivery ~ label[for="delivery"] {
  background-color: #999999;
  border: 1px solid #215732;
  border-radius: 25px 5px;
  box-shadow: 2px 2px 5px #aaaaaa;
  color: #ffffff;
  cursor: pointer;
  font-size: 16pt;
  margin: 5px;
  outline: none;
  padding: 10px;
  text-align: center;
  width: 150px;
}

#cart_customer #collect:checked ~ label[for="collect"], #cart_customer #delivery:checked ~ label[for="delivery"] {
  background-color: #215732;
}

#contact_company {
  margin: 0 auto;
  width: 300px;
}

#contact_map {
  width: 100%;
}

#contact_message {
  margin: 0 auto;
  max-width: 450px;
  min-width: 300px;
  width: 100%;
}

#contact_message textarea {
  min-height: 100px;
}

.fcBlack {
  color: #000000;
}

.fcGreen {
  color: #215732;
}

.fcRed {
  color: #ff0000;
}

.fcWhite {
  color: #ffffff;
}

.font-small {
  font-size: 14pt;
}

.font-medium {
  font-size: 16pt;
}

.font-large {
  font-size: 18pt;
}

.font-logo {
  font-size: 40pt;
}

.grow {
  flex-grow: 1;
}

.heading {
  color: #ff8000;
  display: block;
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.hidden {
  display: none;
}

#homekill_download {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

#homekill_download > a {
  padding: 10px;
  text-decoration: none;
  width: 280px;
}

#homekill_order {
  align-items: center;
  display: none;
  flex-flow: column nowrap;
}
  
#homekill_tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 10px;
}

#homekill_tabs > label {
  cursor: pointer;
  max-width: 280px;
}

#homekill_tabs > a:active {
  background-color: #215732;
  color: #ffffff;
}

#homekill_forms {
  padding: 10px;
}

#homekill_forms > div > form {
  display: none;
}

#homekill_forms > div > input[type="radio"]:checked ~ * {
  display: flex;
}

img {
  width: 100%;
}

.items-center {
  align-items: center;
}

.items-left, .items-top {
  align-items: flex-start;
}

.items-right, .items-bottom {
  align-items: flex-end;
}

.just-bottom, .just-right {
  justify-content: flex-end;
}

.just-center {
  justify-content: center;
}

.just-top, .just-left {
  justify-content: flex-start;
}

nav > * {
  color: #ff8000;
  font-size: 18pt;
  margin: 0 5px;
  padding: 20px;
  text-decoration: none;
}

#nav_btn + nav {
  display: none;
}

#nav_btn:checked + nav {
  display: flex;
  flex-flow: column nowrap;
}

#nav_lbl {
  cursor: pointer;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.pad50 {
  padding: 50px;
}

.product-admin, #admin > form {
  border: 1px solid #215732;
  display: flex;
  flex-flow: column nowrap;
  height: 400px;
  margin: 5px;
  width: 280px;
}

.product-admin > input {
  display: none;
}

.product-admin > img {
  padding: 5px;
}

.product-admin > img[onclick] {
  cursor: pointer;
}

.product-admin > span {
  font-size: 16pt;
  flex: 1;
  padding: 5px;
  text-align: center;
}

.product-admin > div {
  display: flex;
  flex-flow: row nowrap;
  padding: 15px;
}

.product-admin > div > * {
  font-size: 16pt;
}

.product-admin.inactive {
  outline: 2px solid #ff0000;
}

.product-admin.special {
  background-color: #ffff44;
}

.product-admin > div > b {
  cursor: pointer;
}

.product-admin > div > label {
  color: #ff0000;
  cursor: pointer;
}

.product-grid {
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
}

.product-grid > * {
  width: calc((100% - 10px) / 1);
}

.product {
  border-bottom: 1px dashed #888888;
  padding: 20px;
}

.product:last-child {
  border-bottom: 0;
}

.product .image {
  max-width: 240px;
  min-width: 240px;
  width: 240px;
}

.product .image img {
  max-width: 240px;
  min-width: 240px;
  width: 240px;
}

.row {
  display: flex;
  flex-flow: row nowrap;
}

.wrap {
  flex-wrap: wrap;
}

#shop {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 5px;
  width: 300px;
}

#shop > a {
  color: #000000;
  padding: 5px;
  text-decoration: none;
}

#shop > a > div {
  display: flex;
  flex-flow: column nowrap;
  height: 200px;
  width: 280px;
}

#shop .image {
  position: relative;
  text-align: center;
}

#shop .image img {
  max-height: 144px;
  max-width: 192px;
}

.sp10 {
  min-height: 10px;
  min-width: 10px;
}

.sp20 {
  min-height: 20px;
  min-width: 20px;
}

.sp30 {
  min-height: 30px;
  min-width: 30px;
}

.sp40 {
  min-height: 40px;
  min-width: 40px;
}

.sp50 {
  min-height: 50px;
  min-width: 50px;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #cccccc;
  font-size: 14pt;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

td {
  cursor: pointer;
}

tr:nth-child(even) {
  background-color: #eeeeee;
}

tr.unread {
  font-weight: bold;
}

#team {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  padding: 5px;
}
  
#team > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#team > div > div {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 400px;
  max-width: 280px;
  padding: 5px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/* screen width grows to 750px */
@media only screen and (min-width: 750px) {
  #about {
    display: flex;
    flex-flow: row nowrap;
  }
  
  #about > * {
    max-width: 50%;
  }
  
  #cart img {
    width: 240px;
  }
  
  #contact {
    display: flex;
    flex-flow: row nowrap;
  }

  #contact_message {
    max-width: 600px;
  }

  #homekill_download {
    display: none;
  }

  #homekill_order {
    display: flex;
    transform: scale(0.9, 0.9);
  }
  
  #logo_large {
    display: block;
  }
  
  #logo_small {
    display: none;
  }

  #nav_btn + nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  
  #nav_lbl {
    display: none;
  }

  .product {
    flex-flow: row nowrap;
  }

  .product-grid > * {
    width: calc((100% - 20px) / 2);
  }
  
  #shop, #admin {
    width: 590px;
  }
  
  #specials {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
  }
  
  #team > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  
  .ul {
    text-decoration: underline;
  }
}

/* screen width grows to 975px */
@media only screen and (min-width: 975px) {
  .product-grid > * {
    width: calc((100% - 30px) / 3);
  }
  
  #shop, #admin {
    width: 880px;
  }
}

/* screen width grows to 1200px */
@media only screen and (min-width: 1200px) {
  #homekill_order {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    transform: initial;
  }
  
  #homekill_tabs {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  
  .product-grid > * {
    width: calc((100% - 30px) / 3);
  }
  
  #shop, #admin {
    width: 1170px;
  }
}