/* 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;
}

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

#myface {
  width: auto;
  height: 256px;
}

a > img.flag {
  height: 22px;
  width: 25px;
  position: relative;
  top: 5px;
}

div#page {
  transform: scale(1);
}

div#bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: 0.3;
  filter: blur(32px);
  height: 100%;
  z-index: -10;
  top:0; left: 0; right: 0; 
  position: fixed;
  }

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

nav ul a, nav .brand-logo {
  color: #444;
}

.card img.medal {
  width: 16px;
  position: relative;
  top: -5px;
  left: 10px;
}

#chartdiv {	
  width		: 100%;
 height		: 500px;
}

#logo-container  {
  width: 64px;
}

/* .cultist-collection li.collection-item {
  background-color: #EFE2A7;
}  */

.cultist-collection li.collection-item div img {
  margin-right: 20px;
} 


.cultist-collection li.collection-item > img {
  margin-right: 20px;
} 

.cultist-collection li.collection-item div input  {
  width: 30px;
} 

span.aspect-text {
  font-size: 32px;
  color: black;
  margin-right: 4px;
}

img.aspect-img {
  margin-right: 20px;
}

button.btn-aspect {
  margin: 12px;
  padding: 0;
  height: 75px;
}

.cultist-collection img.left-img {
  float: left;
  margin-right: 8px;
}

div.type-content {
  float: right;
  margin-top: 4px;
}

[type="radio"]:checked + span::after, 
[type="radio"].with-gap:checked + span::after {
  background-color: hsl(10, 63%, 40%)
}

[type="radio"]:checked + span::after, 
[type="radio"].with-gap:checked + span::before, 
[type="radio"].with-gap:checked + span::after {
  border: 2px solid hsl(10, 63%, 40%);
}