.redBox {
   background:#FFECEF;
   border-radius:7px;
   border:3px solid #ED584A;
   margin:0 0 25px;
   padding-bottom:15px;
}

.redBox h2 {
    padding:0 15px;
}

.blueBox {
   background:#DAF3FA;
   border-radius:7px;
   border:3px solid #0B7DBD;
   margin:0 0 25px;
   padding:0 15px 15px;
}

    .picture {
    padding:20px;
    margin:0;
    max-height:400px;
    overflow:hidden;
}
.picture img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

hr {
    border-color:#999;
}

.devotionals .text-holder {
    padding:15px;
}

.devotionals img {
    width:100%;
}

.devotionals .img-area {
    height:300px;
    overflow:hidden;
    position:relative;
}

.devotionals .devoHeader h2 {
    padding:15px;
    font-size:20px;
    font-weight:600;
}

.devotionals h4 {
    color:rgb(11, 84, 141);
}

.devoHeader {
    transition: all 0.2s linear 0s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #FFF;
    height:300px;
    background: rgba(11, 84, 141, 0.65) none repeat scroll 0%;
    text-align: center;
}