body a, body a:hover, body a:focus {
    color: #c9ad79;
    text-decoration: none;
}
h1 {
    color: #8e1231!important;
    font-size: 40px!important;
    margin: 25px 0 35px!important;
    font-weight: bold!important;
    text-transform: uppercase;
}
h2 {
    color: #8e1231!important;
    font-size: 34px!important;
    margin: 25px 0!important;
    font-weight: bold!important;
}
h2>a {
    color: #8e1231!important;
}
h3 {
    color: #d0b57d!important;
    font-size: 40px!important;
    margin: 25px 0 15px!important;
    font-weight: bold!important;
}
h4 {
    font-size: 26px!important;
    margin: 25px 0 15px!important;
    font-weight: normal!important;
}

hr{
    border-top: 2px solid #d6c093!important;
    position: relative!important;
}
hr:before{
    display: block;
    width: 28px;
    height: 21px;
    content: "";
    background: url("images/mini_logo.png")  no-repeat top left;
    position: absolute;
    right: 0;
    top: -25px;
}

.btn.btn-museum {
    border-radius: 0;
    background: #6b0e25!important;
    color: #fff;
    border: 0 none transparent;
    padding: 10px 25px;
    text-transform: uppercase;
}
.btn.btn-orange {
    background: #d6c093!important;
    color: #6b0e25;
    border: 0 none transparent;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn.btn-museum:hover,.btn.btn-museum:focus {
    color: #fff;
}
.btn-margin {
    margin-top: 15px;
}
.form-control {
    border-radius: 0!important;
    border: 1px solid #6b0e25!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: 18px!important;
}
textarea.form-control {
    height: auto!important;
    line-height: inherit!important;
}

.content-site p, .content-site ul, .content-site ol {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.img-thumbnail {
    border: 0 none transparent!important;
    padding: 0!important;
}
.img-thumbnail.left {
    float: left;
    margin: 0 10px 10px 0;
}
.img-thumbnail.right {
    float: right;
    margin: 0 0 10px 10px;
}
.btn-right {
    float: right;
    margin-top: -35px;
}
p.text-museum {
    color: #d0b57d;
}