/* Container holding the image and the text */
.href-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.txt-on-img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36pt;
}

p {
    font-size: large;
}

.region-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*Fugro Branding Colors*/
.fugro-gravity-gray,
.fugro-hover-gravity-gray:hover {
    color: #000000 !important;
    background-color: #D9D8D6 !important
}

.fugro-strata-turquoise,
.fugro-hover-strata-turquoise:hover {
    color: #fff !important;
    background-color: #479CAA !important
}

.fugro-pulse-blue,
.fugro-hover-pulse-blue:hover {
    color: #fff !important;
    background-color: #6788B1 !important
}

.fugro-cosmic-sand,
.fugro-hover-cosmic-sand:hover {
    color: #000000 !important;
    background-color: #D9BE89 !important
}

.fugro-motion-green,
.fugro-hover-motion-green:hover {
    color: #000 !important;
    background-color: #8CB680 !important
}

.fugro-quantum-blue,
.fugro-hover-quantum-blue:hover {
    color: #fff !important;
    background-color: #011E41 !important
}

ul,
ol {
    font-size: large;
    list-style: square;
}

