/* Global Styles */
:focus {
  outline-color: black;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
  color: rgba(0, 0, 0, 0.75);
}

h3 {
  font-size: 2.1em;
  color: rgba(0, 0, 0, 0.75);
}

hr {
  margin-bottom: 1.5em;
}

p {
  font-size: 1.1em;
  line-height: 1.6em;
}

/* Materialize Styles */
.collapsible-header {
  font-size: 1.1em;
}

.collection .collection-item {
  padding: 0.8em;
}
.collection-item {
    font-size: 1.1em;
}

.input-field label {
  color: rgba(0, 0, 0, 0.5);
}

main .row {
  margin-top: 2em;
}

.slider .slides li .caption {
  top: 25%;
  left: 25%;
}

/* Special Styles */
.bio-name {
  font-size: 1.6em;
  font-weight: 500;
}

#header-img {
  top: -1em;
  z-index: -1;
}

#footer-header {
  font-size: 1.75em;
}

.narrow {
  width: 60%;
}

.title {
  color: rgba(0, 0, 0, 0.75);
  font-size: 3.2em;
}

.profile {
  border: 1.5em solid white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  margin: 1em;
}

.promo-caption {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  font-size: 1.8em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.subtitle {
  font-size: 1.5em;
}


/* Media Queries */
@media only screen and (max-width: 480px) {
  display: block;
}