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

a{
color:#333;
text-decoration: none;
}

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

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

.card{
border-color:#eee;
}

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

#footer a {
color: #eee;
text-decoration: none;
}

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

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

.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;
text-shadow: .1rem .1rem #666;
}

.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;
}

.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;
}