header {
    margin-top: 54px;
    background-size: 100% none;
    background-repeat: no-repeat;
    background-color: #fff;
}

header .intro-content {
    margin-top: 190px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
    header .intro-content {
        margin: 0;
    }
}

header .brand h1 {
    font-size: 60px;
}

.navbar {
    background: #bf0000 url('../img/baruta.png') repeat-x bottom center;
    padding-bottom: 14px;
}

.nav > li {
    padding: 5px;
}

.intro-content {
    text-shadow: 1px 1px 3px #000;
}

.intro-content .heart {
    color: #e50000;
    font-size: 50px;
}

header .brand h1 {
    border-top: none;
}

.parents h3 {
    border-top-style: dotted;
    border-bottom-style: dotted;
}

.section-about .img-responsive {
    border: 3px solid #bf0000;
}

.lead {
    background: transparent url('../img/bara.png') repeat-x center center;
    height: 118px;
}

.section h1:before {
    background: transparent url('../img/stea.png') repeat-x center center;
    width: 80px;
    height: 45px;
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.section h1:after {
    background: transparent url('../img/stea.png') repeat-x center center;
    width: 80px;
    height: 45px;
    content: "";
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 5px;
}

.section-dates .dates-info .year {
    letter-spacing: 10px;
}

.footer {
    background: #bf0000 url('../img/baruta.png') repeat-x top center;
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.footer a {
    color: rgba(255, 255, 255, 0.75);
}