/* 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 ul a,
nav .brand-logo {
  color: #f5f5f5;
}

p {
  line-height: 2rem;
}

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

.parallax-container {
  min-height: 100vh;
  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;
}

.text-shadow{
  text-shadow: 2px 2px grey;
}

.text-border{
  border: 2p
}

.no-pad{
  padding:0 !important;
}

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

li{
  list-style: none;
}

.github{
  color:#6e5494;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.github:hover{
  color:#9984b9;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.linkedin{
  color:#0077b5;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.linkedin:hover{
  color:#0babff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fa-square{
  color:white;
}