/* This adds a repeating pattern tiled image to the whole page background */
body {
	background-image: url(/pr22demo1/resources/body_background_tile.png)!important;
	background-repeat: repeat}
	
/* This adds a repeating pattern tiled image to the whole page background */
@media only screen and (max-width: 623px) {
.noMainNav nav.navbar.ml-items.ml-toggle.r-menu {
    display: none!important}}
   
.ll-switch-wrap .bp-menu-text {
    display: none!important}
    
/* Increases Nav text size */        
.navbar a {
	font-size: 18px}

/* The code below styles the dropCMS text */
/* Centers text and sets colour to light */
.CMS_textAltMid {  
	color: #EEE3C9;
	text-align: center}
	
/* sets colour to light */	
.CMS_textAlt {  
	color: #EEE3C9}

/* sets colour to light and increases text size to 2rem */	
.CMS_textAltBig {  
	color: #EEE3C9;
	font-size: 2rem}	

/* sets colour to light, centers text and increases text size to 2rem */		
.CMS_textAltMidBig {  
	color: #EEE3C9;
	text-align: center;
	font-size: 2rem}				

/* Centers text */
.CMS_textMid {  
	text-align: center}	
	
/* sets colour to light and increases text size to 4rem and use Header font */
.CMS_textMidBigger {  
	font-style: normal;
	font-family: 'Museo Slab', sans-serif;
	text-align: center;
	font-size: 4rem}	