﻿

.text-img-upper-left-overlay, .text-img-upper-left-overlay, .text-img-mid-left-overlay, .text-img-lower-left-overlay, .text-img-lower-right-overlay {
    color: white;
    font-family: 'Yanone Kaffeesatz';
    font-size: 40px;
    position: absolute;
    /*text-shadow: 0 0 20px black;*/
    text-shadow: -1px 1px 2px #000, 
                  1px 2px 6px #000, 
                  1px -1px 0 #000, 
                 -1px -1px 0 #000;
}



.text-img-upper-left-overlay {
    text-align: left;
    top: 10%;
    left: 10%;
}

.text-img-mid-left-overlay {
    text-align: left;
    top: 50%;
    left: 10%;
}

.text-img-lower-left-overlay {
    text-align: left;
    bottom: 10%;
    left: 10%;
}

.text-img-lower-right-overlay {
    text-align: right;
    bottom: 10%;
    right: 10%;
}

.img-border{
    border-radius: 20px 60px 20px 60px;
}

.titan-body-text {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: ghostwhite;
    text-align: left;
}