
.summary .custom-link {
    height: 100px;
    background: url(logo-mention.svg) no-repeat center !important; /* bouhhhh! */
}

/*
# Below styling hacks in order to respect following guidelines:
# - blue #1799DD => links
# - black #22282B => titles
# - grey #F3F5F8 => code zones, grey backgrounds
# - text greys #697782 & #85939D => text color
#
# Required for branding of the api-doc with a mention graph chart
*/

/*Navigation Link hover / */
a:hover, 
.book .book-body .page-wrapper .page-inner section.normal a,
.book .book-summary ul.summary li.active>a,
.book .book-summary ul.summary li.active>a:hover,
.book .book-summary ul.summary li a:hover{
    color:#1799DD;
}

/*Navigation / codeblocks / codeinline background / rows */
.book .book-summary{
    background:#F3F5F8;
}
.book .book-body .page-wrapper .page-inner section.normal pre,
.book .book-body .page-wrapper .page-inner section.normal code{
    background:#F3F5F8;
    /*color:#BF345B;*/
}
.book .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n){
    background:white;
}

/*titles, of all sorts*/
.book .book-body .page-wrapper .page-inner section.normal h1,
.book .book-body .page-wrapper .page-inner section.normal h2,
.book .book-body .page-wrapper .page-inner section.normal h3,
.book .book-body .page-wrapper .page-inner section.normal h4,
.book .book-body .page-wrapper .page-inner section.normal h5,
.book .book-body .page-wrapper .page-inner section.normal h6 {
    color: #22282B;
    font-weight:500;
}

.spacerH1{
    margin-top:25px;
}

/*color of subtitle. h6 is ONLY used for h1 subtitle*/
.book .book-body .page-wrapper .page-inner section.normal h6{
    color:#3C4A51;
}

/* h2 is used for titles of a page other than page title*/
.book .book-body .page-wrapper .page-inner section.normal h2{
    font-size:1.5em;
}
/*separator of h2 sections*/
.book .book-body .page-wrapper .page-inner section.normal hr{
    height:1px;
}

/*h3 is in reserve for h4 groups */
.book .book-body .page-wrapper .page-inner section.normal h3{
    font-size:1.2em;
    margin-bottom:0.6em;
}

/*h4 is used for attributes of 1st level in models etc...*/
.book .book-body .page-wrapper .page-inner section.normal h4{
    font-size:1.1em;
    /*margin-bottom:0.6em;*/
}

/*text*/
.book .book-body .page-wrapper .page-inner section.normal {
    color: #697782;
}
