/*
    This file is meant to serve as a starter for the Personas Guides,
    Please exercise caution in what you style and how you style it.
    As the Personas Guides receives updates, you may need to re-download this file to style additional features.
    You may need to use !important in some places to make sure your styles override the Personas Guides defaults
*/

.personas .header-container {
    /* the persona header container */
}

.personas .header-container .header {
    /* the persona header element */
}

.personas .header-container .sub-header {
   /* the persona sub-header element */ 
}

.personas .custom-grid {
    /* the main grid of the persona buttons */
}

.personas .custom-grid .grid-item {
   /* the main grid item of the persona buttons */ 
}

.personas .custom-grid .grid-item .grid-link {
    /* the main grid item link of the persona buttons */ 
}

.personas .custom-grid .grid-item .grid-link .image {
    /* the main grid item image of the persona buttons */ 
}

.personas .custom-grid .grid-item .grid-link .title {
    /* the main grid item title of the persona buttons */ 
}
