
html,body, h1, h2, h3, h4, h5{
  font-family: europa;
  font-weight: 200;
  font-style: normal;
}

.project-client{
  font-family: FontAwesome, serif-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 8px;
  display: block;
}


.project-roles{
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 8px;
  display: block;

}

.project-title{
  letter-spacing: 4px;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 14px;
}

.project-card-1-color{
  background-color: #629dd4;
}

.project-card-2-color{
  background-color: #fc3a31;
}

.project-card-3-color{
  background-color: #957e6c;
}

.project-card-4-color{
  background-color: #b6ab95;
}


#menu2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 500px;
  background: yellow;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:1000;
}


.mdl-layout__content{
  padding-top: 60px;
  background-color: rgb(242, 242, 242);
}


#menu-button {
 display: none;
}

.text-color-white{
  color: rgba(255, 255, 255, 0.8);
}

.menu-char-mono{
  font-size: 15px;
  text-align: center;
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 600;
  color: rgb(56, 57, 58);
}



.mdl-chip__text{
  font-size: 11px;
  padding-right: 8px;
  text-transform: uppercase;
}

#logo-menu-ver{
  height: 100px;
  width: 22px;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 20px;
  opacity: 0.5;
}


.card-content-title{
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 2px;
 
}   

.card-content-body {
  font-size: 13px;
  font-weight: 100;
  

}   

.card-content-footer{
  margin-top: 6px;
  font-size: 13px;
  
  
}




.tooltip-content-title{
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.7em;
}   

.tooltip-content-body {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.7em;
  width: 100px;
}   

.tooltip-content-footer{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.7em;
  color: bisque;
  
}

.mdl-tooltip{
  padding: 22px;
  background: #465C69;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.mdl-grid {
  padding: 0px;
}

.mdl-cell{
  margin: 0px;
  width: 100%;
}

#logo-hor-container{
  height: 100px;
  width: 22px;
  transform: rotate(90deg) translateY(11px); 
  position: absolute;
  left: 50%;
  top: -20px;   
      
}

#logo-hor{
  
  height: 100px;
  width: 22px;
  
}

#quote-button-container{
   display: none;
}

.awards-title-logo{
  text-align: center;
}

.awards-title{
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  color: rgb(150, 150, 150)
}

.awards-title-det{
  text-align: center;
  margin-top: 20px;
  color: #000000;
  font-weight: 500;
  font-size: 10pt;
}

.contact-title{
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  
}

