/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.accent { 
color: #F7956E;
}

.pwr-sec__title-intro { 
font-size: 12px;
text-transform: uppercase;
width: 100%;
display: inline-block;
border-bottom: 1px solid #000;
margin: 0 0 32px 0;
}

.content-box h5 { 
font-size: 12px;
text-transform: uppercase;
width: 100%;
display: inline-block;
border-bottom: 1px solid #000;
margin: 0 0 32px 0;
}

.content-box h5 span.right { 
font-size: 18px;
float:right;
color:#000;"
}

.portfolio-bento img { 
 height:500px;
}

.portfolio-bento img.big { 
 height:800px;
}