.indented-category {
   padding-left: 1em;
}

.twitter-tweet {
   font-size: 1em;
}

.twitter-header {
   background-color: #f5f5f5;
}

.subscriptions > blockquote {
   font-size: 1.2em;
}

.portfolio-item-caption > h4 {
   font-size: 1.0em;
}

@media all and (min-width: 960px) {
    body{
        font-size: 14px;
    }
}

/*@media all and (max-width: 959px) and (min-width: 600px) {*/
    /*body{*/
        /*font-size: 13px;*/
    /*}*/
/*}*/

/*@media all and (max-width: 599px) and (min-width: 320px) {*/
    /*body{*/
        /*font-size: 12px;*/
    /*}*/

/*}*/

@media (max-width: 767px) {
    .carousel-images .item .carousel-caption {
    font-size: 10px;
  }
}