/* Custom Fonts */
@font-face {
  font-family: 'Ronnia';
  src: url('../fonts/ronniacond-regular.ttf') format('truetype');
}

/* Text Elements */

h1.hero-header {
  color: #fffdf6;
  font-size: 120px;
  letter-spacing: normal;
  font-family: Tahoma, Georgia, serif;
  text-shadow: 3px 3px 5px #141414;
}

h3.section-header {
  color: #141414;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 1rem 0;
  mix-blend-mode: normal;
}

p.paragraph.hero-paragraph {
  color: #fffdf6;
  font-size: 48px;
  font-family: Tahoma, Georgia, serif;
  margin: 20px 20px;
  text-shadow: 2px 2px 4px #141414;
}

.footer.footer-content-left {
  margin-top: 0px;
  margin-right:auto;
  color: #999;
  text-align: left;
  font-size: 12px;
  display:block;
}
.footer.footer-content-right {
  margin-top: 0px;
  margin-left:auto;
  color: #999;
  text-align: right;
  font-size: 12px;
  display:block;
}

span.text-element.btn-text {
  display: inline-block;
  margin: 0 1rem;
  padding-top: 3px;
  padding-bottom: 0;
  color: #141414;
  vertical-align: middle;
  font-size: 14px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  font-weight: bold;
}

/* Interaction Elements */

form.form-container.contact-form {
  margin: 1rem auto;
  width: 500px;
  max-width: 100%;
  padding: 0px 10px;
}

input[type=text].text-input {
  border-width: 2px;
  border-style: solid;
  border-color: #979797 #e3e3e3 #e3e3e3 #979797; 
}

input[type=email].email-input {
  border-width: 2px;
  border-style: solid;
  border-color: #979797 #e3e3e3 #e3e3e3 #979797; 
}

.textarea-input {
  border-width: 2px;
  border-style: solid;
  border-color: #979797 #e3e3e3 #e3e3e3 #979797; 
}

label {
  font-size: 0.8rem;
  color: #141414; }

/* Layout Elements */

.link-container {
  position: relative;
}

.link-container.btn {
  display: inline-block;
  margin: 20px 10px;
}

.header-link-container.btn {
  display: inline-block;
  margin: 0px 10px;
}

.link-container.blue-grey-text.btn.waves-effect.waves-teal {
  min-width: 10px;
  min-height: 0;
  height: 40px;
  background-color: #fffdf6
}

.header-link-container.blue-grey-text.btn.waves-effect.waves-teal {
  min-width: 10px;
  min-height: 0;
  height: 40px;
  background-color: #fffdf6
}

button.btn {
  margin-top: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  background-color: #141414;
  box-shadow: none;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

button.btn:hover {
    background-color: #009688;
}

.container-grid.nav-wrapper {
  background-color: transparent;
}

 a.glyph.sidenav-trigger {
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.container-grid.desktop-nav {
  display: flex;
  flex-direction: row;
  float: none;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 980px;
  background-color: transparent;
  vertical-align: top;
  margin: auto;

  justify-content: center;
  align-items: center;
  justify-self: auto;
  align-self: auto;
  grid-template-columns: none;
  grid-template-rows: none;
  flex-wrap: nowrap;
  align-content: center;
}

.container-grid.nav-extended {
/*  position: absolute;
  top: 0; */
  background-color: #141414;
}

.container-grid.sidenav {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  min-height: 100vh;
  width: 61.8%;
  background-color: rgba(20, 20, 20, .6);

  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.container-grid.two-fields {
  padding-right: 0;
  padding-left: 0;
}

.container-grid.footer {
  margin-top: 0px;
  height: 60px;
  width: 100%;
  background-color: #141414;
}

.container-grid.footer-body {
   display: flex;
   align-items: center;
   margin: 0 auto;
   padding-top: 16px;
   max-width: 980px;
}

.container-grid.header {
/*  height: 76px; */
  width: 100%;
  background-color: #141414;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.container-grid.information-section {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  margin-top: 80px;
  max-width: 70%;
  background-color: rgba(255,253,246,0.7);
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #141414
}

.container-grid.hero-section-introduction {
  display: flex;
  flex-direction: column;
  height: 100vh;

  background-image: linear-gradient(0deg, rgba(30, 30, 33, .35) 0%, rgba(30, 30, 33, .35) 100%), url('../images/mountain-g92bdda69b_1920.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: normal, normal;

  justify-content: center;
  align-items: center;
}

.container-grid.information-content {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

div.responsive-picture.nav-logo {
  max-width: 300px;
  margin-right: auto;
}

div.responsive-picture.nav-logo a {
  padding-left: 3px;
  padding-right: 5px;
  color: #fffdf6;
  font-weight: normal;
  font-size: 44px;
  font-family: Ronnia, Georgia, serif;
}

.container-grid.hero-content-introduction {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 980px;
  justify-content: center;
  align-items: flex-start;
}

.container-grid.donation-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 80%;

  justify-content: center;
  align-items: center;
  align-content: center;
}

.container-grid.hero-section-contact {
  display: flex;
  flex-direction: column;
  height: 100vh;

  background-image: linear-gradient(0deg, rgba(30, 30, 33, .35) 0%, rgba(30, 30, 33, .35) 100%), url('../images/mountain-g92bdda69b_1920.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: normal, normal;

  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  /* Text Elements */

  h1.hero-header {
    font-size: 100px;
  }
  
  .container-grid.information-section {
  margin-top: 80px;
  max-width: 80%;
  }
  
  p.paragraph.hero-paragraph {
  font-size: 40px;
  margin: 20px 20px;
  }
  
  .container-grid.footer-body {
  max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  h1.hero-header {
    font-size: 90px;
  }
  
  .container-grid.information-section {
  margin-top: 80px;
  max-width: 90%;
  font-size: 16px;
  padding: 0 1em;
  }
  
  p.paragraph.hero-paragraph {
  font-size: 36px;
  margin: 10px 10px;
  }
  
  .container-grid.footer-body {
  max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  /* Text Elements */

  h1.hero-header {
    font-size: 72px;
  }
  
  .container-grid.information-section {
  margin-top: 60px;
  max-width: 90%;
  padding: 0 1em;
  }
  
  p.paragraph.hero-paragraph {
  font-size: 32px;
  margin: 10px 10px;
  }

  .container-grid.footer-body {
  max-width: 90%;
  }
  
  .footer.footer-content-right {
  display: none;
}

