@import url('banner.css');
@import url('footer.css');
@import url('features.css');
@import url('about.css');
@import url('footer.css');
@import url('team.css');
@import url('back-to-top.css');
@import url('strengths.css');

body {
  margin: 0;
  font-family: Open-sans, sans-serif;
}
h1,
h2,
h3 {
  font-family: Raleway, Helvetica, sans-serif;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.padded {
  padding: 100px 0;
}
.wrapper-grey {
  background: #f4f4f4;
}
.inner {
  width: 50%;
  margin: 0 auto;
}
.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
