@import 'fontawesome.min.css';
@import 'solid.min.css';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';
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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

body {
  background-color: #2a2a2a;
  min-width: 780px;
}

a.btn {
  background-color: #347fc4;
  color: #f5f5f5;
  text-decoration: none;
  display: inline-block;
  height: 3.25em;
  line-height: 3.25em;
  padding: 0 1.25em;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px transparent;
}
a.btn i {
  padding-left: 0.25em;
}
a.btn:hover {
  background-color: #9ec3e5;
}
a.btn.active {
  background-color: #2bc9a8;
  box-shadow: none;
}

body, input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 17pt;
  font-weight: 300;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

#header {
  padding: 3em;
  background-color: #abedd8;
}
#header .logo {
  height: 4em;
}
#header nav.menu {
  float: right;
  padding-top: 0.5em;
}
#header .hero {
  margin: auto 1.75em;
  min-height: 15em;
  padding-top: 5em;
}
#header .hero h1 {
  font-weight: bolder;
  margin-bottom: 0.1em;
}
#header .hero p {
  font-weight: bolder;
}

#features {
  background-color: #fff;
  min-height: 30em;
  padding: 1.25em 3.25em;
}
#features h2 {
  font-weight: bolder;
}
#features p {
  padding-bottom: 0.5em;
}
#features .features {
  padding: 1.25em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 1em;
  row-gap: 1em;
}
#features .features .feature {
  width: 10em;
  margin: 0.5em;
  text-align: center;
  color: #2a2a2a;
}
#features .features .feature p {
  padding: 0.1em;
  font-weight: bold;
}

#footer {
  min-height: 7.5em;
  color: #fff;
  background-color: #2a2a2a;
  text-align: center;
  padding-top: 5em;
}/*# sourceMappingURL=main.css.map */