

/** TYPOGRAPHY **/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small
{
    color: #e5e5e5;
}

h1, h2, h3
{
    margin-bottom: 20px;
    font-weight: 300;
}

h4, h5, h6
{
    margin-bottom: 15px;
    font-weight: 400;
}

h1, .h1
{
    font-size: 44px;
}

h2, .h2
{
    font-size: 37px;
}

h3, .h3
{
    font-size: 27px;
}

h4, .h4
{
    font-size: 23px;
}

h5, .h5
{
    font-size: 18px;
}

h6, .h6
{
    font-size: 16px;
}

p
{
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
}

.lead
{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

small, .small
{
    font-size: 80%;
    line-height: 2;
}

em
{
    color: #ff6600;
}

/* LINKS */

a
{
    color: #1abc9c;
}

a:hover
{
    color: #16a085;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* TITLES */

.underlined-title
{
    text-align: center;
    padding-bottom: 0px;
}

.underlined-title h1
{
    color: #2c3e50;
    margin: 0;
}

.underlined-title h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #95a5a6;
}

.underlined-title hr
{
    width: 10%;
    border-width: 2px;
    border-color: #16a085;
}

/* IMAGES */

img
{
}





