/* 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: #444;
  height: 100%;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}
.header-font h1{
  margin-top: 7%;
  color:white;
  text-shadow: 2px 2px 8px black;
  font-size: 70px;
  font-weight: 600;


}
.header-font h5{

  color:white;
  text-shadow: 2px 2px 8px black;
  font-size: 40px;
  font-weight: 600;


}



.parallax-container {
  min-height: 580px;
  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%;
  }
}
#download-button{
  margin-top: 5%;
  font-weight: 600;
}
.header-font img{
  width: 30%;
}

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

    color:white;
    font-size: 20px;
    font-weight: 400;

  }


  .header-font h1{

    font-size: 30px;


  }

  .parallax-container {
    min-height: 300px;

  }
  #download-button{
    font-weight: 400;
    margin-top: 0px;
    padding: 0px;
    font-size: 10px;
    width: 30%;
    color: white;

}

.logo-over img{
  width: 70%;
}

.logo-over h5{
  font-size: 14px;
}

}


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

footer.page-footer {
  margin: 0;
}



.shop-items{

   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;


}

.card{

flex-grow: 1;
  margin-top: 50px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  flex-wrap: wrap;
  align-self: stretch;


}

.card img{

   width:  200px;
   height: 200px;
   object-fit: cover;
}

.material-icons{
  color: grey;

}

.codes{
  background-color: grey;
  color: white;
}

.logo-login{
display: flex;
justify-content: center;

}

.login{
  width: 50%;
  margin-left: 25%;
}

.knoppie{
  color: white;
  background-color: grey;
}

.knoppie:hover{
  color: grey;
  background: white;
}
