/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
nav .logo {
  position: relative;
  top: 10px;
}

p {
  line-height: 2rem;
}

.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;
  }

  nav .logo {
    position: relative;
    top: 7px;
  }

  nav .sidenav-trigger {
    top: 7px;
  }
}

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

.card-icon {
  padding: 5px;
}

footer.page-footer {
  margin: 0;
}

.vl {
  border-left: 2.2px solid darkgray;
  height: 230px;
}

@media only screen and (max-width : 600px) {
  .vl {
    border-left: 2.2px solid darkgray;
    height: 375px;
  }
}

@media only screen and (max-width : 994px) {
  .subtab {
    margin-left: 0px;
  }
}

@media only screen and (min-width : 1310px) {
  .subtab {
    start: 2em;
  }
}

#git {
  padding-left: 10px;
}

.txt {
  padding: 20px;
}

span.txt:hover, span.txt2:hover{
  color: #ffd54f;
}

#mat {
  margin-top: 20px;
  width: 50px;
  height: 35px;
}

.txt2 {
  padding-left: 10px;
  padding-bottom: 10px;
}

