nav ul a,
nav .brand-logo {
  color: #444;
}
.tech {
  height: 100%;
}
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%;
  }
}

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

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
    margin-top: 40px;
}

.schedule {
  width: 200%;
}

.demo {
  width: 100%;
}

.logo {
  width: 20%;
  height: auto;
}

.logo-head {
  width: 80%;
  height: auto;
}

.logo-tech {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 100px;
}

.collapsible {
  border-radius: 25px;
}

.logo {
  margin-left: 25px;
  margin-right: 25px;
  width: 80px;
  height: 80px;
}

.card {
  border-radius: 25px;
}

.person {
  margin-top: 5px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
