@charset "UTF-8";
.jumbotron.jumbotron-fluid {
    background-image: -webkit-linear-gradient(270deg,rgba(122,98,83,1.00) 0%,rgba(191,153,128,1.00) 6.27%,rgba(219,199,186,1.00) 39.90%,rgba(243,237,233,1.00) 81.09%);
    background-image: -moz-linear-gradient(270deg,rgba(122,98,83,1.00) 0%,rgba(191,153,128,1.00) 6.27%,rgba(219,199,186,1.00) 39.90%,rgba(243,237,233,1.00) 81.09%);
    background-image: -o-linear-gradient(270deg,rgba(122,98,83,1.00) 0%,rgba(191,153,128,1.00) 6.27%,rgba(219,199,186,1.00) 39.90%,rgba(243,237,233,1.00) 81.09%);
    background-image: linear-gradient(180deg,rgba(122,98,83,1.00) 0%,rgba(191,153,128,1.00) 6.27%,rgba(219,199,186,1.00) 39.90%,rgba(243,237,233,1.00) 81.09%);
}
/* CSS Document */
.jumbotron .display_title   {
    text-align: center;
    font-size: 260%;
    border-bottom: 2px solid #AD1943;
    padding-bottom: 10px;
}
.jumbotron .lead   {
    text-align: center;
}
.container.sitemap {
    margin-bottom: 300px;
}
.container.sitemap dl {
    margin-bottom: 80px;
}
.container.sitemap dl dt a {
    color: #AD1943;
    font-size: 180%;
    padding-left: 5px;
    padding-bottom: 5px;
}
.container.sitemap dl dt {
    border-bottom: 1px solid #BF9980;
    width: 500px;
}
.container.sitemap dl ul {
    margin-top: 16px;
}
.container.sitemap li a i {
    color: #AD1943;
}
.container.sitemap li a {
    color: #000000;
    font-size: 160%;
    line-height: 200%;
}
.container.sitemap li a:hover {
    color: #000000;
}

@media (min-width:1200px){
.jumbotron.jumbotron-fluid {
    height: 266px;
}
.jumbotron .display_title {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.container.sitemap {
    width: 1100px;
}
.container.sitemap dl  {
    width: 500px;
}
}
@media (min-width:992px) and (max-width:1199px){
.jumbotron .display_title {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width:768px) and (max-width:991px){
.jumbotron .display_title {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width:768px) and (max-width:1199px){
.jumbotron.jumbotron-fluid {
    height: 200px;
}
.container.sitemap dl {
    width: 500px;
}
}
@media (max-width:767px){
.jumbotron.jumbotron-fluid {
    margin-top: 17px;
    height: 213px;
}
.jumbotron .container {
    margin-top: 17px;
}
.jumbotron .display_title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 218%;
}
.jumbotron .lead {
    text-align: center;
    font-size: 130%;
}
.container.sitemap dl {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
}
@media (max-width:576px){
.container.sitemap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.container.sitemap dl {
    width: 100%;
}
.container.sitemap dl dt {
    border-bottom: 1px solid #BF9980;
    width: 100%;
}
}
@media (max-width:375px){
.jumbotron.jumbotron-fluid {
    margin-top: 17px;
    height: 170px;
}
}
