DONATE

Styles for IBEC Website

link color / highlight #abb330

accent color #ff6900

This is a normal text anywhere in the website.

body {
font-size: 17px;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight:400;
color: #444444;
line-height: 1.5;
}

This is a <H1> heading used in titles

h1.entry-title {
    font-weight: 700;
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    color: #2a6099;
    font-size: 36px;
    line-height: 1.2em;
    text-transform: none;
}

This is a <H1> heading with ibec logo

h1.entry-title.heading-with-icon {
   background-image: url(ibec-heading.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 50px;
    font-weight: 600;
}

This is a <H1> heading


h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

This is a <H2> heading


h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

This is a <H3> heading


h3 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

This is a <H4> heading

h4 {
    font-family: Roboto Slab, serif;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 2em;
}
This is a <H5> heading
h5 {
    font-size: 20px;
    margin-bottom: 1em;
    color: #000;
}

This is a quote: We are committed to elucidating the molecular processes underlying neuronal regeneration and using these insights to develop practical strategies for repairing damaged CNS circuits.

blockquote {
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    padding-left: 0;
    padding-bottom: 3em;
    font-size: 1.2em;
    font-style: italic;
    float: left;
    width: 36%;
    margin: 0 2em 2em 0;
    position: relative;
}