/* 
-----
  The Rustic Charm 
  Designer/Developer: Seventhfury Studios
-----
*/
/* ----- SCSS STYLES ----- */
/* Fonts */
/* Colors */
/* Testing Border Quick Mixins */
/*@mixin rb 	{ border: none; }
@mixin gb 	{ border: none; }
@mixin bb 	{ border: none; }*/
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/*  Bounce Animation */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Media Size Mixins */
/* Uses Bootstrap 4 breakpoints */
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/*  @include flex(1); */
/*  @include flex-order(1); */
/* @include flex-direction(row); */
/* Avoid Highlights */
/* Add CSS3 animations to elements below */
a, a:active, a:link, a:visited, a:hover, input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*  Chrome Font Issue Reset  */
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* ----- CSS STYLES ----- */
/* Bootstrap Reboot Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.fal, .far, .fas, i {
  /* Avoid Highlights */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* End Bootstrap Reboot Reset */
* {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body, html {
  font-family: "Nunito Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #233041;
  background: #F2EBE1;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
} /* body */
a {
  text-decoration: underline;
  color: #233041;
  font-weight: 600;
}
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.test {
  border: 1px solid red;
}

.testitem {
  background: tomato;
  margin: 10px;
  /*width: 250px;*/
  width: 100%;
  height: 70px;
  display: inline-block;
}

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

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

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

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

h1, h2, h3 {
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 2.4em;
  color: #233041;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 576px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.4em;
  color: #233041;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #233041;
  text-align: center;
  font-weight: 400;
}

h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3em;
  color: #354759;
  text-align: center;
  font-weight: 400;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
  color: #354759;
  text-align: center;
  line-height: 1.5;
}

p.lead {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  color: #354759;
  text-align: center;
}

.hide {
  display: none !important;
}

.spacer {
  height: 20px;
  width: 100%;
}

.flexcenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  background: #233041;
  display: block;
  margin: 30px auto;
  /*max-width: 440px;
  min-height: 150px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  padding: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(1.2);
}
button a {
  color: #F2EBE1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 21px 42px 18px 42px;
}
@media (max-width: 576px) {
  button a {
    font-size: 1.6em;
    padding: 17px 37px 15px 37px;
  }
}
button.small {
  transform: scale(0.8);
}
button.small:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(1);
}

header {
  background: #233041;
  text-align: center;
  /*padding: 25px 20px 40px 20px;*/
  height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header {
    height: 120px;
  }
}
header img {
  margin: auto;
  width: 100%;
  max-height: 120px;
}
@media (max-width: 768px) {
  header img {
    max-height: 70px;
  }
}

.hero {
  height: 370px;
  width: 100%;
  background: url("../images/hero-bread.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .hero {
    height: 440px;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 370px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 180px;
  }
}

.lead-title-wrap h1, .lead-title-wrap h2, .notifications h1, .notifications h2 {
  margin-bottom: 20px;
}
.lead-title-wrap p.lead, .notifications p.lead {
  padding-bottom: 5px;
}

.lead-title-wrap {
  background: rgba(219, 208, 190, 0.5);
  padding: 33px 20px 40px 20px;
}
@media (max-width: 576px) {
  .lead-title-wrap p.lead {
    max-width: 87%;
    margin: auto;
  }
}

.content {
  background: #F2EBE1;
  padding: 0px 20px 100px 20px;
  /*@include box-shadow (0px 10px 18px $navy_dark);*/
}
@media (max-width: 768px) {
  .content {
    padding-top: 1px;
    padding-bottom: 50px;
  }
}

.container {
  width: 100%;
  max-width: 830px;
  margin: auto;
}

.content-wrap {
  padding: 40px 0;
}

.content-block:nth-child(even) {
  background: rgba(219, 208, 190, 0.5);
}
.content-block:nth-child(even) .content-inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-block:nth-child(even) .content-inner {
    flex-direction: column;
  }
}
.content-block .content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-flow: row nowrap;
  padding: 40px 15px 34px 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .content-block .content-inner {
    flex-flow: column nowrap;
    padding: 30px 15px 44px 15px;
    gap: 10px;
  }
}
.content-block .content-description {
  height: auto;
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .content-block .content-description {
    width: auto;
    flex: 1 1 100%;
  }
}
.content-block h2, .content-block h3, .content-block p {
  text-align: left;
}
.content-block h2 {
  margin-bottom: -5px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .content-block h2 {
    margin-top: 9px;
  }
}
.content-block h3 {
  margin-bottom: 3px;
}
.content-block p {
  text-align: justify;
}
.content-block img {
  width: 100%;
  height: auto;
  margin: auto;
  /*  Angled corner effect - creates a box with 20px angled corners on all four sides */
  clip-path: polygon(0 0px, 0px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 0px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
}

/*.content-block*/
blockquote {
  background: rgba(219, 208, 190, 0.5);
  width: 100%;
  height: auto;
  margin: 66px auto 18px auto;
  padding: 58px 15px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
blockquote em {
  display: block;
  margin-top: 20px;
  font-size: 0.8em;
  font-weight: 400;
}

.how-it-works {
  padding: 49px 15px 100px 15px;
}
.how-it-works .step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  width: 100%;
  margin: auto auto 30px auto;
  /*@include max-small {
  	gap: 14px;
  }*/
}
@media (max-width: 576px) {
  .how-it-works .step {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.how-it-works .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  background: #354759;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #F2EBE1;
  font-size: 2.3em;
  font-weight: 500;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  padding-bottom: 3px;
  margin-top: 1px;
  /*@include max-small {
  	font-size: 2em;
  	width: 40px;
  	height: 40px;
  }*/
}
.how-it-works .description h4, .how-it-works .description p {
  text-align: justify;
}
@media (max-width: 576px) {
  .how-it-works .description h4, .how-it-works .description p {
    text-align: center;
  }
}
.how-it-works .description h4 {
  margin-top: 0;
  margin-bottom: -5px;
}
.how-it-works .description p {
  margin-bottom: 0;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .how-it-works .description p {
    max-width: 90%;
  }
}

.notifications {
  padding: 0 15px 70px 15px;
}

footer {
  background: rgba(219, 208, 190, 0.5);
  text-align: center;
  padding: 45px 15px 12px 15px;
}
footer img {
  margin: auto;
  width: 100%;
  max-height: 120px;
}
@media (max-width: 768px) {
  footer img {
    max-height: 70px;
  }
}
footer small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8em;
  text-align: center;
  max-width: 310px;
  width: 100%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
footer button {
  margin-bottom: 25px;
}
footer .social {
  margin: 0px auto 22px auto;
}
footer .social a {
  display: inline-block;
  width: 30px;
  height: auto;
  margin: auto 2px;
}
footer .social a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(1.2);
}
