/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.sidenav-trigger {
  margin-top: 24px;
  margin-left: 24px
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
/* 
header, main, footer {
  padding-left: 300px;
} */

footer {
  padding-bottom: 24px;
}

@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}

.h1, .h2, .h3, .h3, .h4 {
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.span-link {
  color: white; 
  font-weight: 600;
}

.span-link:hover {
  text-decoration: underline;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.blog-box:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.post-header {
  margin: 0px auto;
  display: block;
  width: 100%;
  /* max-width: 900px; */
  height: 60vh;
  /* margin-bottom: 3em; */
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center !important;
}

.parallax-window p {
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 24px;
  text-shadow: 0 0.05em 0 rgba(0,0,0,0.5);
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 200;
  
  color: white;
  
}

.parallax-window .about {
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 24px;
  text-shadow: 0 0.05em 0 rgba(0,0,0,0.5);
  z-index: 20;
  max-width: 674px;
  font-weight: 200;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -25px;
  color: white;
}

.about img {
  padding-left: 24px;
  padding-right: 24px;
  width: 170px;
}

.social-links {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
}

.social-links a{
  flex: auto;
}