@import 'http://use.fontawesome.com/releases/v5.3.1/css/all.css';
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,700,700i");
a {
  color: #5b574f;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

blockquote {
  background-color: #f9f9f7;
  margin: 0;
  padding: 40px 40px; }
  blockquote p {
    font-size: 1.6rem; }

body {
  color: #5b574f;
  font-weight: 300;
  width: 1024px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  background-color: white; }

figure {
  float: right;
  margin: 0 0px 20px 40px; }

footer {
  text-align: center;
  margin: 40px; }

h1 {
  font-size: 2.4rem;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal; }
  h1 a:hover {
    text-decoration: none; }

h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  font-family: 'Lora', serif; }

h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: 'Lora', serif; }

html {
  font-size: 10px; }

li {
  list-style-type: none; }

main {
  padding: 20px; }

p {
  font-size: 1.4rem;
  line-height: 200%;
  margin: 0 0 10px; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.banner {
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  height: 200px;
  background-image: url("images/1_cmofspfso-joanna-kosinska.jpg");
  background-repeat: no-repeat;
  background-position: center -60px; }
  .banner h2 {
    margin: 0;
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 3.6rem; }
  .banner .mb-logo {
    position: absolute;
    top: 50px;
    right: 110px;
    width: 60px; }
  .banner p {
    text-align: center;
    padding-top: 20px;
    font-size: 1.8rem;
    color: white; }

.btn {
  display: block;
  box-sizing: border-box;
  padding: 5px 20px 15px;
  border: none;
  color: #006264;
  margin: 0px;
  width: max-content;
  text-align: center;
  height: 48px; }
  .btn:hover {
    color: #c0edec;
    background-color: #006264;
    text-decoration: none; }
  .btn .fa {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px; }

.btn--center {
  margin: 30px auto 60px; }

.btn-bar {
  display: flex;
  justify-content: center; }

.page--contact main {
  padding-top: 80px;
  padding-bottom: 120px; }

.page--home main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0; }
  .page--home main h3 {
    margin-top: 40px; }
  .page--home main .home__need,
  .page--home main .home__solution {
    box-sizing: border-box;
    width: 50%;
    padding: 50px 60px 60px; }
  .page--home main .home__solution {
    background-color: #fff5dd; }
  .page--home main .home__need {
    background-color: #c0edec; }
  .page--home main img {
    margin: 0 auto;
    display: block; }

.tiles {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .tiles li {
    margin-bottom: 20px;
    width: min-content; }

header {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px; }
  header img {
    width: 100px;
    margin-right: 10px;
    margin-top: 0px; }

nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  border-bottom: 4px solid #006264; }

nav li {
  padding: 0; }
  nav li a {
    color: #006264;
    display: block;
    padding: 8px 20px; }
    nav li a:hover {
      text-decoration: none;
      background-color: #c0edec; }
  nav li.active a {
    background-color: #006264;
    color: #c0edec; }

/*# sourceMappingURL=styles.css.map */