@font-face {
    font-family: 'Gilson Regular';
/*    src: url('../fonts/Mobirise.eot?5dqoim');*/
    src: url('../fonts/gilsons-regular73ab.ttf?5dqoim') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.spident {
    background-color: rgba(73, 74, 76, 0.5);
}

.spidentText {
    /*color: rgb(221, 205, 190);*/
    color: rgba(209, 26, 52, 0.9);
}

.spidentText2 {
    color: rgb(1, 115, 122);
}
.spidentText2:hover{
    color: rgb(209, 26, 52);
    background-color:white;
}

.spidentBackground {
    /*background-image: url(/../files/banner/2232630799.jpg);*/
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

#bdy {
    background-image: url(../files/banner/unsplash-2233945876.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}

.subCategories {
    background-color: rgb(221, 205, 190);
    list-style-type: none;
}

.subCategory {
    font-size: 20px;
    margin-top: 10px !important;
}

.subPageLine {
    background-color: rgb(221, 205, 190);
    min-height: 50px;
    max-height: 50px
}
