/*
licensed under the GPL.
*/
/* 
    Created on : Dec 25, 2022, 2:40:12 PM
    Author     : Ralph Harris at www.rahaprogramming.com
*/

a.h4:hover{
    color: var(--secondary-hover);
}
a.h4{
    color: var(--secondary);
}
.bg-img{
    background-size: 50vw auto;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.w-100{
    width: 100vw;
}
.h-auto{
    height:auto;
}
@media (min-width: 991.98px) {
    .w-lg-50{
        width: 50vw!important;
    }
}
.typed-cursor{
    visibility:hidden;
}