body {
    font-size: 14px;
}

.bg-blue {
    background-color: #1C9DD7;
}

.bg-light_blue {
    background-color: #d3f7ff;
}

.bg-dark_blue {
    background-color: #4493AD;
}

.text-blue {
    color: #0e5d84;
}

.text-xs-left {
    text-align: left;
}

strong {
    font-weight: bold;
    color: #1C9DD7;
}

p {
  line-height:1.429em;
  margin-bottom:1.1em;
}

img {
  border-radius: 10px;
}

#site-footer .row-1{
    background-color: #d3f7ff;
    font-size: 1.25em;
    line-height: 1.25em;
}

#site-footer .row-1 a {
    color: #1C9DD7;
}

#site-footer .row-2 {
    background-color: #1C9DD7;
    color: #fff;
}

#site-footer .row-2 {
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
}

#site-header,
#site-footer .row-1,
#site-footer .row-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#site-header a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

#site-header .site-logo img {
    max-height: 60px;
}

#site-header a:hover {
    color: #fcd205;
}

#site-navbar {
    /*padding: 0;*/
    margin-bottom: 1em;
}

#site-navbar a {
    font-size: 14px;
    font-weight: 700;
}

.page-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: .25rem;
    /*font-size: 1.5rem;*/
    color: #0e5d84;
    margin-bottom: .5rem;
}

.page-title a {
    color: #0e5d84;
    text-decoration: underline;
}

hr {
    margin-bottom: 1em;
}

h4 {
    color: #1C9DD7;
}

#html-list_services .card-body {
    padding: .5rem;
}

#html-list_services .card-title,
#html-mobile_services h5 {
    font-size: 1.125em;
    color: #1C9DD7;
    font-weight: 700;
}


#html-list_services .card-body p:last-child {
    margin-bottom: 0;
}

#html-mobile_services h5 {
    margin-bottom: 0;
}

.html-index_main_text{
    margin-top: .5em;
}

.html-index_affiliations .img-fluid{
    margin: 0 auto .5em auto;
    display: block;
}

@media all and (max-width: 576px){
    .html-index_affiliations .img-fluid {
        display: inline-block;
        margin: 0 .5em .5em 0;
        max-width: 80px;
    }
}