@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    color: #aa9774;
    font-size: 14px;
    line-height: 1.6;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #aa9774;
    margin-top: 5px;
    text-shadow: none;
    font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.header-v3 {
    z-index: 99;
    position: relative;
    border-bottom: solid 0px #eee;
}

.header-v3 .navbar-default .navbar-nav > li > a {
    color: #aa9774;
    font-size: 15px;
    font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.footer-v2 .copyright {
    border-top: none;
    background: none;
    padding: 0px 0 35px;
}
.redestop {
	text-align:center;
}

i.icon-bg-dark-blue {
    background: #A5976C;
}

.breadcrumbs {
    display: none;
}

.headline {
    display: block;
    margin: 10px 0 25px;
    border-bottom: 0px dotted #e4e9f0;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 0px solid #79d5b3;
	text-transform:uppercase;
}
