/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
  background-color: #E9E3DB;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}


main {
  flex: 1 0 auto;
}
.s12 {
  color: #3a332a;
  text-align: center;
}

.card-panel {
  background-color: #4A5539;
  border: 3px solid #3a332a;
  color: #E9E3DB
}

.headerColor {
  background-color: #687554;
  border-bottom: 3px solid #3a332a;
}

nav, ul, a,
nav {
  color: #E9E3DB;
}
 
p {
  line-height: 2rem;
}
 
.sidenav-trigger {
  color: #4A5539;
}
 
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container, .section {
    width: 100%;
  }
 
 @media only screen and (max-width : 992px) {
.parallax-container, .section {
    position: absolute;
    top: 40%;
}
#index-banner, .section {
    top: 10%;
  }
}
 
 @media only screen and (max-width : 600px) {
#index-banner, .section {
    top: 0;
  }
}
 
.icon-block {
  padding: 0 15px;
}
.icon-block, .material-icons {
  font-size: inherit;
  color: #4A5539;
}
 
.headline-text {
  color: #917D68;
}
.foot-text {
  color: #E9E3DB;
}
.link-text {
  color: #E9E3DB;
}
.link-text:hover {
  color: #a3a793;
}
.company-text {
  color: #3F372E;
}

footer {
  border-top: 5px solid #3a332a;
  margin: 0;
  display: block;
  font-size: 10pt;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background-color: #687554;
}
 
#logo-container, .left, .brand-logo {
  float: left;
}

.btn {
  background-color: #a3a793 ;
}

.btn:hover {
  background-color: #687554;
}

ul.dropdown-content li span {
  color: black;
}

#product {
  height: 40px;
  color: white;
  font-size: 25px;
}

#cCardPanel {
  
  padding: 35px;
}