body {
    font-family: 'Roboto', sans-serif;
}

.portfolio-header {
  position: relative;
  background-image: url(../img/header-bg.png);
}

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdl-layout__title {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.portfolio-logo-row {
  min-height: 200px;
}

.is-compact .portfolio-logo-row {
  min-height: auto;
}

.portfolio-logo {
  background: url(../img/logo.png) 50% no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  margin: auto auto 10px;
}

.is-compact .portfolio-logo {
  height: 50px;
  width: 50px;
  margin-top: 7px;
}

.portfolio-navigation-row {
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row  .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
}

.mdl-navigation__link:hover {
    color: black;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
}

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.portfolio-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(255,64,129);
  left: 15%;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-full-bg {
  background: url(../img/example-blog03.jpg) center / cover;
}

.portfolio-blog-card-event-bg {
  background: url(../img/example-blog05.jpg) center / cover;
}

.portfolio-blog-card-strip-bg {
  background: url(../img/example-blog06.jpg) center / cover;
}

.portfolio-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}

.portfolio-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact .mdl-textfield {
  width: 100%;
}

.portfolio-contact form {
  max-width: 550px;
  margin: auto;
}

footer {
  background-image: url(../img/footer-background.png);
  background-size: cover;
  max-height: 30px;
}

.copyright-line {
    margin-left: 20px;
}

.fa-code {
    color: white;
}
.fa-code:hover {
    color: lightgrey;
}

.mdl-layout--small-screen-only {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.mdl-layout--small-screen-only i {
    text-align: center;
}

.coding-languages {
    font-size: 1.5em;
    text-align: center;
    margin: 50px auto 100px;
}

.portfolio-max-width hr {
    border-top: 1px solid;
    width: 50%;
    margin: auto auto 20px;
}

.centered-text {
    text-align: center;
}

.more-space-top {
    margin-top: 60px;
}

.more-space-bottom {
    margin-bottom: 60px;
}

.darker-font {
    color: #444;
}

.larger-front-page-text {
    font-size: 125%;
}

.small {
    font-size: .75em;
}

form {
    margin-left: 8px;
    min-width: 100%;
}

.mdl-textfield {
    width: 100%;
}

#resume-img {
  margin: 0;
  object-position: 0 0;
  object-fit: contain;
  max-height: 944px;
}

#resume-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

#left-find {
  margin-right: 20px;
}

#right-find {
  margin-left: 20px;
}