* {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: inside;
}
li {
  margin: 0.25rem 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body, html {
  font-size: 18px;
  line-height: 1.3;
  color: #424242;
}
body {
  background: url(hero.jpg);
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
      min-height: 100vh;
}
.hero {
  background: rgba(97, 97, 97, 0.27);
  height: 45vh;
  min-height: 300px;
  padding: 2.5rem;
}
@media screen and (max-width: 700px) {
  .hero {
    height: 50vh;
    padding: 2rem 1rem 1rem 1rem;
  }
}

@media screen and (max-width: 450px) {
  body {
    font-size: 16px;
  }
}

h1 {
  font-size: 300%;
  margin-top: 3rem;
  color: #ffffff;
  text-transform: uppercase;
}

h2 {
  font-size: 220%;
  margin: 0.5rem 0;
  color: #fafafa;
}

h4 {
  color: #fafafa;
  margin-bottom: 2rem;
}

h1, h2, h4 {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  font-weight: 600;
}
h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  text-transform: uppercase;
  margin: 1rem 0 0.4rem 0;
}
i {
  color: #808080;
}

.main {
  z-index: 2;
  padding: 2rem 1rem;
  background: #f7f7f7;
  bottom: 0;
  left: 0;
  right: 0;
}
.services {
  max-width: 700px;
  margin: 1rem auto;
}

.footer {
  max-width: 700px;
  margin: 2.5rem auto 1rem auto;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.trading, .address {
  flex: 1 0 auto;
  margin: 0.1rem 1rem 0.5rem 0;
}
.filler {
  flex: 2 2 auto;
}

.address {
  width: 250px;
  margin-top: 1rem;
}

.dimmer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 90, 34, 0.52);
  z-index: -1;
}

@media screen and (min-width: 700px) and (min-height: 600px) {
  .dimmer {
    height: 55vh;
  }
}
