/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.tabs .indicator {
  display: none !important;
}

nav .sidenav-trigger i {
  height: 80px;
  line-height: 80px;
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  display: block;
  font-size: 33px;
  height: 80px;
  line-height: 80px;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ff0000;
}

.tabs .tab a, .tabs .tab a {
  background-color: transparent;
  color: #001C3E;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(255, 147, 147, 0.2);
  outline: none;
}

.mazur-blue {
  background-color: #001C3E !important;
}

.mazur-text {
  color: #001C3E !important;
}

.collapsible-body ul:not(.browser-default),
.mazur-text ul:not(.browser-default) {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin: 1rem 0;
}

.collapsible-body ul:not(.browser-default) > li,
.mazur-text ul:not(.browser-default) > li {
  list-style-type: disc !important;
  display: list-item !important;
}

.no-margin{
  margin-bottom: 0px;
}

.max-300{
  max-height: 600px;
}

.max-300px{
  max-height: 200px;
}

nav {
  height: 80px;
  line-height: 80px;
}

nav .nav-wrapper {
  
  height: 80px;
}

nav .brand-logo {
  
  line-height: 80px;
}

nav ul a,
nav .brand-logo {
  color: #444;
  height: 90%;
  display: flex;
  align-items: center;
}



.hero-img {
  max-width: 100% !important;
  max-height: 530px !important;
  vertical-align: middle;;
  
}

@media only screen and (max-width: 600px) {
  .hero-img {
    margin-top: 100px;
  
  }
}

.sidenav-trigger {
  float:right !important;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.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%;
  }
}
  #colaps {
    display: none;
  }
  #tabsy {
    display: block;
  }

  @media only screen and (max-width: 800px) {
    #colaps {
      display: block;
    }
    #tabsy {
      display: none;
    }
  }

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

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

footer.page-footer {
  margin: 0;
}
