body {
  margin: 0;
  font-family: "Open Sans"; }

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

#hero {
  background-size: auto 45rem;
  background-position: bottom center;
  background-image: url("assets/hero.jpg"); }
  #hero nav {
    font-size: 1.5rem;
    text-align: right;
    padding: 2rem 0.5rem; }
    #hero nav a {
      display: inline-block;
      margin-left: 1rem;
      color: inherit;
      text-decoration: none; }
      #hero nav a:hover {
        text-decoration: underline; }
  #hero #title h1 {
    margin: 3rem 0;
    font-size: 5rem;
    text-align: center;
    line-height: 5.5rem;
    font-family: "Bevan"; }
  #hero #spacer {
    width: 1rem;
    height: 10rem; }

#about {
  text-align: center;
  padding: 5rem 0.5rem 3rem 0.5rem; }
  #about #logo {
    width: 15rem; }
  #about #writeup {
    padding: 3rem 0.5rem;
    max-width: 40rem;
    margin: 0 auto; }
  #about #icons {
    display: flex;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    display: flex;
    justify-content: center; }
    #about #icons .icon {
      width: 2rem;
      height: 2rem;
      cursor: pointer;
      margin: 0.5rem 1rem;
      padding: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #fbf9de;
      background: #786f6e; }
      #about #icons .icon a {
        color: inherit;
        text-decoration: none; }
      #about #icons .icon:hover {
        border-radius: 20%;
        color: #786f6e;
        background: #fbf9de; }
    #about #icons i {
      font-style: normal; }

#events {
  padding: 5rem 0;
  margin-top: 1rem;
  background-color: #fbf9de; }
  #events .content {
    display: flex;
    justify-content: space-around; }
  #events section {
    width: 17rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    background-color: #d1c1ac; }
    #events section .title {
      font-size: 2rem;
      text-align: center;
      margin: 1.5rem 0;
      font-family: "Bevan"; }
    #events section .text {
      line-height: 1.5rem;
      padding-bottom: 2rem; }
      #events section .text a {
        display: inline-block;
        padding: 0.25rem 0.5rem;
        color: #453c3b; }
        #events section .text a:hover {
          color: #fbf9de;
          background: #453c3b; }

footer {
  text-align: center;
  padding: 1rem 0.5rem;
  color: #fbf9de;
  background: #786f6e; }
  footer a {
    color: inherit; }

@media (max-width: 75rem) {
  .content {
    width: auto;
    margin: 0 auto; }

  #hero {
    background-size: auto 100%; }
    #hero nav {
      font-size: 1.25rem;
      text-align: center;
      margin-bottom: 3rem; }
    #hero #title h1 {
      font-size: 3rem;
      line-height: 3.5rem; }
    #hero #spacer {
      height: 5rem; }

  #events {
    padding-top: 2rem; }

  #events .content {
    flex-flow: column;
    align-items: center;
    justify-content: center; }
    #events .content .title {
      margin-bottom: 0; }
    #events .content .text {
      padding: 1rem;
      padding-top: 0; }
    #events .content section {
      width: auto;
      max-width: 40rem;
      background-color: inherit;
      border-radius: 0;
      padding: 0;
      padding-top: 5rem; }
      #events .content section:first-child {
        padding-top: 2rem; }
      #events .content section:after {
        content: '';
        display: block;
        width: 5rem;
        height: 2px;
        margin: 0 auto;
        margin-top: 0.5rem;
        background-color: #786f6e; } }

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