
.tabg-base {
    background-color: #139165 !important;
}

.tabg-dark {
     background-color: #068755 !important;
 }

.tabg-realdark {
    background-color: #083A27 !important;
}

.baseBar {
    height: 2px;
}

.contactInfoFooter a {
    font-size: 12px;
    color: #ffffff ;
    font-weight: bold;
}
.copyright {
    font-size: 10px;
    color: #ffffff ;
}


.footerPadding {
    height: 15px;
}

.myFooter {
    padding:10px;
}

body {
    background-color: #A5CEBF !important;
}

.pageBackground {
    background-color: #ffffff !important;
}

.parent {
    position: relative;
    margin:5px;
    width: 200px;
    height: 200px;
}

.cropped2 {
    width: 200px; /* width of container */
    height: 200px; /* height of container */
    object-fit: cover;
    object-position: 20% 10%; /* try 20px 10px */ 
    border: 5px solid black;
}

