
   /* :root {
        --color-primary: #48c1bc;
        --color-primary-dark: #1b7470;
        --color-text-selection: #48c1bc;
        --color-header-background-primary: rgba(255, 255, 255, 0.87);
        --color-link-primary: #fff;
    }*/
    /* Notes: generate gradients here at https://cssgradient.io */
    
    .global-background {


background: rgb(13,107,168);
background: linear-gradient(140deg, rgba(13,107,168,1) 0%, rgba(40,135,196,1) 57%, rgba(101,173,221,1) 100%);
    }
.global-header .logo img {
    max-height: 3rem !important;
}


.hero:after {
    background-color: #024268;
    opacity: .84;
}



        