/* You can add global styles to this file, and also import other style files */
* {
  margin: 0;
  padding: 0;
  font-family: "", sans-serif;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin-bottom: 2vh;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1em;
}

p {
  font-size: 1.2em;
}

.unordered-list {
 margin-top: 1vh;
 margin-left: 2vw;
 list-style: none;
}

.unordered-list > li {
  margin-top: 1vh;
}

.list-icon {
  margin-right: .5vw;
}