body {
    margin: 0 32px;
    background-image: url("/img/bkgr.jpg");
    background-repeat: round;
    background-attachment: fixed;
    background-size: cover;
}

.title {
    color: black;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    margin-top: 42px;
}

.sub-title {
    color: black;
    text-align: center;
    font-size: 2.5em;
    font-style: italic;
    margin-top: 30px;
}

.banner-container {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.banner-container img {
    width: 200px;
}

.action-cta {
    color: aliceblue;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    //font-size: 2.3em;
    margin-top: 15px;
    //margin-top: 30px;
}

.cover-container {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.cover-container img {
    width: 500px;
}

.library-adv {
    color: ivory;
    margin-top: 40px;
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
}

.libraries {
    margin-top: 24px;
    text-align: center;
}

.libraries .library {
    margin-bottom: 16px;
    color: black;
    font-weight: bold;
    font-size: 2em;
}

.libraries .library img {
    width: 80px;
    margin-right: 10px;
}

.email {
    color: ivory;
    margin-top: 56px;
    text-align: center;
    font-size: 2.1em;
    font-weight: bold;
}

.rigu-map-cta {
    color: ivory;
    margin-top: 50px;
    text-align: center;
    font-size: 2.3em;
    font-weight: bold;
}

.show-pins-ctrl {
    color: ivory;
    font-size: 2em;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-pins-ctrl img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
}

.show-pins-ctrl input {
    margin-left: 16px;
    width: 2em;
    height: 2em;
}

.rigu-map-container {
    margin-top: 32px;
    margin-bottom: 32px;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.rigu-map {
    position: relative;
    width: 90%;
}

.rigu-map .map-img {
    width: 100%;
    pointer-events: none;
}

.map-tooltip {
    z-index: 20;
    padding: 5px 15px;
    box-shadow: 0 4px 10px black;
    border-radius: 10px;
    visibility: hidden;
    background-color: rgba(255, 255, 220, 0.9);
    pointer-events: none;
    position: absolute;
    max-width: 250px;
}

.map-tooltip .tooltip-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: darkslateblue;
}

.map-tooltip .tooltip-desc {
    margin-top: 6px;
    font-size: 1em;
    font-weight: normal;
    color: black;
}

.map-tooltip .tooltip-desc .info {
    margin-top: 8px;
}

.map-tooltip .tooltip-desc .info .info-name {
    font-weight: bold;
}

.debug-bbox {
    position: absolute;
    border: 2px solid red;
    border-radius: 5px;
    background: none;
    z-index: 15;
    pointer-events: none;
}

.pin-icon {
    position: absolute;
    pointer-events: none;
}

.pin-icon img {
    width: 32px;
    height: 32px;
}

.flaticon-link {
    margin: 40px 20px 20px 0;
    text-align: end;
    font-size: 0.75em;
}
