body {
}
.highlight-color-1,
.skelly-component{
     /*color: #c19d45;*/
 }
.highlight-color-2,
.mediaslider-component{
    /*color: #bd0a0a;*/
}
.highlight-color-3,
.modernized-component{
    /*color: #c4580d;*/
}


.about-us-component{
    margin-bottom: 2rem;
    /*only for sample purposes*/
}

.component-circle-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 64em){
    .component-circle-row {
        /*flex-wrap: nowrap;*/
    }
}
.skelly-component .component-header{
    text-align: center;
}
.mediaslider-component .component-header{
    text-align: center;
}

.component-block {
    flex: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
    /*max-width: 250px;*/
    /*max-height: 250px;*/
}

@media screen and (max-width: 39.9375em) {
    .component-block {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 63.9375em) and (min-width: 40em){
    .component-block {
        flex-basis: calc(50% - 6px);
        margin-bottom: 2.5rem;
    }
}
@media screen and (min-width: 64em){
    .component-block {
        flex-basis: calc(33.33333% - 4px);
        padding: 10px;
    }
}
.component-block a{
}
.component-img-wrap{
    max-width: 250px;
    max-height: 250px;
    border: 10px solid gray;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 0.9375rem;
}
.skelly-component .component-img-wrap{
    border: 3px solid #bd0a0a;
}
.skelly-component .component-img-wrap:hover{
    border: 3px solid rgba(22, 26, 30, 0.8);
}
.mediaslider-component .component-img-wrap{
    border: 4px solid #bd0a0a;
}
.mediaslider-component .component-img-wrap:hover{
    border: 4px solid rgba(22, 26, 30, 0.8);
}
.modernized-component .component-img-wrap{
    border: 4px solid #bd0a0a;
}
.modernized-component .component-img-wrap:hover{
    border: 4px solid rgba(22, 26, 30, 0.8);
}

.component-img-circle {

    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    margin: 0 auto;

    /*transition: all 0.5s ease;*/
    /*background-color: rgba(200, 200, 200, 1);*/
}
.component-img-circle > img{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0!important;
}


.component-block .direct-email,
.component-block .direct-ph{
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem;
}