footer{
    background-color: #314d5e;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}
section#copyright {
background: #2b3f4d;
padding: 15px 0px;
}
section#copyright {
color: #ffffff;
line-height: 50px;
font-size: 15px;
}
section#copyright a {
color: #ffffff;
}
section#content .container .headline {
    display: block;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #ffffff;
}
section#content .content-header {
    background-color: #314d5e;
    margin-bottom: 0;
}
header {
    background-color: #C09A51;
    position: sticky !important;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 15px -5px rgba(0,0,0,0.06),0 8px 8px -5px rgba(0,0,0,0.04);
    transition: ease .3s !important;
}
section#content .content-header h2 {
    text-align: left;
    color: #FFFFFF;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section#content .content-header .breadcrumb > .active {
    color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .card .card-body .card-title, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Playfair Display",serif;
    font-weight: 600;
    line-height: 1.1;
}
header .container .header-nav-top .login p a {
    color: #000000;
}