@font-face {
  font-family: "Sigmar One";
  src: url("/assets/fonts/sigmar-one/SigmarOne.ttf") format("truetype");
}
body {
  margin: 0;
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  visibility: hidden;
}
@media only screen and (min-width: 600px) {
  aside {
    visibility: visible;
  }
}
aside .container {
  padding-left: 30px;
}
aside header #brand {
  position: relative;
}
aside header #brand #brand-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Sigmar One", sans-serif;
  font-size: 50px;
  line-height: 1.25;
  color: #F7A854;
  width: 250px;
}
aside header #brand #brand-background {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
  background-color: #C65C41;
  height: 100px;
  width: 200px;
}
aside nav {
  position: relative;
  top: 162.5px;
}
aside nav ul {
  padding: 0;
}
aside nav ul li {
  list-style: none;
}
aside nav ul li a {
  display: block;
  font-family: "Sigmar One", sans-serif;
  font-size: 37.5px;
  color: #4a4a4a;
  text-decoration: none;
}
aside nav ul li a:hover {
  color: #F7A854 !important;
}

main {
  margin-left: 30px;
}
@media only screen and (min-width: 600px) {
  main {
    margin-left: 300px;
    padding-top: 31px;
  }
}
main .container {
  padding-right: 5%;
}
main #mobile-brand-name {
  font-family: "Sigmar One", sans-serif;
  color: #F7A854;
}
main #mobile-brand-background {
  position: absolute;
  background-color: #C65C41;
  width: 240px;
  height: 25px;
  top: 45px;
  left: 40px;
  z-index: -1;
}
main section {
  margin-bottom: 35px;
}
@media only screen and (min-width: 600px) {
  main section {
    margin-bottom: 70px;
  }
}
main section .background {
  width: calc(100% - 30px);
  border-bottom: 30px solid;
  border-right: 30px solid;
  background-color: #f2f2f2;
  border-bottom-color: #dcdcdc;
  border-right-color: #dcdcdc;
}
main section .background .wrapper {
  padding: 0px 20px 20px 20px;
}
main section .background h3 {
  font-family: "Sigmar One", sans-serif;
  font-size: 2em;
  color: #4a4a4a;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  main section .background h3 {
    font-size: 3em;
  }
}
main section .background p {
  font-family: sans-serif;
  font-size: 1.2em;
  color: #4a4a4a;
}
@media only screen and (min-width: 600px) {
  main section .background p {
    font-size: 1.5em;
  }
}
main section .background p a {
  text-decoration: none;
  color: #C65C41;
}

footer {
  width: 100%;
}
footer div {
  padding: 16px;
  font-family: sans-serif;
}
footer .nav {
  background-color: #f2f2f2;
  text-align: center;
  color: #4a4a4a;
}
footer .nav i {
  font-size: 3em;
  margin-right: 15px;
}
footer .promotion {
  background-color: #f2f2f2;
}
footer .promotion p {
  margin: 0;
  text-align: center;
  font-family: sans-serif;
  color: #4a4a4a;
}
footer .promotion p #social-media {
  text-decoration: none;
  color: inherit;
}
footer .promotion p #promotion-text {
  text-decoration: none;
  color: inherit;
}
footer .promotion p #promotion-text #name {
  font-family: "Sigmar One", sans-serif;
}

@media only screen and (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}

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