.mdl-navigation__link{
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right !important;
}
.text-gray{
    color: #777;
}
.text-orange {
    color:#ff9068;
}
a img:hover {
    opacity: 0.5;
}
.mb-5{
    margin-bottom: 5rem;
}

p {
  font-size:1.3em;
  line-height:1.9em;
}
/* list */
ul {
    padding: 0;
    list-style-type: none;
  }
  ul li {
    list-style: none;
    line-height: 150%;
  }
/* tags */
.tags {
    margin-top: 2rem;
  }
  
  .tags .pick {
    background-image: -webkit-linear-gradient(0deg, #fd746c 0%, #ff9068 100%);
    background-image: linear-gradient(0deg, #fd746c 0%, #ff9068 100%);    padding: 0.5rem;
    color: white;
  }
  .colored--btn{
    background-image: -webkit-linear-gradient(0deg, #fd746c 0%, #ff9068 100%);
    background-image: linear-gradient(0deg, #fd746c 0%, #ff9068 100%);
    color: #fff;
}
  a.colored--btn{
    color: #fff;
  }
  a.colored--btn:hover {
    color: #FFF0F5 !important;
  }
/* 
 img {
    width:100% !important;
    
} 
 */

/* social icon */
.fa-facebook-f,.fa-twitter {
    font-size:170%;
}
.thumb {
    width:100%;
}
.thumb figure img {
    width:100%;
    margin:0 auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}


