body {
    background-color: #FFFFFF;
    font-family: Prompt, 'Open Sans', Arial;
    color: #1f4596;
}

.bg-footer-left { 
    background-position: left bottom; 
    background-repeat: no-repeat; 
    background-size: auto 200px;
    background-image: url("../img/bg-footer-left.png");
}

.bg-top-left{
    background-position: -40px -50px; 
    background-repeat: no-repeat; 
    background-size: auto 110px;
    background-image: url("../img/bg-top-left.png");
}

.navbar { padding-top: 0px; padding-bottom: 0px; }

.fs-6 { font-size: 0.8rem!important; }
.fs-footer { font-size: 0.7rem!important; }

@media (min-width: 544px) {  
    .fs-6 { font-size: 0.8rem!important; }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .fs-6 { font-size: 1rem!important; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .fs-6 { font-size: 1rem!important; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .fs-6 { font-size: 1rem!important; }
}

.debug { border: #1f4596 1px solid;}

.fs-5 { font-size: 1.35rem!important; }