/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
    .id-row{
        height: 33px;
        font-size: 16px;
        font-weight: bold;
    }
    .id-label{
        font-size: 14px;
        font-weight: 400;
    }
    .red{
        color: #ff0000;
    }
    .id-plash{
        padding: 21px;
        color : #fff;
        font-size: 21px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .image-wrap{
        padding : 7px;
    }
    .id-plash-red{
        background-color: red;
    }
    .id-plash-green{
        background-color: green;
    }    
    .text-center-none{
        background-color: red;
        color: #fff;
        font-size: 21px; 
        font-weight : bold;
        width       : 70%;
        margin: 37px 15% 0 15%;
        padding: 21px;
        text-transform: uppercase;
    }
@media (min-width : 488px) {
    .id-row{
        height: 40px;
        font-size: 21px;
        font-weight: bold;
    }
    .id-label{
        font-size: 18px;
        font-weight: 400;
    }
}
@media (min-width: 960px) {
    .mmm-head-slider-4{   
        height: 5em;
    }
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
  .text-center-none{
        font-size: 21px;
        width       : 50%;
        margin: 37px 25% 0 25%;
    }
}
.mmm-head-slider-4{   
    background-color: #000000!important;
    height: 5em;
    color:#ffffff;
}
@media (min-width: 1200px) {
      .text-center-none{
        font-size: 21px;
        width       : 30%;
        margin: 37px 35% 0 35%;
    }
    
}
@media (min-width: 1400px) {
    .mmm-head-slider-4{   
        height: 5em;
    }
    .text-center-none{
        font-size: 21px;
        width       : 20%;
        margin: 37px 40% 0 40%;
    }
}
.cap-name{
    text-transform : uppercase;
}