 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800;900&display=swap');  /*montserrat*/
/*   @import url("https://use.typekit.net/vrr7jbl.css");  *//*proxima nova*/
/*@import url("https://use.typekit.net/roe5pox.css"); Myriad pro*/
/*@import url("https://use.typekit.net/dln2toq.css");futura PT*/
 @font-face {  font-family: AshwoodCondensedWF;  src: url("AshwoodCondensedWF.ttf") format("opentype");}  
 @font-face {  font-family: ALoveofThunder;  src: url("ALoveofThunder.otf") format("opentype");}  
:root {
    --fontfam:  montserrat, sans-serif;  /*( montserrat, sans-serif; / myriad-pro, sans-serif / proxima-nova, sans-serif / futura-pt, sans-serif; / TescoModern, sans-serif;)*/   
    --bgcol: #ffffff; /*page background color*/
    --fontcol:#1f1d29; /*main above the line font color*/
    --bggrad: linear-gradient(to bottom, #fff, #e1fcd4) /* Gradient background for page - either none or linear-gradient(to bottom, #fff, #0cbce3)*/;
    --altbgcol:#4AC1E0; /*form color*/
    --altfontcol:#006937;/*form font color*/
    --altbordercol: rgba(0,0,0,0); /*form border color*/
    --altshadow: 5px 5px 10px #adacaa; /*form shadow color*/
    --footerbgcol:rgba(255,255,255,0); /*footer color*/
    --footerfontcol:#000000;/*form font color*/
    --linkcol:#190965; /*color of any links*/
    --errorcol:#700505; /*error message color*/
    --bgimage:  none; /*background image*/
    --bgattach: fixed; /*scollable or fixed bg image*/
    --bgrep: repeat; /*repeat repeat-x repeat-y no-repeat*/
    --bgsize: cover; /*cover (fills page) 100% 100vh auto etc*/ 
    --logo: url("/images/logos3.png");
    --footer: url("/images/pixel.png"); /*centered footer image*/
    --footer1: url("/images/botleft.png"); /*left footer image do not use with --footer one or other only*/
    --footer2: url("/images/botright.png"); /*right footer image do not use with --footer one or other only*/
    --pagefooter: url("/images/footer2.png"); /*centered page footer image*/
    --spinner: url("/images/ball.png"); /*landing spin image animation if required*/
    --buttoncol:  #24326a; /*button color*/
    --buttonfont: #ffffff; /*button font color*/
    --buttonbordercol: rgba(0,0,0,0); /*button border color*/
    --buttonshadow: 1px 2px 5px rgba(0,0,0,0); /*button shadow color*/
}