/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Space+Mono:regular,italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Inconsolata:200,300,regular,500,600,700,800,900");
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: calc(5px + 1vw);
  height: 100vh;
}

h1 {
  font-family: "Inconsolata";
  font-size: 30px;
  margin: 30px 0 0rem 50px;
}

img {
  width: 29rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fw-bold {
  font-weight: bold;
}

.main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80vh;
}

.text-container {
  font-family: "Space Mono";
  color: #333333;
  margin-left: 7rem;
}

h2 {
  font-size: 3rem;
  line-height: 4.8rem;
  width: 29rem;
}

p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #4f4f4f;
  margin: 2rem 0 3rem 0;
  width: 22rem;
}

button {
  color: #ffffff;
  padding: 1.2rem 1.5rem;
  background-color: #333333;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  font-family: "Space Mono";
}

footer {
  color: #696b6a;
  font-size: 1rem;
  font-family: "Montserrat";
  width: 100%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0.4rem;
  text-align: center;
}

footer a {
  text-decoration: none;
  font-family: "Montserrat";
  color: #696b6a;
}

footer .github-link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-container {
    margin: 1rem auto;
  }
  img {
    width: 25rem;
  }
  p {
    width: 25rem;
  }
}
/*# sourceMappingURL=style.css.map */