/*!
 * Start Bootstrap - 4 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



.portfolio-item {
    margin-bottom: 25px;
}


#row-1st-in {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.7);
    > div {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 480px) {
    #row-1st {
        overflow: scroll;
    }
    #row-1st-in {
        width: 100%;
    }
}

#imagelayer { position: relative; }
#imagelayer span.inside { position: absolute; top: 30px; left: 75px; width: 145px; }

#img-box{
  position: relative;
}
#img-box-mini{
  position: absolute;
  bottom: 5px;
  left: 0px;
  width:100%;
   color: #fff;
 }
#img-box-text{
  text-align: center;
  width: 100%;
}

.jumbotron h2 { color: #FFF;}
.jumbotron p { color: #FFF;}

 p .padding-left{ padding-left: 1em;}

 h2.underline { text-decoration: underline; }
