@charset "UTF-8";
/* minins >>>>>>> */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/*  SITE.SCSS  */
:root {
  --red: $lfc-red;
  --black: $black;
  --gold: $gold;
  --gutter-mbl: 8px;
  --gutter-dsktp: 16px;
  --gutter-dsktp-double: 32px;
  --sect-margin-mbl: 40px;
  --sect-margin-dsktp: 80px;
  --icon-artl: 24px;
}

@media screen and (max-width: 991px) {
  :root {
    --gutter-size: var(--gutter-mbl);
    --gutter-double: var(--gutter-dsktp);
    --sect-margin: var(--sect-margin-mbl);
  }
}
@media screen and (min-width: 992px) {
  :root {
    --gutter-size: var(--gutter-dsktp);
    --gutter-double: var(--gutter-dsktp-double);
    --sect-margin: var(--sect-margin-dsktp);
  }
}
html {
  font-size: 62.5%; /* Sets up the Base 10 stuff */
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}
body.default-theme {
  min-height: 100vh;
}

body,
p {
  font-family: montserrat;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}

body * {
  box-sizing: border-box;
}

.mt {
  margin-top: 40px;
}

.ul-list li {
  padding-bottom: 16px;
  font-size: 20px;
}

ul.ul-list ul {
  margin-top: 20px;
  margin-bottom: -16px;
}

.list-links .ul-list {
  list-style-type: none;
}

.ul-list.lnk-list {
  padding-left: 16px;
}
.ul-list.lnk-list li {
  padding-bottom: 16px;
  font-size: 20px;
}
.ul-list.lnk-list li:before {
  content: "»";
  margin-left: -12px;
}
.ul-list.lnk-list li a {
  padding-left: 5px;
}

