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

.mdl-layout__container {
    position: relative; /*to override fixed header */
}

.mdl-layout__header {
    background-color: #FFF;
    box-shadow: none;
    z-index: 200;
}

.portfolio-header {
    position: relative;
}

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

.mdl-layout__title {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 500;
    color: black;
}


.mdl-layout__header-row .mdl-navigation__link,
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    color: #000000;
    letter-spacing: 1px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding-left: 26px !important;
}

.navigation-icon {
    float: right;
    color: #999999;
}

.drawer-header {
    padding: 16px 16px 16px 26px;
}

.socials {
    float: left;
}

.full-view-socials {
    display: none;
}

@media screen and (min-width: 768px) {
    .full-view-socials {
        display: block;
        position: fixed;
        width: 25px;
        right: 20px;
        top: calc(50% - 45px);
    }

    .full-view-socials a {
        line-height: 30px;
    }

    .mdl-layout__content {
        margin-top: 40px;
    }

}


.socials a {
    color: #666666;
    margin-right: 15px;
}

.mdl-layout__drawer {
    width: 320px;
    left: -160px;
  z-index: 202;
}

.mdl-layout__drawer.is-visible {
    left: 0;
}


.mdl-layout__header-row .mdl-navigation__link {
    padding: 0;
}

.sub-navigation {
    font-weight: normal !important;
}

.dropdown-container {
    display: none;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    font-weight: bold;
}

.mdl-card__media {
  background-color: #FFFFFF;
}

.mdl-card__separator {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

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

.mld-card__title {
  min-height: 0;
  text-align: center;
  margin-bottom: 20px;
}

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

.portfolio-navigation-row {
    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;
    font-weight: bold;
}

.portfolio-header .mdl-layout__drawer-button {
    /*header style*/
}

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

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

.single-max-width {
  max-width: 500px;
  margin: auto;
}

img.article-image {
  width: 100%;
  height: 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;
}







.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 201;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}






.wf-container {
    margin: 0 auto;
}

.wf-container:before,
.wf-container:after {
    content: '';
    display: table;
}

.wf-container:after {
    clear: both;
}

.wf-box {
    margin: 20px 10px;
    position: relative;
    overflow: hidden;
}

.wf-box img {
    display: block;
    width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wf-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.wf-box .content {
    text-align: center;
    position: absolute;
    z-index: 199;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.wf-box .play-video {
    text-align: center;
    position: absolute;
    z-index: 199;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    color: #FFFFFF;
}

.wf-box .play-video .material-icons{
    font-size: 42px;
}

.wf-box .content .info {
    top: 50%;
    width: 100%;
    position: absolute;
}

.wf-box:hover .content {
    display: block;
}

.wf-column {
    float: left;
}


@media screen and (min-width: 768px) {

    .wf-container {
        width: 750px;
    }

}

@media screen and (min-width: 992px) {

    .wf-container {
        width: 970px;
    }

}

@media screen and (min-width: 1200px) {

    .wf-container {
        width: 1170px;
    }

}







.viewport {
    position: relative;

}

.viewport:hover img {
    opacity: 0;
}

.viewport:hover video {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


video {
    width: 100%;
    top: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




.modal{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255,255,255,.9)  ;
  z-index: 203;
  color: #000000;
  display: none;
}

.modal-content img , .modal-content video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
}

.modal .close {
  position: absolute;
  font-size: 48px;
  color: #000000;
  top: 25px;
  right: 25px;
  z-index: 204;
  cursor: pointer;
}

.modal-content-description {
  margin: 20px;
}
