.portfolio-header {
  position: relative;
  /*background-image: url(images/header-bg.jpg);*/
  background-color: rgba(241, 235, 228, 1);
}

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

.mdl-layout__title {
  font-size: 24px;
  text-align: left;
  font-weight: 300;
}

.mdl-layout__content {
  background-color: rgba(241, 235, 228, 1);
  padding-bottom: 60px;
}

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

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

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

.portfolio-logo {
  background: url(images/red-logo.png) 50% no-repeat;
  background-size: 60px 50px;
  height: 50px;
  width: 190px;
  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); */
  color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 45px;
}
#menu-h {
  /* background-color: rgba(0, 0, 0, 0.08); */
  color: rgba(0, 0, 0, 1);
}

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

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
  padding: 0 10px !important;
}

.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: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  /*background-color: rgb(184,20,21);*/
  background-color: rgb(11,61,146);
  left: 15%;
}

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

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

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

.portfolio-blog-card-strip-bg {
  background: url(images/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);
}

h6 {
  font-weight: bold;
}
img.article-image {
  width: 100%;
  height: auto;
}
img.spec-image {
  width: 200px;
  height: auto;
}
img.spec2-image {
  width: 350px;
  height: auto;
}
img.spec3-image {
  /* width: 900px; */
  height: auto;
}
img.spec4-image {
  width: 250px;
  height: auto;
}
img.spec5-image {
  width: 350px;
  height: auto;
}
.mdl-layout__drawer {
  background-color: rgba(241, 235, 228, 1);
}
.mdl-layout__drawer-button {
  background-color: rgba(241, 235, 228, 1);
  margin: 0px;
}
.mdl-card__media {
  background-color: white !important;

}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}
.fp-list ol {
  font-size: 8px;
}

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

table {
    border:none !important;
    color:rgba(0,0,0,.54);
}
table td {
    word-wrap: break-word;
    white-space:normal;
    border:none !important;
}

.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;
}
.inner {
    margin:1px;
    width:20%;
    text-align:center;
    /* border: 1px solid gray; */
    display:inline-block;
}
#nfooter {
  /* background-image: url(images/footer-background.png); */
  /* background-size: cover; */
  border-top: 2px solid black;
  padding-top: 30px;
  padding-bottom: 20px;
  width:100%;
  text-align:center;
  background-color: rgba(241, 235, 228, 1);
  height: 80pt;
}
