/* Text Elements */

h2.dpsh2 {
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  min-width: 80vw;
  color: #e7e7e7;
  text-transform: none;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

h3.dpsh3 {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: none;
  max-height: 24px;
  color: #d5d5d5;
  text-indent: 0;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;

  grid-area: auto;
}

h3 span.heading-text-1 {
  text-transform: uppercase;
}

h3.dpsh3f {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: none;
  max-height: 24px;
  color: #d5d5d5;
  text-indent: 0;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;

  grid-area: auto;
}

h4.dpsh4 {
  margin-top: 5px;
  color: #e7e7e7;
  text-transform: none;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

p.paragraph.dpsp1 {
  display: block;
  color: #d5d5d5;
  text-align: justify;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

p.paragraph.dpsp1c {
  display: block;
  color: #d5d5d5;
  text-align: center;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

p.paragraph.dpspfcopy {
  display: block;
  -ms-flex-order: 0;
  margin-top: 2.5em;
  margin-right: 2.5em;
  color: #d5d5d5;
  text-align: right;
  font-size: 10px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;

  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

p.paragraph.dpspf {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #d5d5d5;
  text-align: left;
  font-size: 12px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;

  grid-area: auto;
}

p.paragraph.dpsp2 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #d5d5d5;
  text-align: justify;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

ul.link-list.navmenu {
  position: relative;
  display: inline-block;
  float: none;
  margin: .5em auto;
  padding-left: 0;
  list-style-type: none;
}

/* Interaction Elements */

form.form-container.form-container-1 {
  overflow: visible;
  margin: auto;
}

input[type=text].formfield {
  margin-top: .5em;
  margin-left: .5em;
  border-radius: 2px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

input[type=email].formfield {
  margin-top: .5em;
  margin-left: .5em;
  border-width: .125rem;
  border-radius: 2px;
  text-align: center;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

/* Layout Elements */

body.body {
  display: grid;
  -ms-flex-pack: start;
  min-width: 100px;
  background-color: #010101;

  grid-template-columns: none;
  grid-template-rows: none;
  grid-template-areas: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  justify-items: auto;
  grid-auto-flow: row;
  grid-area: topnav;
}

.container.banner {
  display: grid;
  margin: auto;
  min-width: 100vw;
  min-height: 10vh;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: 1;

  background-blend-mode: normal;
  grid-auto-flow: row;
  grid-area: Banner;
}

.container.topnav {
  position: static;
  display: grid;
  visibility: visible;
  float: none;
  margin: auto;
  min-width: 100vw;
  min-height: 15vh;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: 1;

  background-blend-mode: normal;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-area: TopNav;
  justify-self: center;
}

.container.nav-bar {
  position: relative;
  visibility: visible;
  float: none;
  clear: none;
  overflow: hidden;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 0vw;
  min-height: auto;
  max-width: 100vw;
  width: auto;
  background-color: #010101;
  opacity: .75;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.container.css-grid-father {
  display: grid;
  min-width: 100vw;
  min-height: 100vh;
  background-color: #010101;

  grid-template-columns: minmax(2.5em, auto) repeat(3 , minmax(1fr, auto)) minmax(2.5em, auto);
  grid-template-rows: repeat(4 , auto);
  grid-template-areas: 'Header Header Header Header Header' '. Main Main Main .' '. . . . .' 'Footer Footer Footer Footer Footer';
}

.container.vendors {
  -ms-flex-order: 5;
  margin: auto;
  min-width: 0vw;
  max-width: 80vw;
  background-color: #9de518;

  grid-area: MainVendors;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
          order: 5;
}

.container.testimonials {
  -ms-flex-order: 4;
  margin: auto;
  min-width: 0vw;
  max-width: 80vw;
  background-color: #7e1fe4;

  grid-area: MainTestimonials;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.container.ecommerce {
  -ms-flex-order: 6;
  margin: auto;
  min-width: 0vw;
  max-width: 80vw;
  background-color: #e1e37c;

  grid-area: MaineCommerce;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
          order: 6;
}

.container.news {
  display: block;
  -ms-flex-order: 1;
  margin: auto;
  padding-top: .19em;
  min-width: 80vw;
  min-height: 0vh;
  max-width: 80vw;
  background-color: transparent;

  grid-area: MainNews;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.container.featuredproducts {
  position: static;
  display: block;
  -ms-flex-order: 2;
  -ms-flex-pack: start;
  float: none;
  clear: none;
  margin: auto;
  padding-top: .19em;
  padding-bottom: 0;
  min-width: 80vw;
  min-height: 15vh;
  max-width: none;
  background-color: transparent;
  -webkit-column-span: none;
     -moz-column-span: none;
          column-span: none;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;

  grid-area: MainFeaturedProducts;
  justify-self: auto;
  grid-auto-flow: row;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.mobilenav {
  position: relative;
  z-index: 10;
  visibility: hidden;
  float: none;
  min-width: 0;
  max-width: none;

  justify-self: flex-start;
}

.container.exports {
  margin: auto;
  max-width: 80vw;
  background-color: #010101;

  grid-area: Main;
}

.container.social {
  position: static;
  display: grid;
  visibility: hidden;
  -ms-flex-order: 3;
  float: none;
  margin: auto;
  padding-top: .19em;
  min-width: 80vw;
  min-height: 15vh;
  max-width: none;
  background-color: transparent;

  grid-area: MainSocial;
  grid-template-columns: minmax(1.00vmax, auto);
  grid-template-rows: auto;
  grid-template-areas: 'SocialSubscribe';
  justify-self: auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

.container.header {
  position: static;
  display: grid;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  min-width: 0;
  min-height: 25vh;
  max-width: none;
  border-radius: 10px;
  background-image: url('../images/ShotTarget-iSteamStock-83197.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: crosshair;

  background-blend-mode: normal;
  grid-area: Header;
  grid-template-columns: minmax(auto, auto);
  grid-template-rows: repeat(3 , auto);
  grid-template-areas: 'InnerHeader' 'TopNav' 'Banner';
  justify-items: auto;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.main {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-width: 0;
  min-height: auto;
  max-width: 85vw;

  grid-area: Main;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6 , auto) 5em;
  grid-template-areas: 'MainNews' 'MainFeaturedProducts' 'MainSocial' 'MainTestimonials' 'MainVendors' 'MaineCommerce' 'Padding';
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.footerlogo {
  display: block;
  -ms-flex-order: 1;
  min-width: 2.5em;
  min-height: 1.88em;
  max-width: 10em;
  max-height: 5em;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  grid-area: FooterLogo;
  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.container.footer {
  position: static;
  display: grid;
  max-height: none;

  grid-area: Footer;
  grid-template-columns: 12em repeat(3 , 1fr);
  grid-template-rows: minmax(5.5em, auto) minmax(5em, auto);
  grid-template-areas: 'FooterLogo FooterNav FooterSocial FooterContact' '. FooterLegal FooterCopyright FooterCopyright';
  justify-self: center;
  align-self: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.footerlegal {
  display: grid;
  -ms-flex-order: 5;

  grid-area: FooterLegal;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
          order: 5;
}

.container.footercopyright {
  -ms-flex-order: 6;

  grid-area: FooterCopyright;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
          order: 6;
}

.container.socialsubscribe {
  grid-area: SocialSubscribe;
}

.container.container-3 {
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-area: auto / auto / auto / auto;
}

.container.container-1 {
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: repeat(2 , auto);
  grid-template-areas: 'Export1 Export2' 'Export3 Export4';
}

.container.export3 {
  display: block;

  grid-area: Export3;
}

.container.export4 {
  display: block;

  grid-area: Export4;
}

.container.export2 {
  display: block;
  background-image: url('../images/shippinglights.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: Export2;
  background-blend-mode: normal;
}

.container.footersocial {
  display: grid;
  -ms-flex-order: 3;

  grid-area: FooterSocial;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

.container.footercontact {
  display: grid;
  -ms-flex-order: 4;

  grid-area: FooterContact;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.container.export1 {
  display: block;

  grid-area: Export1;
}

.container.wholesale {
  display: block;
  margin: auto;
  max-width: 80vw;
  background-color: #010101;

  grid-area: Main;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
}

.container.wholesaleinner {
  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: repeat(3 , auto) 80px;
  grid-template-areas: 'Wholesale1 Wholesale2' 'Wholesale3 Wholesale3' 'Wholesale4 Wholesale4' 'Padding Padding';
  grid-area: Padding;
}

.container.wholesale1 {
  display: block;
  background-image: url('../images/ReactNative-snapshot-image4001886260427114809.png');
  background-attachment: local;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  grid-area: Wholesale1;
  background-blend-mode: normal;
}

.container.wholesale2 {
  display: block;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  grid-area: Wholesale2;
  background-blend-mode: normal;
}

.container.wholesale3 {
  display: block;

  grid-area: Wholesale3;
}

.container.wholesale4 {
  display: block;

  grid-area: Wholesale4;
}

.container.contact {
  display: grid;
  margin: auto;
  min-width: 80vw;
  max-width: none;
  background-color: #010101;

  grid-area: Main;
  grid-template-columns: none;
  grid-template-rows: none;
  justify-self: auto;
}

.container.contactinner {
  grid-template-columns: auto;
  grid-template-rows: auto 5em;
  grid-template-areas: 'ContactInner' 'Padding';
}

.container.contact1 {
  display: block;

  grid-area: ContactInner;
}

.container.contact2 {
  grid-area: Padding;
}

.container.padding {
  -ms-flex-order: 7;

  grid-area: Padding;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
          order: 7;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

a.responsive-picture.logo {
  position: relative;
  z-index: 9;
  display: block;
  float: none;
  margin: 1em auto auto;
  padding-top: 0;
  min-width: 15.63em;
  min-height: auto;
  max-width: 0vw;
  max-height: none;
  width: auto;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: 1;

  justify-self: center;
  grid-area: auto / auto / auto / auto;
  background-blend-mode: normal;
}

a.responsive-picture.logo > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
  -o-object-fit: cover;
     object-fit: cover;
}

li.list-item-link.navmenulist {
  display: inline;
  margin-right: .5em;
  margin-left: .5em;
  text-transform: none;

  grid-area: BotNav_Block;
}

li.list-item-link.navmenulist > a {
  color: #d5d5d5;
  font-size: 14px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

.html-element.hamburgler {
  position: -webkit-sticky;
  position:         sticky;
  float: left;
  min-width: 0;
  background-color: #010101;
  opacity: .75;
}

li.list-item.exportlist {
  margin-bottom: 5px;
  color: #d5d5d5;
  word-spacing: 1px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

button.button-1 {
  margin-top: .5em;
  margin-right: 0;
  margin-left: .5em;
}

li.list-item-link.navmenulistf {
  display: list-item;
}

li.list-item-link.navmenulistf > a {
  color: #d5d5d5;
  font-size: 14px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

li.list-item-container.list-item-container-1 {
  position: relative;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 0;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;

  grid-area: BotNavMenu;
  justify-self: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

a.responsive-picture.picture-link-2 {
  position: relative;
  display: block;
  min-width: 10em;
  max-width: 10em;
  width: 0;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: auto / auto / auto / auto;
  justify-self: auto;
}

ul.list-container.botnav {
  display: grid;
  -ms-flex-order: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;

  grid-area: FooterNav;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: 'BotNavMenu';
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

a.social-image.twitter {
  padding: 5px;
  max-width: 30px;
  border-radius: 5px;
  background-color: #010101;
}

a.social-image.facebook {
  overflow: hidden;
  padding: 0;
  max-width: 40px;
  border-radius: 5px;
  background-color: #010101;
}

a.social-image.igram {
  overflow: hidden;
  padding: 0;
  max-width: 40px;
  border-radius: 5px;
  background-color: #010101;
}

a.social-image.linkedin {
  overflow: hidden;
  padding: 0;
  max-width: 40px;
  border-radius: 5px;
  background-color: #010101;
}

@media screen and (max-width: 75rem) {
  /* Layout Elements */

  .container.css-grid-father {
    min-width: 100vw;
  }

  .container.nav-bar {
    position: static;
    float: none;
    margin-top: auto;
    padding-top: 0;
  }

  .container.topnav {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    opacity: 1;

    background-blend-mode: normal;
  }

  .container.banner {
    min-height: 10vh;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    opacity: .5;

    background-blend-mode: normal;
  }

  .container.header {
    min-height: 25vh;
    background-image: url('../images/ShotTarget-iSteamStock-83197.webp');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.featuredproducts {
    min-width: 80vw;
  }

  .container.news {
    min-width: 80vw;
    min-height: auto;
    max-width: 80vw;
  }

  .container.social {
    position: static;
    min-width: 80vw;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 61.3125rem) {
  /* Layout Elements */

  .container.banner {
    min-height: 10vh;
  }

  .container.topnav {
    opacity: 1;
  }

  .container.header {
    min-height: 25vh;
    background-attachment: scroll;
    background-size: cover;
  }

  .container.main {
    display: grid;
    max-width: none;
  }

  .container.footer {
    vertical-align: baseline;
  }
}

@media screen and (max-width: 50.3125rem) {
  /* Text Elements */

  h3.dpsh3 {
    overflow: auto;
  }

  p.paragraph.dpspf {
    overflow: auto;
  }

  /* Layout Elements */

  .container.banner {
    display: inline-block;
    overflow: auto;
    min-height: 10vh;
  }

  .container.nav-bar {
    max-width: 100vw;
  }

  .container.mobilenav {
    display: inline-block;
    visibility: hidden;
  }

  .container.container-1 {
    display: inline-block;
  }

  .container.header {
    overflow: auto;
    min-height: 25vh;
    background-attachment: scroll;
    background-size: cover;
  }

  .container.footer {
    position: static;
    overflow: auto;
    vertical-align: baseline;

    grid-template-areas: 'FooterLogo FooterSocial FooterContact' 'FooterNav FooterLegal FooterCopyright';
    grid-template-rows: minmax(5em, auto) auto;
    grid-template-columns: 12em repeat(2 , 1fr);
  }

  .container.wholesaleinner {
    display: inline-block;
  }

  .container.main {
    display: grid;
  }

  .container.css-grid-father {
    overflow: auto;

    grid-template-columns: 2.5em repeat(3 , 1fr) 2.5em;
  }

  .container.footercopyright {
    overflow: auto;
  }

  .container.topnav {
    overflow: auto;
  }

  .container.footercontact {
    overflow: auto;
  }

  .container.padding {
    overflow: auto;
  }

  .container.news {
    overflow: auto;
  }

  .html-element.hamburgler {
    background-color: #010101;
    opacity: .75;
  }

  ul.list-container.botnav {
    justify-self: center;
  }
}

@media screen and (max-width: 36.4375rem) {
  /* Text Elements */

  p.paragraph.dpspf {
    font-size: 12px;
  }

  p.paragraph.dpspfcopy {
    margin-bottom: 2.5em;
    margin-left: 2.5em;
    text-align: center;
  }

  /* Layout Elements */

  body.body {
    background-color: #010101;
  }

  .container.banner {
    display: inline-block;
    min-height: 7vh;

    grid-area: Banner;
  }

  .container.nav-bar {
    display: none;
  }

  .container.mobilenav {
    position: absolute;
    visibility: visible;
    float: left;
    margin: 0;
    min-width: 0;
    max-width: 21.88em;
  }

  .container.topnav {
    min-height: 18vh;
  }

  .container.header {
    min-height: 25vh;
    background-size: cover;
  }

  .container.featuredproducts {
    grid-auto-flow: row;
  }

  .container.footer {
    grid-template-areas: 'FooterLogo FooterSocial' 'FooterNav FooterContact' 'FooterLegal FooterLegal' 'FooterCopyright FooterCopyright';
    grid-template-rows: minmax(5em, auto) repeat(3 , auto);
    grid-template-columns: repeat(2 , 1fr);
  }

  .container.css-grid-father {
    grid-template-columns: minmax(1em, auto) repeat(3 , minmax(1fr, auto)) minmax(1em, auto);
  }

  .container.footerlogo {
    min-width: 2.5em;
  }

  .container.footercopyright {
    margin-right: 0;

    justify-self: auto;
  }

  a.responsive-picture.logo {
    margin-top: .5em;
    min-width: 12.5em;
  }

  .html-element.hamburgler {
    position: -webkit-sticky;
    position:         sticky;
    display: block;
    float: none;
    max-width: 18.75em;
    vertical-align: baseline;
    opacity: .9;

    justify-self: flex-start;
  }
}

@media screen and (max-width: 22.875rem) {
  /* Text Elements */

  p.paragraph.dpspf {
    font-size: 10px;
  }

  /* Layout Elements */

  .container.topnav {
    min-height: 18vh;
    background-color: transparent;
  }

  .container.banner {
    min-height: 7vh;

    grid-area: Banner;
  }

  .container.header {
    min-height: 20vh;
    background-size: cover;
  }

  .container.main {
    min-width: 0;
    max-width: 100vw;
  }

  .container.css-grid-father {
    grid-template-columns: minmax(1em, auto) repeat(3 , minmax(1fr, auto)) minmax(1em, auto);
  }

  a.responsive-picture.logo {
    min-width: 12.5em;
  }
}