@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./montserrat-400.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./montserrat-700.ttf") format("truetype");
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin: 0em;
}

.centered {
  text-align: center;
}

/* FONT */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
}

h1 {
  display: block;
  font-size: 2.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.6em;
}

p {
  line-height: 1.8em;
  margin-bottom: 1.6em;
  font-size: 1em;
}

li {
  font-size: 1em;
}

/* NAV */

nav {
  background-color: #333;
  margin: 0;
  overflow: hidden;
  font-size: 1em;
  font-weight: 700;
}

nav ul {
  margin: 0;
  padding-left: 0em !important;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
}

nav ul li a {
  color: #aaa;
  display: block;
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 3em;
  text-decoration: none;
}

/* SECTIONS */

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
  width: 46em;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #f2f2f2;
}

/* FOOTER */

.footer {
  background-color: #2f2f2f;
}

.footer p {
  color: white;
  margin-top: 0em;
}

.footer h4 {
  color: white;
  text-transform: uppercase;
  padding-bottom: 1em;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer a {
  color: #1abc9c;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

.footer .section {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 0em;
  padding-right: 0em;
}

@media (min-width: 75em) {
  .section-bg {
    width: 71em;
    height: 100%;
  }

  .row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .col-center {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .col {
    float: left;
  }

  .col p,
  h3,
  h4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-75 {
    width: 75%;
  }

  .col-50 {
    width: 50%;
  }

  .col-25 {
    width: 25%;
  }
}

@media (max-width: 50em) {
  .section {
    width: unset;
  }

  .footer .section {
    padding-left: 2em;
    padding-right: 1em;
  }

  nav ul li a {
    padding-left: 3em;
    padding-right: 0em;
  }
}
