body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}
h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-style: solid none none solid;
  border-width: 3px 1px 1px 3px;
  border-color: #2a2c2b #883ce6 #883ce6 #2a2c2b;
  border-top-left-radius: 10px;
  font-family: Defused, sans-serif;
  color: #d9cb9e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  font-family:'Droid Sans', sans-serif;
  color: #d9cb9e;
  font-size: 15px;
}
ul {
	list-style: none;
	padding-left: 20px;
	text-indent: -10px;
}
ul li:before {
	color: #d9cb9e;
	content: '‣ ';
	font-size: 1.2em;
	font-weight: bold;
}
ul li {
	margin-bottom: 5px;
	line-height: 150%;
}
table {
  font-family:'Droid Sans', sans-serif;
  color: #d9cb9e;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
th {
  padding: 5px;
  font-weight: bold;
}
tr:nth-child(even) {
  background-color: #2f393b;
}
td {
  padding: 10px;
}
.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: black;
}
.button.w--current {
  background-color: #2e80b6;
}
.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Defused, sans-serif;
  color: #d9cb9e;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section {
  position: relative;
  min-height: 700px;
  padding: 63px 40px;
  background-color: #2f393b;
}
.section.section-alt {
  background-color: #374140;
}
.hero-heading {
  margin-bottom: 19px;
  font-family: Defused, sans-serif;
  color: #d9cb9e;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hero-subheading {
  margin-bottom: 25px;
  color: #d9cb9e;
  font-size: 24px;
}
.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}
.hollow-button:hover {
  border-color: black;
  color: black;
}
.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}
.section-heading.centered {
  font-family: Oswald, sans-serif;
  color: #d9cb9e;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.section-subheading.center {
  font-family:'Droid Sans', sans-serif;
  color: rgba(115, 115, 115, 0.74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}
.section-title-group {
  margin-bottom: 62px;
}
.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid black;
  border-radius: 3px;
  box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
}
.form-field:focus {
  box-shadow: #2e80b6 0px 0px 0px 1px;
}
.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-icon-link:hover {
  opacity: 1;
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}
.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}
.link:hover {
  color: #30ad64;
}
.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}
.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #1e1e20;
}
.nav-link {
  display: block;
  padding: 20px 0px;
  color: #d9cb9e;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.nav-link:hover {
  color: #d9cb9e;
}
.nav-link.w--current {
  color: #883ce6;
  font-size: 20px;
}
.nav-menu {
  float: none;
}
.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}
.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}
.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}
.banner {
  height: 100%;
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(0, 0, 0, 0.8), black), url('../images/manonfire_2342588b.jpg');
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.8), black), url('../images/manonfire_2342588b.jpg');
  background-position: 0% 0%, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}
.content {
  height: 100%;
}
.member-blurb {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-right: 3px solid #2a2c2b;
  border-bottom: 3px solid #2a2c2b;
  border-bottom-right-radius: 10px;
}
.member-pic {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.gallery-item {
  overflow-x: visible;
  overflow-y: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.soon {
  font-family:'Droid Sans', sans-serif;
  color: #d9cb9e;
}
.member-text {
  color: #d9cb9e;
  line-height: 27px;
}
.member-list {
  margin-bottom: 10px;
  padding-left: 30px;
  color: #d9cb9e;
}
.list-lead {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #d9cb9e;
  font-size: 20px;
}
.member-card {
  position: relative;
  height: 650px;
}
html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: white;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
}
@media (max-width: 479px) {
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 450px;
  }
}

@font-face {
  font-family: 'Defused';
  src: url('../fonts/defused.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}