html {
    font-size: 14px;
}

h1.instytuczj-nazwa {
    border-left: 3px solid rgb(0, 45, 114);
    padding: 40px 40px;
    margin-left: 50px;
    color: rgb(0, 45, 114);
    font-size: 60px;
}
h1.index-aktywnosci {
    color: rgb(0, 45, 114);
    font-size: 60px;
}

.header-csmiwum-infolinia {
    text-align: left !important;
}

.header-csmiwum-social {
    text-align: right !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

}
@media (max-width: 768px) {
    h1.instytuczj-nazwa {
        padding: 20px 20px;
        margin-left: 20px;
        font-size: 30px;
    }
    h1.index-aktywnosci {
        font-size: 30px;
    }
    p {
        font-size: 15px;
    }
    .header-csmiwum-infolinia {
        text-align: center !important;
    }

    .header-csmiwum-social {
        text-align: center !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .mytooltip .mytooltiptext {
        visibility: hidden;
        width: 320px;
        /*background-color: black;*/
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .mytooltip:hover .mytooltiptext {
        visibility: visible;
    }
