body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
}

a {
  color: black;
}

.section {
  width: 100vw;
  margin: 50px 0;
}

.section .content {
  width: 900px;
  margin-left: 50%;
  position: relative;
  left: -450px;
}

#header {
  margin: 40px 0 80px 0;
}

#header .content {
  display: flex;
  align-items: center;
  font-size: 28px;
  letter-spacing: 4px;
}

#header img {
  height: 48px;
  width: auto;
  margin-right: 16px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.content .column {
  flex: 50%;
}

@media only screen and (max-width: 900px) {
  .section .content {
    width: 90%;
    margin-left: 5%;
    left: 0px;
  }
  .content .column {
    flex: 100%;
  }
  .content .img {
    order: 1;
  }
  .content .img .featureImg {
    max-width: 400px;
  }
}

.featureImg {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

p {
  font-size: 16px;
}

.clear {
  clear: both;
}

#seeYou {
  text-align: center;
  background-color: #2E343E;
  padding: 50px 0;
  color: white;
}

#seeYou .content {
  display: block;
}

#seeYou img {
  width: 25%;
}

#footer p {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.cursor {
  cursor: url("images/cursor.png"), auto;
  text-decoration: none;
}
