body {
    padding-top: 56px;
    background-color: #d9edf0;
}

.container-fluid {
    background-color: #d9edf0;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif
}

.navbar {
    background-color: #2a3e92;
}


h1 {
    margin-top: 30px ;
    text-align: center;
}

h2 {
    margin-top: 30px ;
    text-align: center;
}

h1, p, li, dl, dd, dt {
    color: #2a3e92;
}

h2, h4 {
    color: #ed2b21;
    margin-top: 30px ;
}

h3 {
    color: #2a3e92;
    border-bottom: 1px solid #ed2b21;
    margin-top: 30px ;

}

h3::before {
    display: block;
    content: " ";
    margin-top: -56px;
    height: 56px;
    visibility: hidden;
    pointer-events: none;
}

.nav-link {
    color: #d9edf0;
}

.logo {
    margin: auto;
    padding-bottom: 50px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

img {
    border-radius: 30px;
}

p, li {
    text-align: justify;
    line-height: 2;

}