:root {
    --base-color: #ff9e00;
    --dark-gray: #000000;
    --medium-gray: #777777;
    --yellow: #ff9e00;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
.zover{z-index:10;position:relative;}
.iconbox{font-size:80px;}
.text-yellow{color:var(--yellow);}
.text-white{color:#FFFFFF;}
.text-black{color:#000000;}
.bgice{background-color:#EEEEEE;}
.bg-yellow{background-color:var(--yellow);}

.tshadow-h1{text-shadow: 0 0 8px #000000}
.tshadow-h2{text-shadow: 0 0 5px #000000}
.tshadow-p{text-shadow: 2px 2px 3px #000000}


.navbar .container-fluid{ background-color: rgba(0,0,0,.3); }
.sticky-active .navbar .container-fluid{ background-color: transparent !important; }
