/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* #54196A */

@font-face {
  font-family: "Canter";
  src: url("../font/canter/Canter Light.otf");
  font-weight: normal; }
@font-face {
  font-family: "Canter";
  src: url("../font/canter/Canter Bold.otf");
  font-weight: bold; }


html {
  font-family: "Helvetica Neue", sans-serif;
}

h3 {
  font-family: "Canter", sans-serif;
  text-transform: uppercase;
  font-size: 3.9em!important;
  margin-bottom: 0px;
}

h5.header {
  margin-top: 0px;
  font-family: "Canter", sans-serif;
  text-transform: uppercase;
  font-size: 2.0em!important;
  letter-spacing: 5px;
}

h5 {
  font-family: "Canter", sans-serif;
  text-transform: uppercase;
  font-size: 2.6em!important;
}

ol li {
  margin-bottom: 0.75em;
}


.eggplant-text {
  /*color: #54005A !important;*/
  color: #004f64 !important; }

.eggplant {
  /*background-color: #44004A !important;*/
  background-color: #004f64 !important; }
.eggplant-light {
  /*background-color: #54005A !important;*/
  background-color: #004f64 !important; }

nav ul a,
nav .brand-logo {
  color: #222;
}

.eggplant .section a {
  color: orange;
}







nav ul li a:hover, nav ul li.active a{
  background-color: #004f64;
  border: 1px solid rgba(255, 255, 255, 0.0);
}


nav ul li a{
  background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: background-color 0s;
      -moz-transition: background-color 0s;
      -o-transition: background-color 0s;
      -ms-transition: background-color 0s;
      transition: background-color 0s;
}


nav ul li a, a.button-collapse{
  color: #f0f0f0;
}

nav ul li a:hover, nav ul li.active a{
  color: #ffffff;
}


nav ul, .nav-wrapper, nav ul li:hover, nav ul li.active {
  background: none!important;
}

nav {
  box-shadow: none!important;
  background: none!important;
  line-height: 3em;
}

nav ul.side-nav li{
  margin: 0px!important;
  padding: 0px!important;
}
nav ul.side-nav {
  background-color: rgba(0, 0, 0, 0.4)!important;
}
nav ul.side-nav li a{
  color: #e0e0e0!important;
}


@media only screen and (min-width: 993px) {


  nav ul li a{
    padding-left:2em;
    padding-right:2em;
  }

  nav {
    margin-top: 60px;
  }

  nav ul li a{
    border: 1px solid rgba(255, 255, 255, 0.0);
    margin: 0px 1.5em;
    border-radius: 4px;
  }

  /*nav ul li.active a{
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.0);
  }*/

}













p {
  line-height: 2rem;
}

ul.listcircle li {
  list-style-type: circle!important;
}

.button {
  border: 1px solid #444;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #444;
  background: none; /* #26a69a; */
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
}
.button:hover{
  background-color: #004f64; /*44004A*/
  color: #fff;
  border-color: #004f64;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

.parallax img {
    width: 100%;
    min-width: 1000px;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

.nav-wrapper {
  width: 90%!important;
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.block-name-title {
  margin-top: 130px;
  padding: 50px;
  /*background-color: rgba(255, 255, 255, 0.88);*/
  color: #fff;
  max-width: 600px;
  border-radius: 4px;
}

.block-name-title h3{
  /*font-family: canter;
  text-transform: uppercase;*/
  font-size: 2.3em;
  margin-top: 0px;
}

.block-name-title h5{
  margin-bottom: 0px;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}