/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 60px;
    margin-bottom: 40px;
    background-color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    background-color: #e3f2fd;
}

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
    html {
        font-size: 1.1rem;
    }
}

.card-title-bg {
    background-color: #e3f2fd;
}

.adj-anchor {   
    display: block; 
    position: relative; 
    visibility: hidden; 
    top: -60px;  
   }

.grecaptcha-badge {
    display:none;
}   

/* Bootstrap overrides
-------------------------------------------------- */
span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='lightblue' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }

