/*
 * inwendo Base Theme - Font Styles
 *
 ********************************************************/

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #b3b3b3;
}

p {
    margin: 0 0 10px;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

h1, .h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    word-wrap: break-word;
    margin: 0;
}

/* iw h2*/

h2, .h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
    word-wrap: break-word;
    margin: 0;
}

/* iw h3*/

h3, .h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    margin: 0;
}

/* iw h4*/

h4, .h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

/* iw h5*/

h5, .h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
    margin: 0;
}

h6, .h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    margin: 0;
}