@media screen and (max-width: 479px) {
  ul.ul-list {
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .no-wrap {
    white-space: nowrap;
  }
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ul-list li {
    padding-bottom: 16px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* BaNneR */
/* *** bnr.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/* Banner Section */
.section-bnr {
  clear: both;
  padding: 140px 0 100px;
  min-height: 260px;
  background-color: #fff;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}
.section-bnr .content,
.section-bnr .txt {
  text-align: center;
}
.section-bnr.bnr-homepage {
  background-color: #fde7be;
  margin-top: 58px;
  padding: 0 0 10px;
}
.section-bnr.sect-article {
  padding: 60px 0 20px;
}
.section-bnr.sect-article .alt {
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.section-bnr.noscroll {
  padding-top: 60px;
}

.sect-bnr-img {
  margin-top: 60px;
  padding: 106px 0 0;
  background-size: 100%;
  background-color: #fff;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.sect-branding {
  background-color: #000;
  background-image: url(../img/1920x/branding-a-light-bulb_v43372702-1920x700.jpg);
}

.sect-design {
  margin-top: 60px;
  padding: 106px 0 0;
  background-color: #fff;
  background-image: url(../img/1920x/design_v16850483-1920x580.jpg);
  background-size: 100%;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.sect-wdesign {
  margin-top: 60px;
  padding: 106px 0 0;
  min-height: auto;
  background-color: #fff;
  background-image: url(../img/2600x/webdesign_is2150709898-2600x696.jpg);
  background-size: 100%;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.sect-resources {
  margin-top: 60px;
  padding: 140px 0 0;
  background-color: #fff;
  background-image: url(../img/1920x/resources_v-1920x580.jpg);
  background-size: 100%;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.bnr-bkgrd-img {
  background-size: 100%;
  background-position-y: top;
  background-position-x: right;
  background-repeat: no-repeat;
}

.sect-mobile1st {
  margin-top: 10px;
  padding: 140px 0 0;
  background-color: #fff;
  background-image: url(../img/1200x/mobile-phone_20554987-1200x580.jpg);
}
.sect-mobile1st.bnr-bkgrd-img {
  background-size: contain;
  background-position-x: center;
}

.bnr-000 .section-bnr {
  background-color: #000;
}

.bnr-grad-rb .section-bnr {
  background: linear-gradient(90deg, #C8102E 0%, #000 100%);
}

.bnr-000 .section-bnr .content .txt h1,
.bnr-grad-rb .section-bnr .content .txt h1 {
  color: white;
  text-shadow: none;
}
.bnr-000 .section-bnr .content .txt h2.h1,
.bnr-grad-rb .section-bnr .content .txt h2.h1 {
  color: #a1a2a3;
  text-shadow: none;
}

.bnr-img {
  width: 100%;
}

@media screen and (min-width: 400px) {
  .nowrap {
    white-space: nowrap;
  }
  .sect-design,
  .sect-wdesign {
    padding-top: 116px;
  }
  .section-bnr.sect-resources {
    padding-top: 140px;
  }
}
@media screen and (min-width: 480px) {
  .sect-design,
  .sect-wdesign {
    padding-top: 128px;
  }
  .section-bnr.sect-resources {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: auto;
  }
}
/* MAX - sm  >>>>>>>>>*/
@media screen and (max-width: 575px) {
  .bnr-000 .section-bnr,
  .bnr-grad-rb .section-bnr {
    padding: 100px 0 40px;
  }
  .section-bnr.sect-article img {
    margin-bottom: 20px;
  }
  .section-bnr.noscroll {
    padding-top: 60px;
  }
}
@media screen and (min-width: 576px) {
  .section-bnr {
    padding: 140px 0 100px;
  }
  .section-bnr.sect-resources {
    padding-top: 30px;
    background-color: #232e32;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .section-bnr.noscroll {
    padding-top: 60px;
  }
  .sect-design {
    background-color: #005155;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .sect-wdesign {
    background-color: #005155;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
  }
  p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section-bnr {
    clear: both;
    padding: 140px 0 100px;
    min-height: 260px;
    background-color: #fff;
  }
  .section-bnr.bnr-homepage {
    margin-top: 0;
    padding: 100px 0 100px;
    background-image: url(../img/2600x/happycoffeshopowner_is1756400315-2600x967.jpg);
    background-size: cover;
  }
  .section-bnr.bnr-homepage .txt {
    text-align: center;
  }
  .section-bnr.bnr-homepage .txt h1 {
    font-size: 4.2rem;
  }
  .section-bnr.bnr-homepage .txt h2.h1 {
    font-size: 3.2rem;
  }
  .section-bnr.sect-article {
    padding-top: 60px;
  }
  .section-bnr.sect-article .alt {
    padding: 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .section-bnr.noscroll {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-bnr.bnr-homepage {
    margin-top: 0;
    padding: 100px 0 100px;
    background-image: url(../img/2600x/happycoffeshopowner_is1756400315-2600x967.jpg);
    background-size: cover;
  }
  .section-bnr.sect-article {
    padding-top: 0;
  }
  .section-bnr.sect-article img {
    padding-bottom: 60px;
  }
  .section-bnr.sect-resources {
    margin-top: 0;
  }
  .section-bnr.noscroll {
    padding-top: 80px;
  }
  .bnr-grad-rb .section-bnr {
    padding: 140px 0 100px;
  }
  .section-bnr.sect-design,
  .section-bnr.sect-wdesign {
    margin-top: 0;
  }
  .section-bnr.sect-resources {
    padding: 128px 0 140px;
  }
}
@media screen and (min-width: 1200px) {
  .section-bnr {
    clear: both;
    padding: 140px 0 100px;
    min-height: 260px;
    background-color: #fff;
  }
  .section-bnr.bnr-homepage {
    margin-top: 0;
    padding: 128px 0 140px;
    min-height: 332px;
  }
  .section-bnr.bnr-homepage .txt h1 {
    font-size: 5.2rem;
  }
  .section-bnr.bnr-homepage .txt h2.h1 {
    font-size: 3.2rem;
  }
  .section-bnr.sect-article {
    padding-top: 0;
  }
  .section-bnr.clr-000 {
    background-color: #000;
  }
  .section-bnr.clr-000 .content,
  .section-bnr.clr-000 .txt {
    text-align: center;
  }
  .section-bnr.clr-000 .content h1,
  .section-bnr.clr-000 .txt h1 {
    font-size: 5.2rem;
    font-weight: 500;
    color: white;
  }
  .section-bnr.clr-000 .content h2.h1,
  .section-bnr.clr-000 .txt h2.h1 {
    font-size: 6rem;
    font-weight: 300;
    color: #a1a2a3;
  }
  .section-bnr.sect-branding {
    margin-top: 0;
    padding: 138px 0 0px;
    min-height: 382px;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .section-bnr.sect-design, .section-bnr.sect-resources {
    padding: 180px 0 140px;
  }
  .section-bnr.noscroll {
    padding-top: 80px;
  }
}
/* Buttons */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** buttons.scss *** */
button,
.btn-a {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
button::-moz-focus-inner,
.btn-a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn {
  display: block;
  padding: 15px 0;
}
.btn button,
.btn .btn-a {
  margin: 0;
  padding: 16px 8px;
  width: 100%;
  min-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 18px;
}
.btn button.btn-link,
.btn .btn-a.btn-link {
  padding: 5px 5px;
}
.btn button:focus, .btn button:active:focus, .btn button.active:focus, .btn button.focus, .btn button:active.focus, .btn button.active.focus,
.btn .btn-a:focus,
.btn .btn-a:active:focus,
.btn .btn-a.active:focus,
.btn .btn-a.focus,
.btn .btn-a:active.focus,
.btn .btn-a.active.focus {
  box-shadow: 0 0 2px 2px rgba(0, 159, 227, 0.65);
  outline: none;
}
.btn-pri {
  color: #fff;
  background-color: #C8102E;
  border-color: #C8102E;
}
.btn-pri:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-pri:active, .btn-pri:active:focus, .btn-pri:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-pri:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-sec {
  color: #fff;
  background-color: #0081c2;
  border-color: #0081c2;
}
.btn-sec:hover {
  color: #0081c2;
  background-color: #fff;
  border-color: #0081c2;
}
.btn-sec:active, .btn-sec:active:focus, .btn-sec:focus {
  color: #0081c2;
  background-color: #fff;
  border-color: #0081c2;
}
.btn-sec:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-ter {
  color: #000;
  background-color: #ffd700;
  border-color: #cbab00;
}
.btn-ter:hover {
  color: #000;
  background-color: #fff4b6;
  border-color: #000;
}
.btn-ter:focus {
  color: #000;
  background-color: #fff4b6;
  border-color: #000;
}
.btn-ter:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-cancel {
  color: #FFF;
  background-color: #C00;
  border-color: #C00;
}
.btn-cancel:hover {
  color: #C00;
  background-color: #fed6d6;
  border-color: #C00;
}
.btn-cancel:active, .btn-cancel:active:focus, .btn-cancel:focus {
  color: #C00;
  background-color: #fed6d6;
  border-color: #C00;
}
.btn-cancel:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-link {
  border: none;
  color: #0081c2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:hover {
  color: #202e39;
}
.btn-link:focus {
  color: #202e39;
}
.btn-link:disabled {
  color: #666666;
  text-decoration: none;
}

.dark .btn {
  display: block;
  padding: 15px 0;
}
.dark .btn button,
.dark .btn .btn-a {
  margin: 0;
  padding: 9px 30px;
  width: 100%;
  min-width: 250px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 18px;
}
.dark .btn button.btn-link,
.dark .btn .btn-a.btn-link {
  padding: 5px 5px;
}
.dark .btn button:focus, .dark .btn button:active:focus, .dark .btn button.active:focus, .dark .btn button.focus, .dark .btn button:active.focus, .dark .btn button.active.focus,
.dark .btn .btn-a:focus,
.dark .btn .btn-a:active:focus,
.dark .btn .btn-a.active:focus,
.dark .btn .btn-a.focus,
.dark .btn .btn-a:active.focus,
.dark .btn .btn-a.active.focus {
  box-shadow: 0 0 2px 2px rgba(0, 159, 227, 0.65);
  outline: none;
}
.dark .btn-pri {
  color: #fff;
  background-color: #C8102E;
  border-color: #C8102E;
}
.dark .btn-pri:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.dark .btn-pri:active, .dark .btn-pri:active:focus, .dark .btn-pri:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.dark .btn-pri:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.dark .btn-sec {
  color: #fff;
  background-color: #0081c2;
  border-color: #0081c2;
}
.dark .btn-sec:hover {
  color: #0081c2;
  background-color: #fff;
  border-color: #0081c2;
}
.dark .btn-sec:active, .dark .btn-sec:active:focus, .dark .btn-sec:focus {
  color: #0081c2;
  background-color: #fff;
  border-color: #0081c2;
}
.dark .btn-sec:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.dark .btn-ter {
  color: #000;
  background-color: #ffd700;
  border-color: #cbab00;
}
.dark .btn-ter:hover {
  color: #000;
  background-color: #fff4b6;
  border-color: #000;
}
.dark .btn-ter:focus {
  color: #000;
  background-color: #fff4b6;
  border-color: #000;
}
.dark .btn-ter:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.dark .btn-cancel {
  color: #FFF;
  background-color: #C00;
  border-color: #C00;
}
.dark .btn-cancel:hover {
  color: #C00;
  background-color: #fed6d6;
  border-color: #C00;
}
.dark .btn-cancel:active, .dark .btn-cancel:active:focus, .dark .btn-cancel:focus {
  color: #C00;
  background-color: #fed6d6;
  border-color: #C00;
}
.dark .btn-cancel:disabled {
  color: #666666;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.dark .btn-link {
  border: none;
  color: #0081c2;
  text-decoration: underline;
  background-color: transparent;
}
.dark .btn-link:hover {
  color: #202e39;
}
.dark .btn-link:focus {
  color: #202e39;
}
.dark .btn-link:disabled {
  color: #666666;
  text-decoration: none;
}

.btn-grp + .btn {
  padding-top: 0px;
}

.bkg-red .btn-pri {
  border-color: #fff;
}

.btn-menu {
  padding: 10px 20%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .btn button,
  .btn .btn-a {
    min-width: 50%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .btn-menu {
    padding: 10px;
    min-width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .btn button,
  .btn .btn-a {
    min-width: 280px;
  }
}
/* CONTAINERS */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/* *** containers.scss *** */
/*main{

}*/
.section-one {
  padding: 120px 0 80px;
  background: linear-gradient(90deg, #C8102E 0%, #000 100%);
}
.section-one .h1 {
  margin: 0;
  color: #ffd700;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 80px;
}
.section-one .h2 {
  margin: 0;
  color: #FFF;
}
.section-one p {
  color: #FFF;
}
.section-one div.txt {
  display: inline-block;
  text-align: left;
}

.content {
  margin: 0 auto;
  padding: 0 var(--gutter-size);
}

.container-core {
  padding: 0;
}

.box {
  background-color: #fff;
  border: #000 solid 1px;
  border-radius: 8px;
  /*&.sheer{
  	background-color: rgba(255, 255, 255, 0.6);
  }*/
}

.sheer {
  background-color: rgba(222, 222, 222, 0.6);
  padding: 16px;
}
.sheer .content {
  padding: 16px;
}

.ptb0.bkg-white {
  background-color: #fff;
  padding: 0;
}
.ptb0.bkg-white .col-three {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 10px;
}
.ptb0.bkg-white .col-three > .col {
  display: inline-block;
  margin: 0;
  padding: 32px;
  margin-bottom: 20px;
  min-height: 200px;
}
.ptb0.bkg-white .col-three .col-img {
  text-align: center;
}
.ptb0.bkg-white .col-three .col-content p {
  font-size: 18px;
  color: #000;
}
.ptb0.bkg-white .col-three .col-content h2 {
  color: #000;
}
.ptb0.bkg-white .col-three .img-circle {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 0 var(--gutter-size);
  }
  .ptb0.bkg-white .col-three {
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 992px) {
  .content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 var(--gutter-size);
  }
  .ptb0.bkg-white .col-three {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 var(--gutter-size);
  }
}
/* HeaDeR */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/* *** hdr.scss *** */
.hdr {
  display: block;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  align-items: center;
}
.hdr-logo-img {
  margin-top: 5px;
  height: 30px;
}
.hdr.hdr-bkgrd {
  background-color: white;
  border-bottom: #000 solid 1px;
  box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.3);
}
.hdr .content {
  padding-top: 10px;
  align-items: left;
  text-align: left;
}

.hdr-logo {
  display: inline-block;
  width: auto;
}
.hdr-logo .logo-img {
  display: inline-block;
  width: 50px;
}
.hdr-logo .logo-txt {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-family: ubuntu;
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFF;
  line-height: 40px;
}
.hdr-logo .logo-txt1 {
  font-family: ubuntu-medium;
  color: #C8102E;
}
.hdr-logo .logo-txt2 {
  color: #000;
}

.hdr-bkgrd .logo-txt1 {
  color: #C8102E;
}
.hdr-bkgrd .logo-txt2 {
  color: #000;
}

footer {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  background: linear-gradient(90deg, #C8102E 0%, #000 100%);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.ftr {
  position: relative;
  margin-top: 190px;
}

.ftr .content {
  position: relative;
  padding-top: 80px;
}

.ftr-btns {
  position: absolute;
  bottom: 40px;
  width: calc(100% - var(--gutter-double));
  min-height: 100px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 16px;
}

.ftr-btns-container {
  position: relative;
}

.ftr-btns-col {
  position: relative;
  display: inline-block;
  padding: 60px 16px 0;
  width: 100%;
  /*background-color: #e4e4e4;*/
  vertical-align: top;
  text-align: center;
}

.ftr-btns-circle {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-color: #C8102E;
  border-radius: 40px;
}

.ftr-btns-circle .material-icons-outlined {
  font-size: 40px;
  margin: 20px;
}

.ftr-btns-3rd {
  padding: 0 16px;
  text-align: center;
  width: 100%;
}

.ftr-btns-social {
  width: 100%;
  background-color: transparent;
}

.ftr-btns-social img {
  padding-bottom: 0;
  width: 40px;
  margin: 0 5px;
}

.ftr .ul-list.lnk-list {
  list-style-type: none;
  padding-left: 16px;
}

.ftr .ul-list.lnk-list li:before {
  content: "»";
  margin-left: -12px;
  color: #000;
}

@media screen and (max-width: 575px) {
  .ftr-btns-1st .ul-list.lnk-list {
    margin-bottom: 0;
  }
  .ftr-btns-1st .ul-list.lnk-list li {
    padding-bottom: 0;
  }
  .ftr-btns-2nd {
    padding: 0 16px;
  }
  .ftr-btns-2nd .ftr-btns-circle {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .hdr {
    height: 60px;
    align-items: center;
  }
  .hdr-logo-img {
    margin-top: 0;
    height: 40px;
  }
  .hdr-logo .logo-img {
    width: 70px;
  }
  .hdr-logo .logo-txt {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
  footer {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }
  footer .ftr-copy {
    display: inline-block;
    width: auto;
  }
  footer .ftr-link {
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
  }
  .ftr-btns-col {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }
  footer .ftr-copy {
    width: 49%;
  }
  footer .ftr-link {
    width: 49%;
  }
  .ftr {
    margin-top: 140px;
  }
  .ftr-btns-col {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    width: 33%;
  }
  .ftr-btns-3rd {
    padding: 0 16px;
    text-align: right;
  }
  .ftr-btns-social {
    position: absolute;
    top: -20px;
    left: auto;
    right: 16px;
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .hdr.hdr-bkgrdimg {
    background-color: white;
    border-bottom: #000 solid 1px;
    box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .hdr {
    height: 80px;
  }
  .hdr-logo-img {
    height: 60px;
  }
  .hdr.hdr-bkgrd {
    background-color: white;
    border-bottom: #000 solid 1px;
    box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.3);
  }
  .hdr-logo .logo-img {
    display: inline-block;
    width: 100px;
    margin-left: 16px;
  }
  .hdr-logo .logo-txt {
    display: inline-block;
    vertical-align: top;
    /* width: calc(100% - 116px); */
    font-family: ubuntu;
    font-size: 32px;
    font-size: 3.2rem;
    color: #FFF;
    line-height: 28px;
  }
  .hdr-logo .logo-txt1 {
    display: block;
    font-family: ubuntu-medium;
  }
  .hdr-logo .logo-txt2 {
    color: #000;
  }
  .bnr-000 .hdr-bkgrdimg .logo-txt1,
  .bnr-grad-rb .hdr-bkgrdimg .logo-txt1 {
    color: #FFF;
  }
  .bnr-000 .hdr-bkgrdimg .logo-txt2,
  .bnr-grad-rb .hdr-bkgrdimg .logo-txt2 {
    color: #FFF;
  }
  .hdr-bkgrdimg.m2w .mm2 {
    color: #FFF;
  }
}
@media screen and (min-width: 1200px) {
  .hdr-logo .logo-txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* FONTS */
/*fonts.css*/
/* Yanone Kaffeesatz */
@font-face {
  font-family: kaffeesatz;
  src: url("fonts/YanoneKaffeesatz-VariableFont_wght.woff2") format("woff2");
}
/* KronaOne */
@font-face {
  font-family: kronaone;
  src: url("fonts/KronaOne-Regular.woff2") format("woff2");
}
/* LeagueGothic */
@font-face {
  font-family: leaguegothic;
  src: url("fonts/LeagueGothic-Regular-VariableFont_wdth.woff2") format("woff2");
}
/* Montserrat */
@font-face {
  font-family: montserrat;
  src: url("fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
}
/* Montserrat */
@font-face {
  font-family: montserrat-alt;
  src: url("fonts/MontserratAlternates-Regular.woff2") format("woff2");
}
/* Ubunto */
@font-face {
  font-family: ubuntu-light;
  src: url("fonts/Ubuntu-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ubuntu;
  src: url("fonts/Ubuntu-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Regular.woff2") format("woff2");
}
@font-face {
  font-family: ubuntu-medium;
  src: url("fonts/Ubuntu-Medium.woff2") format("woff2");
}
@font-face {
  font-family: ubuntu-bold;
  src: url("fonts/Ubuntu-Bold.woff2") format("woff2");
}
/* NAVigation - MENU */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/*------------------------------------*   
 # COMPONENTS --> BUTTONS
\*------------------------------------*/
.mm-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #20305F;
}
.mm-button .material-icons {
  line-height: 30px;
}

/*------------------------------------*   
 # COMPONENTS --> MENU
\*------------------------------------*/
.main-menu {
  clear: both;
  position: relative;
  width: 100%;
  height: 60px;
  white-space: nowrap;
  /* interdiction de passer à la ligne */
}

.mm__logo {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 24px;
  text-decoration: none;
  cursor: pointer;
  color: #20305F;
}

.mm__toggle {
  position: absolute;
  right: 0;
  padding: 5px 0;
  width: 32px;
}

@media screen and (min-width: 768px) {
  .mm__toggle {
    width: 64px;
  }
}
@media screen and (min-width: 992px) {
  .mm-button {
    display: none;
  }
  .main-menu:after {
    content: "";
    clear: both;
  }
  .mm__toggle {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mm__toggle.focusable:active,
  .mm__toggle.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
/*------------------------------------*   
 # COMPONENTS --> NAV
\*------------------------------------*/
.mm-nav__list {
  margin: 0;
  padding: 0;
}

.mm-nav__list-item {
  list-style: none;
  border-top: 1px solid #ecefef;
  padding: 0;
}

.mm-nav__list-item:last-child {
  padding: 10px 16px;
  border-bottom: 3px solid #C8102E;
  text-align: center;
}

.mm-nav__link {
  display: inline-block;
  padding: 15px 0 15px 25px;
  width: 100%;
  font-size: 22px;
  color: #20305F;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .mm-nav {
    float: right;
    height: inherit;
    padding-top: 0;
  }
  .mm-nav__list {
    float: right;
    height: inherit;
  }
  .mm-nav__list-item {
    display: inline-block;
    padding: 0 20px;
    border: none;
  }
  .mm-nav__list-item:first-child {
    padding-left: 0;
  }
  .mm-nav__list-item:last-child {
    vertical-align: top;
    padding: 10px;
    padding-right: 0;
    border-bottom: none;
  }
  .mm-nav__link {
    padding: 5px 10px 0;
    font-family: kaffeesatz;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 400;
    color: #000;
    line-height: 60px;
  }
  .hdr-bkgrdimg .mm-nav__link {
    color: #FFF;
    text-shadow: 1px 1px 10px #000, 1px 1px 10px #5a5a5a;
  }
  .nav-dark .hdr-bkgrdimg .mm-nav__link {
    color: #000;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
  }
}
@media screen and (min-width: 1200px) {
  .mm-nav__list-item {
    padding: 0 30px;
  }
}
/*------------------------------------*  
  # COMPONENTS --> OFF-CANVAS
\*------------------------------------*/
.mm-off-canvas {
  display: none;
  transition: transform 0.3s ease;
}

.mm-off-canvas:after {
  content: "";
  clear: both;
  /*display: block !important;*/
}

.mm-off-canvas.is-open {
  margin-top: 8px;
  margin-left: -8px;
  /* position: absolute; */
  /* left: 0; */
  display: block;
  width: calc(100% + 16px);
  background-color: white;
}

@media screen and (min-width: 576px) {
  .mm-off-canvas.is-open {
    margin-top: 0px;
    background-color: white;
  }
}
@media screen and (min-width: 768px) {
  .mm-off-canvas.is-open {
    margin-top: 4px;
    margin-left: -16px;
    width: calc(100% + 32px);
    background-color: white;
  }
}
@media screen and (min-width: 992px) {
  .mm-off-canvas {
    display: inline-block;
    margin-right: 16px;
    padding-top: 0;
    height: inherit;
    width: auto;
    float: right;
  }
}
/* SECTion */
/* *** Sect.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/* Gold Section */
.sect-bkgrd-gld {
  background-color: rgba(255, 215, 0, 0.1);
  transition: background-color 2000ms linear;
}
.sect-bkgrd-gld:hover {
  background-color: #ffd700;
}

/* Black Section */
.sect-bkgrd-blk {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 2000ms linear;
}
.sect-bkgrd-blk .h1,
.sect-bkgrd-blk p {
  color: #000;
  transition: background-color 2000ms linear;
}
.sect-bkgrd-blk:hover {
  background-color: rgb(0, 0, 0);
}
.sect-bkgrd-blk:hover .h1,
.sect-bkgrd-blk:hover p {
  color: #fff;
}

/* Red Section */
.sect-bkgrd-red {
  padding: var(--sect-margin) 0;
  background-color: #C8102E;
}
.sect-bkgrd-red .h1,
.sect-bkgrd-red p {
  color: #FFF;
}

/* grey Section */
.sect-bkgrd-grey {
  padding: var(--sect-margin) 0;
  background-color: #C8102E;
}

/* grey Section */
.sect-bkgrd-white {
  padding: var(--sect-margin) 0;
  background-color: #FFF;
}

/* SEO Client Testimonials */
.sect-bkgrd-img.seo-client {
  background-image: url(../img/1600x/coffeshop-owners_is1333346499-1600x1067.jpg);
  background-size: cover;
  background-position-x: center;
}
.sect-bkgrd-img.seo-client .content {
  padding: 40px 16px;
}
.sect-bkgrd-img.seo-client h2 {
  font-weight: 700;
  color: #FFF;
}
.sect-bkgrd-img.seo-client p {
  font-size: 20px;
  text-shadow: none;
  font-weight: 700;
  color: #FFF;
}
.sect-bkgrd-img.seo-client p span {
  display: inline-block;
  padding-top: 16px;
  font-weight: 300;
  font-style: italic;
}

/* TEXT Section */
.sect-txt {
  padding: var(--sect-margin) 0;
}
.sect-txt h2.h1 {
  margin-bottom: 10px;
}
.sect-txt p {
  margin: 10px 0;
  font-size: 22px;
}

/* Blackout Section */
.sect-blackout {
  position: relative;
  z-index: 1;
}
.sect-blackout .content:before {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: -1;
}
.sect-blackout h2 {
  color: #fff;
}
.sect-blackout p {
  z-index: 5;
  color: #fff;
}
.sect-blackout.sat-clnt {
  min-height: 500px;
}
.sect-blackout.sat-clnt .content {
  padding: 0 0 0 100px;
  max-width: 900px;
}
.sect-blackout.sat-clnt h2,
.sect-blackout.sat-clnt p {
  font-weight: 700;
}
.sect-blackout:hover h2 {
  color: #fff;
  text-shadow: 1px 1px 10px #000, 1px 1px 10px #555;
}
.sect-blackout:hover:hover p {
  color: #fff;
  text-shadow: 1px 1px 10px #000, 1px 1px 10px #555;
}
.sect-blackout:hover .hide-show {
  visibility: visible;
}
.sect-blackout.wd h2 {
  text-shadow: 1px 1px 10px #005155, 1px 1px 10px #005155;
}
.sect-blackout.wd p {
  text-shadow: 1px 1px 10px #005155, 1px 1px 10px #005155;
}
.sect-blackout.blk2wht .content:before {
  background: rgba(0, 0, 0, 0.7);
}
.sect-blackout.blk2wht h2 {
  color: #FFF;
  text-shadow: none;
}
.sect-blackout.blk2wht p {
  color: #FFF;
  text-shadow: none;
}
.sect-blackout.blk2wht:hover .content:before {
  background: rgba(255, 255, 255, 0.7);
}
.sect-blackout.blk2wht:hover h2 {
  color: #000;
  text-shadow: none;
}
.sect-blackout.blk2wht:hover p {
  color: #000;
  text-shadow: none;
}

.section-blurb {
  padding: var(--sect-margin) 0;
}
.section-blurb .content {
  text-align: center;
}
.section-blurb .content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #000;
}
.section-blurb .content h2.hp {
  font-size: 26px;
  font-size: 2.6rem;
}
.section-blurb .content h2.h2 {
  margin-top: 0px;
  font-size: 26px;
  font-size: 2.6rem;
}
.section-blurb .content .mm {
  font-family: ubuntu;
}
.section-blurb .content .mm1 {
  font-family: ubuntu-medium;
  color: #C8102E;
}
.section-blurb .content p {
  font-size: 20px;
  font-size: 2rem;
}
.section-blurb.alt-resources {
  padding: 0 0 var(--sect-margin);
}

.section-getstarted {
  margin: 40px 0;
}
.section-getstarted h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #000;
}
.section-getstarted p {
  margin: 10px 0;
  font-size: 20px;
  font-size: 2rem;
}
.section-getstarted span {
  display: inline-block;
  margin: 10px 0;
  font-size: 28px;
  font-size: 2.8rem;
}
.section-getstarted .ul-list {
  list-style-type: none;
  padding-left: 10px;
}
.section-getstarted .ul-list li {
  padding-bottom: 0;
  font-size: 14px;
}

/* Video Section */
.section-video {
  padding: 0;
  background-color: #000;
}
.section-video .content {
  padding: 0;
}
.section-video video {
  display: block;
  width: 100%;
}

.section-wdesign {
  background-color: #005155;
  background-image: url(../img/2600x/webdesign_is2150709898-2600x696.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
}

.section-testimonials {
  background-image: url(../img/1600x/foodtruck_is1357517345-1600x1067.jpg);
  background-size: cover;
}
.section-testimonials .sect-testimonials-txt {
  min-height: 220px;
}
.section-testimonials .sect-testimonials-quote span {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
}
.section-testimonials .noshow {
  display: none;
}

.hide-show {
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .hide-show {
    visibility: hidden;
  }
  .section-blurb .content h2 {
    font-size: 60px;
    font-size: 6rem;
  }
  .section-blurb .content h2.hp {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .section-blurb .content h2.h2 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .section-blurb .content p {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sect-txt h2.h1 {
    margin-bottom: 10px;
  }
  .sect-txt p {
    margin: 10px 0;
    font-size: 28px;
  }
  /* Red Section */
  .sect-bkgrd-red {
    background-color: rgba(200, 16, 46, 0.1);
    transition: background-color 2000ms linear;
  }
  .sect-bkgrd-red .h1,
  .sect-bkgrd-red p {
    color: #000;
    transition: background-color 2000ms linear;
  }
  .sect-bkgrd-red:hover {
    background-color: #c8102e;
  }
  .sect-bkgrd-red:hover .h1,
  .sect-bkgrd-red:hover p {
    color: #fff;
  }
  /* SEO Client Testimonials */
  .sect-bkgrd-img.seo-client {
    min-height: 520px;
    background-size: cover;
  }
  .sect-bkgrd-img.seo-client .content {
    padding: 120px 60px 40px 120px;
    max-width: 1000px;
  }
  .sect-bkgrd-img.seo-client h2 {
    font-weight: 700;
    color: #FFF;
  }
  .sect-bkgrd-img.seo-client p {
    font-size: 28px;
  }
  .sect-bkgrd-img.seo-client p span {
    display: inline;
    padding-top: 0;
  }
  .section-getstarted {
    margin: 80px 0;
  }
  .section-getstarted h2 {
    margin: 10px 0;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .section-getstarted p {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .section-getstarted .ul-list {
    padding-left: 40px;
  }
  .section-getstarted .ul-list li {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .section-testimonials {
    background-position-y: -180px;
  }
  .section-wdesign {
    background-position-x: right;
  }
}
/* TEXT */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** core.scss *** */
/* *** colour.scss *** */
.bkgrd-fde7be {
  background-color: #fde7be;
}

/* *** responsive.scss *** */
/* *** text.scss *** */
:root {
  --font-size-h1-mbl: 3.2;
  --font-size-h1-dsktp: 5.2;
  --font-size-h2-mbl: 2.8;
  --font-size-h2-dsktp:4.2;
  --font-size-h2-mbl: 1.8;
  --font-size-h2-dsktp: 2.8;
  --font-size-18: 1.6;
  --font-size-28: 2.0;
  --font-size-32: 2.2;
}

@media screen and (max-width: 991px) {
  :root {
    --font-size-h1: var(---font-size-h1-mbl);
    --font-size-h2: var(--font-size-h2-mbl);
    --font-size-18: 1.6;
    --font-size-28: 2.0;
    --font-size-32: 2.4;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --font-size-h1: var(--font-size-h1-dsktp);
    --font-size-h2: var(--font-size-h2-dsktp);
    --font-size-18: 1.8rem;
    --font-size-28: 2.8rem;
    --font-size-32: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --font-size-h1: 5.2rem;
    --font-size-h2: 4.2rem;
    --font-size-18: 1.8rem;
    --font-size-28: 2.8rem;
    --font-size-32: 3.2rem;
  }
}
h1 {
  font-family: kronaone;
  font-size: 32px;
  font-size: 3.2rem;
  color: #000;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

.h1 {
  margin: 20px 0 10px;
  padding: 0;
  font-family: ubuntu-light;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
}

.h2 {
  font-family: ubuntu-bold;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  color: #000;
}

h2.h2 {
  font-family: ubuntu-light;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}

.lnk,
.lnk:visited {
  color: #C8102E;
  text-decoration: none;
}

.lnk:hover {
  color: #000;
  text-decoration: underline;
}

.lnk-wht,
.lnk-wht:visited {
  color: #FFF;
  text-decoration: none;
}

.lnk-wht:hover {
  color: #FFF;
  text-decoration: underline;
}

.lnk-bld {
  font-weight: 700;
}

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

@media screen and (min-width: 992px) {
  h1 {
    margin: 0 0 20px 0;
    font-size: 52px;
    font-size: 5.2rem;
  }
  .h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}/*# sourceMappingURL=site.css.map */