body{
font-family: "Ubuntu Sans", sans-serif;
font-size:.95rem;
}

a, .page-link {
color:#333;
text-decoration: none;
}

.active > .page-link, .page-link.active {
background-color: #EB5E5B;
border-color: #EB5E5B;
}

.nav-m-minus{
margin-right: -1rem;
}

.breadcrumb{
padding-top:1rem;
/* test */
position: relative;
z-index: 2;
overflow-y: hidden;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.breadcrumb-item{
border:#ccc solid 1px;
padding:.3rem .55rem;
margin: 0 .3rem 0 0;
border-radius:.3rem;
}

.breadcrumb-item:hover{
background-color:#fff;
}

.breadcrumb-item + .breadcrumb-item::before {
content: var(--bs-breadcrumb-divider, "");
}

#content{margin-bottom:1.5rem;}

.badge-info {
position: relative;
bottom: 1em;
left: -0.5rem;
font-size:.6rem;
opacity:.75;
}

.card{
border-color:#eee;
}

#top-bar a {
color: #eee;
font-weight: 500;
text-decoration: none;
font-size: .9rem;
line-height: 1.8rem;
}

#top-bar a.dropdown-item{
color: #333;
text-decoration: none;
font-size: .9rem;
line-height: 1.8rem;
}

#footer {
color: #eee;
font-weight: 500;
}

#footer a {
color: #eee;
text-decoration: none;
font-size: .9rem;
}

#footer a:hover  {
color: #fff;
}

.navbar-brand img{
   height: 2.1rem;
}

.navbar-brand span{
font-size: 1.6rem; line-height: 1.6rem; margin:0; padding:0;
font-weight: 600;
}

.accent {
border-color: #dc3545;
opacity: 1;
max-width: 150px;
border-width: 5px;
margin: 1rem auto 1.75rem auto;
}

.ion{
font-size: 1.5rem;
line-height: 1.5rem;
}
.ion-md {
font-size: 2.1rem;
line-height: 2.1rem;
}
.ion-lg{
font-size: 2.8rem;
line-height: 2.8rem;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.55rem;
overflow-y: hidden;
}
.nav-scroller a{
color:#333;
}
.nav-scroller a:hover{
color:rgb(220, 53, 69);
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: 1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

#nav {
position: sticky;
position: -webkit-sticky;
left: 0;
right: 0;
-webkit-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
z-index: 888;
}

#nav a{
color: #333;
font-weight: 500;
}

#nav a:hover{
color: #000;
}

.nav-tabs a{
color: #333;
}

.img-format img{
width:100%;
height:100%;
vertical-align:middle;
object-fit:cover;
overflow:hidden;
transform:scale(1);
aspect-ratio:1.33 / 1;
}

.carousel-caption {
position: absolute;
top:0;
left:0;
text-align: left;
width: 60%;
height:100%;
padding: 3rem;
}

.img-format-carousel img{
width: 100%;
height: 100%;
vertical-align:middle;
object-fit: cover;
overflow: hidden;
transform:scale(1);
aspect-ratio: 1.55 / 0.5;
}

.carousel-caption h5{
font-size: 3.75rem;
line-height:110%;
}

.carousel-caption p{
font-size: 2.25rem;
line-height:115%;
padding:0;
margin:0 0 .7rem 0;
}

.carousel-caption span{
font-size:1.25rem;
line-height:115%;
/* text-decoration:underline; */
border-bottom: .11rem solid #000;
}

.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: .5rem;
margin-left: 15%;
}

@media (max-width: 992px){

    .carousel-caption {
    width: 75%;
    padding:.3rem 1.75rem;
    }

    .img-format-carousel img{
    aspect-ratio: 1.55 / 1;
    }

    .carousel-caption h5{
    font-size: 1.65rem;
    line-height:100%;
    }
    
    .carousel-caption p{
    font-size: 1rem;
    line-height:100%;
    margin:0 0 .2rem 0;
    }
    
    .carousel-caption span{
    font-size: .85rem;
    line-height:100%;
    }

}

#alert {
z-index: 9999;
position: fixed;
top: 30%;
left: 50%;
width: 300px;
margin-left: -150px;
}

#alert .alert {
margin-bottom: 15px;
}

#cookie {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: auto;
z-index: 9999;
opacity: 0.85;
color: #ecf0f1;
background: #343a40;
}

#cookie div {
font-size: 1.1rem;
color: #FFFFFF;
}