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;
}

body {
  line-height: 200%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  min-height: 100vh;
  background-image: url(background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.homepage-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 0 2rem;
}
.icon-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.icon {
  width: 15%;
}

.heading {
  line-height: 150%;
  text-align: center;
}

.bold {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.f-lg {
  font-size: 24px;
}

.f-md {
  font-size: 16px;
}

.pb-nm {
  padding-bottom: 2rem;
}

.pointer {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .homepage-wrapper {
    margin: 0 auto;
    max-width: 40vw;
  }
  .content {
    line-height: 250%;
  }
  .content p {
    max-width: 35vw;
  }
  .icon-wrapper {
    padding: 6rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .icon {
    margin: 0 auto;
    min-width: 4rem;
  }

  .f-lg {
    font-size: 32px;
  }
  .f-md {
    font-size: 24px;
  }
}
