/*! FLAT */

.aside {
    background: #E59139;
}

.content {

}

.content h1{
    font-family: 'nexa_boldregular';
    text-align:center;
    text-shadow: -2px 0 1px #000;
    color: #E59139;
    background:linear-gradient (
    #fff 0%,
    #fff 45%,
    #E59139 46%,
    #E59139 54%,  
    #fff 54%,
    #fff 100%);
    background:-webkit-linear-gradient(
    #fff 0%,
    #fff 45%,
    #E59139 46%,
    #E59139 54%,  
    #fff 54%,
    #fff 100%);
    background:    -moz-linear-gradient(
    #fff 0%,
    #fff 45%,
    #E59139 46%,
    #E59139 54%,  
    #fff 54%,
    #fff 100%);
    background:     -ms-linear-gradient(
    #fff 0%,
    #fff 45%,
    #E59139 46%,
    #E59139 54%,  
    #fff 54%,
    #fff 100%);
    background:      -o-linear-gradient(
    #fff 0%,
    #fff 45%,
    #E59139 46%,
    #E59139 54%,  
    #fff 54%,
    #fff 100%);
}
.content h1 span{
    background:#fff;padding:0 20px;
}

.content p:first-of-type:first-letter {
  color: #E59139;
}

.footer {

}

