body {
    font-family: 'Alegreya Sans', sans-serif;
    color: black;
}

#hero_image {
    color: white;
}

h1 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
}

h2 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 36px;
    line-height: 130%;
}

h3 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 32px;
    line-height: 130%;
}

h4 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 28px;
    line-height: 130%;
}

h5 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 130%%;
}

h6 {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 130%;
}

p {
    font-family: 'Alegreya Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 130%;
    font-weight: 300 !important;
    text-decoration: overline;
}

a {
    font-family: 'Alegreya Sans', sans-serif;
    color: #bababa !important;
    line-height: 130%;
    font-size: 18px;
}

.nopadding {
    padding: 0 !important;
}
