@import url(css/materialize.css);
nav {
  position: fixed;
  z-index: 3; }
  nav .brand-logo {
    color: #444;
    padding: 8px 0 0 0; }
  nav ul a {
    color: #444; }
  @media only screen and (max-width: 992px) {
    nav .brand-logo {
      top: 0.5rem; } }
  nav .name {
    padding: 0 32px; }
  nav p {
    line-height: 2rem; }

.sidenav-trigger {
  color: black; }

.parallax-container {
  min-height: 100vh;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9); }
  .parallax-container .section {
    min-height: 100vh; }
    .parallax-container .section--hero {
      padding: 65px 0; }
      .parallax-container .section--hero h1 {
        margin-top: 15%; }
      .parallax-container .section--hero h2 {
        font-size: 2.92rem;
        margin-top: 2rem; }
      .parallax-container .section--hero__button {
        margin-top: 5rem; }
      .parallax-container .section--hero .loc {
        height: 1.7em;
        width: 1.7em;
        display: inline-block;
        padding-right: 10px; }
      .parallax-container .section--hero .loc__text {
        display: inline; }
  @media only screen and (max-width: 992px) {
    .parallax-container {
      top: 40%; }
      .parallax-container #index-banner .section {
        top: 10%; } }
  @media only screen and (max-width: 600px) {
    .parallax-container #index-banner .section {
      top: 0; } }

.container--mod, .parallax-container--mod {
  min-height: 100vh;
  padding-top: 65px;
  margin-top: -65px; }

.icon-block {
  padding: 0 15px; }

.center__no-margin {
  margin-top: 0; }

.icon-block .material-icons {
  font-size: inherit; }

footer.page-footer {
  margin: 0; }

.about__boxes {
  margin-bottom: 50px; }
.about .material-icons {
  vertical-align: middle; }
.about .linkedin-button {
  margin-bottom: 60px; }

.skills .card-panel--margins {
  margin: 0.5rem 2rem 1rem; }
.skills .card-panel .collection {
  color: black; }
.skills .card-panel .collection-item span:last-of-type {
  float: right; }

.projects .card .card-title {
  color: black;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
