h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.21em; }

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21em; }

h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.48em; }

a {
  text-decoration: none; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dcdcdc; }

button, .button {
  font-family: Raleway;
  line-height: 1.2em;
  color: #353D44;
  font-weight: 600;
  padding: 10px 20px;
  background: #fffc00;
  border: 1px solid #dfe100;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  button:active, button:hover, button:focus {
    outline: none;
    background: #FFD333;
    border: 1px solid #FFD333; }

body {
  font-family: 'Titillium Web', sans-serif; }

nav {
  background: #33d993;
  height: 56px; }
  @media screen and (max-width: 900px) {
    nav {
      height: auto;
      text-align: center; } }
  nav a {
    color: #ffffff;
    padding: 0px 0 0 15px; }
    nav a:hover {
      text-decoration: underline; }
  nav img {
    padding: 9px 5%; }
  nav .left {
    float: left; }
    @media screen and (max-width: 900px) {
      nav .left {
        float: none; } }
  nav .right {
    padding: 20px 5%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 20px 5%; }
    @media screen and (max-width: 900px) {
      nav .right {
        padding: 0px 5% 20px;
        text-align: center; } }

section.landing {
  padding: 50px 5% 0; }
  @media screen and (max-width: 900px) {
    section.landing {
      text-align: center;
      padding: 20px 5%; } }
  section.landing img {
    float: right;
    max-width: 60%; }
    @media screen and (max-width: 900px) {
      section.landing img {
        float: none; } }
  section.landing h1 {
    color: #2c2725; }

section#upcoming {
  background: #25242a url(../img/stardust.jpg);
  clear: both;
  color: #ffffff;
  padding: 40px 5%;
  text-align: center; }
  section#upcoming h2 {
    margin-bottom: 0px; }
    section#upcoming h2 img {
      vertical-align: middle;
      padding-bottom: 45px; }
  section#upcoming h3 {
    margin-top: -10px; }
  section#upcoming p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    width: 70%;
    margin: auto;
    padding-bottom: 30px; }
    @media screen and (max-width: 720px) {
      section#upcoming p {
        padding-bottom: 10px; } }

#upcoming div.column {
  width: 33%;
}
@media screen and (max-width: 720px) {
  #upcoming div.column {
    width: 100%;
  }
}
div.column {
  padding: 20px 0px;
  width: 33.3%; }
  @media screen and (max-width: 720px) {
    div.column {
      padding: 40px 0px;
      width: 100%; }
      div.column.mid {
        padding-bottom: 60px; } }
  div.column.right {
    float: right; }
  div.column p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.26em; }

section#consulting {
  text-align: center;
  padding: 0px 5%;
  clear: both; }
  section#consulting h2 {
    color: #2c2725; }
  section#consulting p {
    width: 70%;
    margin: auto;
    color: #2c2825;
    margin-bottom: 40px; }
  section#consulting div.profile {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 100%;
    background: url(../img/stardust.jpg);
    overflow: hidden; }
    section#consulting div.profile img {
      width: 100%;
      height: 100%; }
  section#consulting div.column {
    padding: 30px 0px 0px; }
  section#consulting hr {
    border-top: 1px solid #000000;
    margin-bottom: -140px;
    margin-top: 140px; }

footer {
  background: #33d993;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.66em;
  padding: 10px 0px; }
