/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div {
  display: block;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
}

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

figcaption {
  text-align: center;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

dd, dt {
  margin: 0;
  padding: 0;
}

[role=button] {
  cursor: pointer;
}

/*! END normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** Pannos Normalize  */
html {
  color: #222;
  font-size: 62.5%;
}

/* BASE FONT 10px - Line Height  24px */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.625;
}

/* Font Smoothing */
/* Font Loading Fix*/
html.wf-loading {
  font-family: "Arial", Tahoma, sans-serif;
  line-height: 1.5;
  visibility: hidden;
}

html.wf-active, html.wf-inactive {
  visibility: visible;
  font-size: 62.5%;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*Hide visually and from screen readers:*/
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.l-row:before,
.l-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after,
.l-row:after {
  clear: both;
}

/** Button Reset */
button {
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
}

.navbar-nav {
  font-family: "Railway", sans-serif;
  font-size: 2rem;
  padding: 0 30px;
}
.navbar-nav li {
  padding: 0 10px;
}
.navbar-nav .dropdown-item {
  font-size: 2rem;
}

.navbar-brand {
  font-family: "Railway", sans-serif;
  font-size: 2rem;
  padding: 0 30px;
}

.navbar-toggler-icon {
  font-size: 2.5em;
}

.navbar-toggler {
  padding: 0.25rem 1.25rem;
}

main .header {
  padding-top: 3em;
  text-align: center;
  margin-bottom: 5em;
}
main .header > .content {
  margin: 0 auto;
  display: inline-grid;
  align-items: center;
}
@media screen and (min-width: 900px) {
  main .header > .content {
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
}
main .header > .content .image {
  text-align: right;
  margin-bottom: 2em;
  box-shadow: none;
}
main .header > .content .image img {
  object-fit: scale-down;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  main .header > .content .image img {
    border-radius: 30px;
    max-width: 500px;
    box-shadow: 3px 3px 3px darkslategrey;
  }
}
main .header > .content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .header > .content .info .infoBox {
  text-align: center;
  width: max-content;
  padding: 2em 2em;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
main .header > .content .info .infoBox p {
  margin-bottom: 0;
}
main .featuredProducts > .content {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Railway", sans-serif;
  text-align: center;
  margin-bottom: 3em;
}
main .featuredProducts > .content h2 {
  margin: 0 auto;
  display: inline-block;
  justify-content: center;
  font-size: 2.5rem;
  background: #fff;
  padding: 0 3em 1em;
  margin-bottom: 2em;
  border-bottom: 2px solid black;
}
main .featuredProducts > .content .imageBox {
  display: grid;
  width: 100%;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  main .featuredProducts > .content .imageBox {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
  }
}
main .featuredProducts > .content .imageBox a:hover {
  text-decoration: underline;
}
main .featuredProducts > .content .imageBox .item {
  display: grid;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2em;
  padding: 0 30px;
}
@media screen and (min-width: 900px) {
  main .featuredProducts > .content .imageBox .item {
    grid-template-columns: repeat(1fr);
  }
}
main .featuredProducts > .content .imageBox .item img {
  border-radius: 15px;
  max-width: 350px;
}
@media screen and (max-width: 899px) {
  main .featuredProducts > .content .imageBox .item img {
    border-radius: none;
  }
}
main .featuredProducts > .content .imageBox .item h3,
main .featuredProducts > .content .imageBox .item h4 {
  font-family: "Railway", sans-serif;
  margin: 1em auto;
  color: #000;
}
main .featuredProducts > .content .imageBox .item a {
  position: relative;
  margin: 0 auto;
  font-size: 2.4rem;
  width: max-content;
}
main .about {
  width: 100%;
  font-family: "Railway", sans-serif;
  background-color: rgba(32, 178, 171, 0.3);
}
main .about > .content {
  padding: 2em 30px;
}
@media screen and (min-width: 900px) {
  main .about > .content {
    margin: 0 auto;
    width: 70%;
  }
}
main .about > .content h2 {
  margin: 0 auto;
  display: block;
  justify-content: flex-start;
  font-size: 2.5rem;
  padding: 0 0 1em;
  margin-bottom: 2em;
  border-bottom: 2px solid black;
}
main .photo-section > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  margin: 0 auto 3em;
  display: grid;
}
@media screen and (min-width: 900px) {
  main .photo-section > .content {
    grid-template-columns: 35% 1fr;
    column-gap: 30px;
  }
}
main footer {
  background-color: lightseagreen;
  padding: 1em 30px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  main footer {
    text-align: center;
  }
}
main footer p {
  max-width: 1400px;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
