h1, h2, h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700; }

h1, h3 {
  text-transform: uppercase; }

h1 {
  color: #547980;
  margin-top: 6.5px; }

p, li {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-weight: 300; }

p {
  line-height: 2em; }

a {
  color: #45ADA8; }

header {
  background: white;
  margin-bottom: 1em;
  width: 100%; }

.title {
  text-align: center;
  margin-left: 0; }
  .title a {
    text-decoration: none;
  }

nav {
  margin-right: 3em;
  margin-top: 20.5px;
  text-align: center;
  width: 100%; }
  nav ul {
    list-style-type: none; }
    nav ul li {
      font-weight: 400;
      display: block;
      margin-bottom: 1em;
      text-transform: uppercase; }
      nav ul li a {
        color: #547980;
        text-decoration: none; }
        nav ul li a:hover {
          color: #45ADA8; }

.hero {
  padding: 1em 4em 1em 4em;
  text-align: left;
  background: linear-gradient(#547980, #45ADA8);
  color: white;
  height: 100%; }
  .hero a {
    color: white; }
  .hero .cta {
    margin-bottom: 2em;
    margin-top: 3em; }
  .hero .cta a {
    text-decoration: none;
  }
  .hero .rsvp-btn {
    border: 3px solid white;
    display: block;
    margin-bottom: 1em;
    padding: 1em;
    text-transform: uppercase; }
    .hero .rsvp-btn:hover {
      color: #2c3f42;
      border: 3px solid #2c3f42; }

.sponsor, .about {
  padding: 1em 4em 1em 4em;
  text-align: center; }

.about {
  background: #547980;
  color: white; }

.sponsor-logo {
  border-radius: 100%; }

.social ul {
  list-style-type: none; }
  .social ul li {
    background: white;
    border-radius: 100%;
    display: inline;
    margin-right: 1em; }
    .social ul li a {
      color: #547980; }

.fb {
  padding-left: 10px;
  padding-right: 11px;
  padding-top: 4px;
  padding-bottom: 4px; }

.tw {
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px; }

@media only screen and (min-width: 600px) {
  header {
    height: 60px; }

  .title {
    float: left;
    margin-left: 2em; }

  nav {
    float: right;
    margin-right: 3em;
    margin-top: 20.5px;
    text-align: right;
    width: 50%; }
    nav ul li {
      display: inline-block;
      margin-left: 1em; }

  .content {
    margin: 0 auto;
    width: 70%; }

  .hero .rsvp-btn {
    display: inline-block;
    margin-right: 1em; } }
