﻿
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x:hidden;
}

body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}


#cookieAlert {
    border-radius: 0.0rem !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #444444;
    z-index: 9999
}


.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.8125rem 0.5rem;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
}

    .brand-link:hover {
        color: #fff;
        text-decoration: none;
    }

.text-sm .brand-link {
    font-size: inherit;
}

.cursor-pointer {
    cursor: pointer;
}