*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 18px;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

:root {
  --orange: #ff3300;
  --grey: #333;
  --lightGrey: #666;
  --lighterGrey: #efefef;
  --offWhite: #f8f8ff;
  --white: #fff;
  --bodyFont: "Raleway", sans-serif;
  --headingFont: "Josefin Sans", sans-serif;
}

body {
  background-color: var(--offWhite);
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  font-family: var(--bodyFont);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  max-width: 1440px;
  width: 100%;
}

header,
main,
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .wrapper {
  border-bottom: 1px solid var(--orange);
}

@media screen and (min-width: 768px) {
  header .wrapper,
  footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

@media screen and (min-width: 768px) {
  header .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

header .ident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

header .ident p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .ident p a {
  color: var(--orange);
  font-family: var(--headingFont);
  font-weight: 400;
  font-size: 30px;
  text-decoration: none;
}

.brand img {
  margin-right: 20px;
  width: 70px;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  width: 100%;
}

h2 {
  font-size: 18px;
  font-weight: 300;
}

h3 {
  font-size: 15px;
  font-weight: 300;
}

p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  padding: 0.5rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  p {
    text-align: left;
  }
}

main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-width: 1440px;
  width: 100%;
}

main img {
  max-width: 1440px;
  width: 50%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

main a {
  color: var(--orange);
}

.penetrol {
  background-color: var(--lighterGrey);
  padding: 1rem;
  width: 100%;
}

.strap {
  color: var(--grey);
  font-family: var(--bodyFont);
  font-size: 1rem;
}

footer {
  background-color: var(--grey);
  color: var(--white);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

footer .col {
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    text-align: left;
  }
}

footer .col p {
  color: var(--lightGrey);
}

footer a {
  color: var(--orange);
  font-size: 12px;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */