
@import url('stylesheet.css');

html, body {
	background-image: url("./siteimages/blue.svg"); 
	background-attachment: fixed;
  	height: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  }

#page {max-width:1260px;margin:0 auto;}
.page-header {
	background: transparent;
	/*background: #ffffff8c;*/
}

.site-title {color:var(--strongesttext);}
.contactstriptop i.fa.fa-phone:before,.contactstriptop i.fa-envelope-o:before,.contactstriptop i.fa-mobile:before {color:#fffc;}
.contactstriptop a:link, .contactstriptop a:visited {color:#fffc;}
.contactstriptop a:hover {color:#fff;}


:root 	{
    --accent: #91C07D;
    --accentdark: #557647;
    --accentlight: #A5C697;

    --subtlebackground: #E3EAE0;
    --mediumbackground: #E6F6B2;
    --strongbackground: #FFFFFF;

    
	--pop: #71A4B6;
    --popalt: #487CAD;

    --strongesttext: #333333;
    --strongtext: #666666;
    --mediumtext: #CCCCCC;
    --subtletext: #EEEEEE;
    --weakesttext: #FFFFFF;
    --textlinkcolour: #A84A4B;
}




    h1,h2,h3,h4,h5,h6{
    font-family:'Montserrat';
    font-weight: 500 ;
    }

    
    .websitetitle {
    font-family:'Montserrat';
    font-weight: 500 ;
    }

    
    body, .websitetitle small, .quoteicon a.button.theme.nomargin {
    font-family:'Open Sans';
    font-weight: 400;
    }

    		
