/**
 * @file
 * Subtheme specific CSS.
 */

.path-frontpage .block-page-title-block,
.path-frontpage .block-system-main-block,
.path-frontpage .tabs,
.path-frontpage .flex-caption,
.path-frontpage .views-field-title { display: none ; }

.path-frontpage .block-back-green { background-color: green ; }
.path-frontpage .block-back-blue { background-color: blue ; }
.path-frontpage .block-back-yellow { background-color: yellow ; }
.path-frontpage .block-back-red { background-color: red ; }
.path-frontpage .block-back-pink { background-color: pink ; }