.contact-sub-title{
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.contact-background{
  background-image: url(/images/contact-image-bg.jpg);
  background-position-x: 600px;
  background-repeat: repeat-x;
  background-size: 600px 276px;

}

.about-title{
  font-family: europa;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-size: 30pt;
  line-height: 28px;
  width: 600px;
  line-height: 40px;
  margin-top: 100px;
  font-weight: 100;
}

.about-sub-title{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-size: 12pt;
  line-height: 20px;
  width: 600px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.about-category{
  margin: auto;
  text-align: center;
  color: #000000;
  margin-top: 120px;
  font-size: 26px;
  margin-bottom: 30px;
}



.about-text{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-size: 13pt;
  line-height: 20px;
  width: 600px;
  line-height: 26px;
  margin-bottom: 120px;

}

.bottom_navigation__link{
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 22px;
  margin-right: 22px;
  font-weight: lighter;
}


.footer-container{
  padding: 80px;
   display: grid; 
   grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.footer-title{
   font-size: 18px;
   color: #ffffff;
   margin-bottom: 22px;

}

.footer-block {
  color: #ffffff;
  line-height: 20px;
  font-size: 12px;
  font-weight: lighter;
}



.project-description-text{

  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 12pt;
  font-weight: 300;
}



 .project-techs-title{
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 12px;
   padding-right: 12px;
   margin-left: 30px;
   display: inline-block;
   text-transform: uppercase;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
   font-weight: 400;
   font-size: 12pt;
   
 }

 .project-in-the-works {
  text-align: center;
  font-size: 10px;
  font-weight: 100;
  padding: 6px;
  margin: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  letter-spacing: 3px;
  background-color: #00000046;
  text-transform: uppercase;
  border-radius: 10px;
  width: 80px;
  line-height: 16px;
 
}


 .project-release{
   border: 1px solid;
   border-radius: 50%;
   border-color: white;
   width: 48px;
   height: 48px;
   text-align: center;
   display: inline-block;
   background-image: url(/images/grow.png);
   background-position-x: center;
   background-position-y: 5px;
   background-size: 18px;
   background-repeat: no-repeat;
   background-blend-mode: hard-light; 
   vertical-align: middle;
   margin-bottom: 10px;
 }

 .project-release :first-child {
    letter-spacing: 2px;
    margin-top: 24px;
    padding-top: 0px;
    padding-left: 4px;
    border-top: 1px solid white;
    font-size: 9px;
    display: inline-block;
   
 } 


.project-details-block{
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -60px; 
  z-index: 1000000;
 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.chip-list-container{
  padding: 30px 30px 80px 30px; 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
 }

 .mdl-chip{
  background-color:transparent;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
} 


.project-link{
  margin-left: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 12pt;
}

.project-link a{
  line-height: 35px;
  text-decoration: none;
  font-size: 12pt;
  color: #465C69;
}

/*
 .project-release{
  border: 1px solid;
  border-radius: 50%;
  border-color: white;
  width: 48px;
  height: 48px;
  text-align: center;
  display: inline-block;
  background-image: url(images/grow.png);
  background-position-x: center;
  background-position-y: 28px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-blend-mode: hard-light; 
  vertical-align: middle;
  margin-right: 10px;
}

.project-release :first-child {
  
   margin-top: 4px;
   padding-top: 0px;
   padding-left: 4px;
   
   border-bottom: 1px solid white;
   font-size: 9px;
   font-weight: lighter;
   display: inline-block;
  
}
*/

@media screen and (max-width: 400px) { 

  .project-client{
    margin-top: 30px;
  }

}




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

  .project-details-block{
  
   display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }

  .logo{
      width: 70px;
      height:70px;
      filter: grayscale(100%);
      margin-top: 20px;
      margin-left: 25px;
      display: inline-block;
  }

  .mdl-layout__header-row{
      padding: 0 40px 0 10px;
  }

  .mdl-layout__drawer-button {
      display: none;
  }

  .mdl-layout__content{
      padding-top: 0px;
      padding-left: 120px;
  }

  .mdl-layout__header{
      width: 100px;
      position: absolute;
      top: 0px;
      left: 0px;
  }

   #menu-side {
      position: fixed;
      left: 0%;
      top: 0%;
      width: 120px;
      height: 100%;
      background: white;

   }

    #menu-button {
      width: 70px;
      height: 70px;
      padding: 0px;
      position: fixed;
      left: 85px;
      top: 50%;
      z-index:1000;
      display: inline-block;
      background-color: white;
      transform: translateY(-28px); 

  }

  #quote-button-container{
      position: fixed;
      left: 10px;
      top: 100%;
      z-index:1000;
      display: inline-block;
      transform: translateY(-60px); 
      background-color: black;
      border-radius: 30px;
      
  }

  .quote-button{
      font-size: 12px;
      text-transform: none;
      width: 100px;
      height: 34px;
      
  }

  #logo-hor-container{
      height: 100px;
      padding: 6px;
      position: fixed;
      left: 40px;
      top: 50%;
      z-index:1000;
      display: inline-block;
      transform: translateY(-50px); 
  }

   #logo-hor{
      height: 100px;
      width: 22px;
   }


   
}


/* -----------Legacy ------------- */

.portfolio-itw-title{
  padding: 10px;
  padding-top: 30px;
}


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

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


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

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

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

footer {
  background-color: #000000;
}

.contact-email{
  color: #d0d0d0;
  text-decoration: none;
}

.copyright-text{
  margin-top: 16px;

  color: #cbcbcb;
}

