/* 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{
  position: fixed;
  z-index: 999;
}
.dotted li{
  list-style-type: circle!important;
}


.text-shadow{
text-shadow: 1px 1px 1px #333;
}

.collapsible-header{
  font-weight: bold;
}

video{
  width: 100%;
}

#index-banner {
  margin-top: 5vh;
}

.banner{
  margin-left: 21vw;
}

.banner img{
  max-width: 155px;
}

.exclude_disclaimer{
  background-color: #ffb3b3;
  padding: 24px;
  border-radius: 15px;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 30px;
}

nav ul a, nav .brand-logo {
  color: #FFF;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
  width: 100%;
}

.brand-logo img {
  width: 20vw;
  margin-left: 0vw;
  margin-top: 2vh;
}

.screenshot{
  width: 20vw;
}

@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 20%;
  }

  .brand-logo img {
    width: 40vw;
    margin-top:10px;
    margin-left: 13vw;
  }

}

@media only screen and (max-width: 992px) {
  #index-banner .section {
    top: 0;
  }

  .screenshot{
    width: 80vw;
    margin-top: 10vh;
    margin-bottom: 5vh;
  }

h1{
  font-size: 3.3rem;
}

.brand-logo img {
  width: 70vw;
  margin-left: 13vw;
  margin-top:10px;
}


.parallax-container {
  height: 370px;
}


}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
