h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.section {
  padding: 140px 40px;
}

.section.section-top {
  background-color: #ffe48a;
}

.section.section-stock {
  min-height: auto;
  background-color: #005dff;
  color: #b6fd9c;
}

.section.section-help {
  background-color: #fdc0ac;
  color: #ff625e;
}

.section.section-elements {
  background-color: #b6fd9c;
  color: #005dff;
}

.section.section-colour {
  background-color: #ffc2ee;
}

.section.section-type {
  background-color: #2b105e;
  color: #ffe48a;
}

.section.section-logos {
  color: red;
}

.body {
  font-family: bookmania, sans-serif;
  color: #ff625e;
  font-size: 16px;
  font-weight: 400;
}

.heading {
  display: inline;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  text-transform: lowercase;
}

.button {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff625e;
  background-color: transparent;
  font-family: bookmania, sans-serif;
  color: #ff625e;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: lowercase;
}

.button:hover {
  background-color: #ff625e;
  color: #ffe48a;
  text-decoration: underline;
}

.button.button_colour:hover {
  color: #ffe48a;
}

.wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stock_img {
  width: 25%;
}

.img {
  width: 100%;
}

.section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section_left {
  width: 50%;
  padding-right: 100px;
}

.section_left.w_80 {
  width: 80%;
}

.section_right {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.section_right.w_20 {
  width: 20%;
}

.button_assets {
  position: relative;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  border-radius: 50%;
  background-color: red;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 38px;
  line-height: 1.2em;
  text-transform: lowercase;
}

.button_assets:hover {
  background-color: #fff;
  color: red;
}

.button_assets.button_elements {
  border-color: #005dff;
  background-color: #005dff;
  color: #b6fd9c;
}

.button_assets.button_elements:hover {
  border-width: 2px;
  background-color: #b6fd9c;
  color: #005dff;
}

.button_assets.button_type {
  border-color: #ffe48a;
  background-color: #ffe48a;
  color: #2b105e;
}

.button_assets.button_type:hover {
  background-color: #2b105e;
  color: #ffe48a;
}

.button_assets.button_stock {
  border-color: #b6fd9c;
  background-color: #b6fd9c;
  color: #005dff;
}

.button_assets.button_stock:hover {
  background-color: #005dff;
  color: #b6fd9c;
}

.button_top {
  position: relative;
  padding: 10px 0px 5px 20px;
  background-color: transparent;
  font-family: bookmania, sans-serif;
  color: #ff625e;
  font-size: 38px;
  line-height: 1.2em;
  text-transform: lowercase;
}

.heading-2 {
  font-family: Inconsolata, monospace;
}

.colour-primary_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colour-sec_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.colour-sec_item {
  min-width: 25vw;
  padding: 100px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.colour-sec_item.colour_red-light {
  background-color: #ff625e;
  color: #ffe48a;
}

.colour-sec_item.colour_green-light {
  background-color: #b6fd9c;
  color: #005dff;
}

.colour-sec_item.colour_blue {
  background-color: #005dff;
  color: #ffc2ee;
}

.colour-sec_item.colour_red {
  background-color: red;
}

.colour-sec_item.colour_yellow {
  background-color: #ffda00;
  color: red;
}

.colour-sec_item.colour_red-dark {
  background-color: #cc001e;
  color: #ffe48a;
}

.colour-sec_item.colour_blue-dark {
  background-color: #002e96;
  color: #b6fd9c;
}

.colour-sec_item.colour_blue-light {
  background-color: #bcf3fa;
  color: #005dff;
}

.colour-sec_item.colour_yellow-light {
  background-color: #ffe48a;
  color: #ff625e;
}

.colour-sec_item.colour_orange {
  background-color: #ff4e00;
  color: #ffe48a;
}

.colour-sec_item.colour_orange-light {
  background-color: #fdc0ac;
  color: #ff625e;
}

.colour-sec_item.colour_purple-dark {
  background-color: #2b105e;
  color: #ff625e;
}

.colour-sec_item.colour_purple {
  background-color: #3a1ba0;
  color: #ffc2ee;
}

.colour-sec_item.colour_purple-light {
  background-color: #daa5fa;
  color: #3a1ba0;
}

.colour-sec_item.colour_pink {
  background-color: #ff4a86;
  color: #ffe48a;
}

.colour-sec_item.colour_pink-light {
  background-color: #ffc2ee;
  color: #ff625e;
}

.colour-sec_item.colour_green-dark {
  background-color: #005e43;
  color: #b6fd9c;
}

.colour-sec_item.colour_green {
  background-color: #5bd5be;
  color: #005e43;
}

.colour-sec_item.colour_pink-dark {
  background-color: #84005c;
  color: #daa5fa;
}

.heading-med {
  font-size: 32px;
  font-weight: 900;
  text-transform: lowercase;
}

.colour-primary_item {
  min-width: 25vw;
  padding: 220px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.colour-primary_item.colour_day {
  color: red;
}

.colour-primary_item.colour_night {
  background-color: #000;
}

.navigation {
  margin-top: 40px;
}

.logo--dark {
  width: 25%;
  background-color: #000;
}

.logo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo_wrap.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 32%;
  padding: 40px;
  border-style: dotted;
  border-width: 2px;
  border-color: #eee;
  border-radius: 25px;
}

.logo.logo--dark {
  border-color: #000;
}

.logo.logo--wide {
  width: 100%;
  margin-bottom: 10px;
  padding: 60px 100px;
  border: 1px dashed #ccc;
}

.section_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.txt {
  margin-top: 20px;
  margin-bottom: 40px;
}

.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

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

.faq_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faq_question {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: lowercase;
}

.faq_answer {
  padding-top: 10px;
}

.logo_brand {
  width: 100%;
  margin-bottom: 60px;
  padding-right: 50%;
}

.div-block {
  min-height: 400px;
  border: 2px solid #000;
  border-radius: 20px;
  background-image: url('../images/ffm---Illustration-Mashup-2A-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.yuck_logo {
  max-width: 80px;
}

.footer {
  padding: 20px 40px;
  background-color: #000;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .section.section-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section_left {
    width: 100%;
  }
  .section_right {
    width: 100%;
  }
  .section_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq_block.last {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section.section-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .colour-primary_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .colour-sec_item {
    min-width: 50vw;
  }
  .logo_brand {
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading {
    font-size: 48px;
  }
  .section_left {
    padding-right: 0px;
  }
  .section_left.w_80 {
    width: 100%;
  }
  .section_right.w_20 {
    display: none;
  }
  .button_assets {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0%;
    text-align: center;
  }
  .colour-sec_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .logo.logo--wide {
    padding: 40px 20px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}