a {
  text-decoration: none;
  color: #22ad7b;
}

.portfolio-header {
  position: relative;
  background-color: #3e836a;
}

.portfolio-card-size{
  width:377.5px;
  height:86px;
}


.portfolio-card:hover {

  box-shadow: 0 0 15px rgba(14,246,162,10);


}


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

.body-text {
  font-family: Lato;
  font-weight: bold;
  color: white;
  font-size: 30px;
  line-height: 35px;
}

.body-subtext {
  font-family: Lato;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.marginbottom350px {
  margin-bottom: 350px;
}

.marginbottom100px {
  margin-bottom: 100px;
}

.marginbottom50px {
  margin-bottom: 50px;
}

.topmargin15px {
  margin-top: 15px;
}

.topmargin50px {
  margin-top: 50px;
}

.primary-color-text {
  color: #22ad7b;
}

.primary-color-bg {
  background-color: #3e836a;
}

.mdl-layout__title {
  font-family: Montserrat;
  font-size: 32px;
  color: rgb(255,255,255);
  text-align: center;
  font-weight: bold;
}

.mdl-layout__tagline {
  font-size: 14px;
  color: rgb(255,255,255);
  text-align: center;
  font-weight:lighter;
  font-style: italic;
}

.mdl-button {
  font-family: Montserrat;
  font-weight: bold;
}

.background-color-dark {
  background-color: #415270;
}

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

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

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

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

.navigation-text-color {
color: rgb(255,255,255);
}

.portfolio-navigation-row {
  background-color: #414347;
  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 {
  font-family: Montserrat;
}

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

.portfolio-navigation-row .is-active {
  position: relative;
  color: rgb(255,255,255);
  font-weight: bold;
}

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

.portfolio-filter {
  text-align: center;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  height: auto;
}

.mdl-cell-projects{
  max-height: 375px;
}

.mdl-grid.center-items{
  justify-content: center;
  text-align: center;
}

.mdl-card__title-text {
  font-family: Montserrat;
  font-weight: bold;
}

.mdl-card__supporting-text{
  font-family: Lato;
  color: #111111;
}

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

.mdl-card__media > img {
  max-width: 100%;
}

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

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

img.full-image {
  max-width: 100%;
  height: auto;
  text-align: center;
  justify-content: center;
}

.img-circle {
    border-radius: 50%;
}

.frame{
  display: table;
}

.portfolio-max-width {
  max-width: 90%;
  margin: auto;
}

.portfolio-max-height {
  max-height: 375px;
  margin: auto;
}

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

.no-padding {
  padding: 0;
}

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

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

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

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

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

.padding-button {
  padding: 25px;
}

.portfolio-title-text{
  font-weight: bold;
  color: white;
}

.portfolio-wide-button{
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: rgb(62,131,106);
  padding: 14px 28px;
  font-size: 16px;
  color: white;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.portfolio-wide-button:hover{
  opacity: 0.8;
}

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

.subtitle {
  margin-left: 17px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.fa {
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-mail {
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-buttons:hover{
  opacity: 0.7;
}

.fa-linkedin, .fa-github, .fa-medium, .fa-instagram, .fa-facebook, .fa-twitter, .fa-file-pdf-o, .fa-file-powerpoint-o {
  background: rgb(62,131,106);
  color: white;
}

.fa-btn{
  border-radius: 5px;
  padding: 15px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 30px 30px;

  background: rgb(62,131,106);
  color: white;
}

.sort-container{
  padding: 0px;
  text-align: center;
  margin-bottom: -20px;
}

.paragraph-space{
  margin-bottom: 30px;
}

.sort-btn{
  list-style: none;
  display: inline-block;
  float: none;

  border-radius: 5px;
  padding: 5px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto;
  width: 60px;

  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;

  background:#fff;
  color: #22ad7b;
}

.active {
  background: rgb(62,131,106);
  color:#fff;
}

.sort-btn:hover{
  background: #BDBDBD;
}

footer {
  background-size: cover;
  background-color: #37474f;
}
