* {
  margin: 0;
  padding: 0;
}
/* Colors */
/* Animation */
/* Reset */
ul,
p {
  margin-bottom: 0;
}
/* Fonts */
@font-face {
  font-family: MetaBlackRoman;
  src: url("../fonts/MetaBlack-Roman.otf");
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #282828;
  line-height: 1.2;
}
h2.title {
  margin-bottom: 42px;
}
p {
  color: #222;
}
#init {
  display: block !important;
  opacity: 1 !important;
}
h1 {
  font-family: "MetaBlackRoman";
}
h2 {
  font-family: "MetaBlackRoman";
  font-size: 30px;
  margin-bottom: 0;
  text-align: right;
}
h3 {
  text-align: center;
  margin-bottom: 40px;
}
h5 {
  margin-bottom: 10px;
}
/* General styling of elements */
figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: 110px;
}
li {
  margin-bottom: 0;
}
/* Resposive */
/* Mobile first queries */
/* Larger than mobile */
@media (min-width: 200px) {
  h2 {
    font-size: 26px;
  }
  .nav-tool {
    position: absolute;
    width: 100%;
    /*margin: 0 auto;
        left: 0;
        right: 0;*/
    bottom: 0;
    margin-bottom: 0px !important;
  }
  .nav-tool .row {
    position: relative;
  }
  .nav-tool .row .columns {
    text-align: center;
    margin-bottom: 0px;
    /* Buttons */
  }
  .nav-tool .row .columns button,
  .nav-tool .row .columns .button,
  .nav-tool .row .columns input[type="submit"] {
    width: 100%;
    height: auto;
    background-color: #282828;
    border: none;
    color: #FFF;
    transition: background ease-in-out 500ms;
    line-height: 1;
    margin-bottom: 0;
    transition: all ease 350ms;
    font-size: 22px;
    border-radius: 0;
    vertical-align: top;
    padding: 40px;
  }
  .nav-tool .row .columns button:hover,
  .nav-tool .row .columns .button:hover,
  .nav-tool .row .columns input[type="submit"]:hover {
    color: #FFF;
    background-color: #3F3F3D;
  }
  #piechart .nav-tool .row .columns a {
    width: 50%;
    display: inline-block;
  }
  #piechart .nav-tool .row .columns a:last-child {
    background-color: #438ec3;
  }
  #piechart .nav-tool .row .columns a:last-child:hover {
    color: #282828;
  }
  button,
  .button {
    width: 100%;
    line-height: 1;
  }
  /* Buttons */
  button,
  .button {
    font-size: 16px;
  }
  h2 {
    text-align: center;
  }
}
/* iPhone 6 */
/* Larger than phablet */
/* Larger than tablet */
@media (min-width: 750px) {
  button,
  .button {
    width: auto;
    padding: 20px 35px;
  }
  h2 {
    text-align: right;
  }
}
/* Larger than desktop */
@media (min-width: 1000px) {
  h2 {
    font-size: 30px;
  }
  .nav-tool {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0px;
    display: block;
  }
  .nav-tool row .columns {
    text-align: center;
    /* Buttons */
  }
  .nav-tool row .columns button,
  .nav-tool row .columns .button,
  .nav-tool row .columns input[type="submit"] {
    width: 100%;
    height: auto;
    background-color: #282828;
    border: none;
    color: #FFF;
    transition: background ease-in-out 500ms;
    line-height: 1;
    margin-bottom: 0;
    transition: all ease 350ms;
    font-size: 22px;
    border-radius: 0;
    vertical-align: top;
    box-sizing: border-box;
    padding: 35px 0 !important;
  }
  .nav-tool row .columns button:hover,
  .nav-tool row .columns .button:hover,
  .nav-tool row .columns input[type="submit"]:hover {
    color: #FFF;
    background-color: #3F3F3D;
  }
}
/* Larger than Desktop HD */
/*# sourceMappingURL=main.css.map */