* {
    font-family: 'Maitree', serif;
}
.portfolio-header {
  position: relative;
    background-color: #E4F789;
/*  background-image: url(images/header-bg.jpg); */
}

.mdl-layout__content {
    background-color: #5D7000;
}

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: 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;
}

.portfolio-logo {
/*  background: url(images/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;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.7);
    color: #5D7000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 8px;
    border-radius: 24px;
    text-align: center;
}

/* Custom hamburger menu icon */
.mdl-layout__drawer-button:before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background-color: #5D7000;
    box-shadow: 0 7px 0 0 #5D7000, 0 14px 0 0 #5D7000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Hide the default material icon */
.mdl-layout__drawer-button .material-icons {
    display: none;
}

.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-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;
}

.no-padding {
  color: rgba(0, 0, 0, .80)
}

.mdl-typography--headline.h2 {
    color: rgba(0, 0, 0, .80);
    font-family: 'Maitree', serif;
}
.mdl-card__supporting-text > h3 {
    color: rgba(0, 0, 0, .80);
    font-family: 'Maitree', serif;
    font-size: 18pt;
}
footer.mdl-mini-footer {
    padding: 8px 16px;
    height: auto;
    line-height: 1.5;
}

.mdl-mini-footer .mdl-logo {
    line-height: 1.5;
    margin-bottom: 0;
}

/* Fix logo alignment */
.logo {
    vertical-align: middle;
    position: relative;
    top: -5px; /* Adjust this value as needed to align with text */
}

.mobile-logo {
    top: 0; /* Reset for mobile view */
}

/* Fix mobile header visibility */
@media screen and (min-width: 1025px) {
    .mdl-layout--small-screen-only {
        display: none !important;
    }
}

