/*
 Theme Name:     Robinson Septic
 Theme URI:      
 Description:    
 Author:         Spyderserve Corp
 Author URI:     https://www.spyderserve.com
 Template:       spyderHealth
 Version:        20251023.0
 ID:             346
*/

/* Comment the @import line out for spyderHealth parent theme */
@import url("../spyderHealth/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Fonts */
@font-face {
    font-family: "dangrek";
    src: url(fonts/Dangrek/Dangrek-Regular.ttf);
}
/* !Fonts */

.container #mainContent h1,
.container #mainContent h2,
.container #mainContent h3,
.container #mainContent h4,
.container #mainContent h5,
.container #mainContent h6
{
    font-family: 'dangrek';
}

/* add styling for cta hyperlink */

a.spyder-cta
{
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: auto;
}

#mainMasthead #mainMenu .sub-menu {
    z-index: 100;
}

.spyderSocial li {
    list-style: none;
}

#mainContent a:hover {
    color: unset;
}

footer {
    font-size: 18px;
}
