body {
    background-color: white;
}

.pointer {
    cursor: pointer;
}

.textShadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.noShadow {
    text-shadow: none;
}

.boxShadow {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.avatar {
    border-radius: 50%;
    border-width: 0.5em;
    border-color: white;
    border-style: solid;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.card-fitted-image {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: top left;
}

.card-fitted-image-center {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: top;
}

.jumbotron {
    background-color: #e7eaee;
}

.lightBlueBG {
    background-color: #ddecf5;
}

.mediumBlueBG {
    background-color: #8ea1c2;
}

.cultureCard {
    background-color: #BCE5F1;
    height: "15em";
}

.tommyAvatar {
    transform: scaleX(-1);
    width: 100%;
}
