/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    GLOBAL STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ 




@font-face {
    font-family: 'Blacksword'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/Blacksword.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
}


@font-face {
    font-family: 'NewCaledonia'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'NewCaledoniaBlack'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'NewCaledoniaBlackItalic'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia-BlackItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic; 
}


@font-face {
    font-family: 'NewCaledoniaBold'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal; 
}

@font-face {
    font-family: 'NewCaledoniaBoldItalic'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic; 
}

@font-face {
    font-family: 'NewCaledoniaBoldItalicOsF'; 
    src: url('https://wildaboutlife.ca/CSS/fonts/NewCaledonia-BoldItalicOsF.otf') format('opentype');
    font-weight: normal;
    font-style: normal; 
}

















body {
	font-family: 'NewCaledonia', 'Cambria', serif;
	font-size: 13px;
   line-height: 20px;
	color: #000000;
   letter-spacing: .5;
   font-weight: 500;
}
a {
	color: #000;
    text-decoration: none;
}
a:hover {
	color: #63146e;
    text-decoration: underline;
}

img {
    margin: 0px;
    background-color: #DDDDDD;   
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    HEADER STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.page_header_title, h1 {
    font-family: 'NewCaledonia', 'Cambria', serif;
    font-size: 2.6em;
    letter-spacing: .02em;
    padding-bottom: 16px;
    margin: 0px;
    /* text-transform: uppercase; */
}
.page_subheader_title, h2 {
    font-family: 'Blacksword', cursive;
    font-size: 2.4em;
    font-weight: 100;
    letter-spacing: 0;
    padding: 16px 0px;
    margin: 0px;
    display: block;
    /* text-transform: uppercase; */
}
.page_sub_subheader_title, h3 {
    font-family: 'Blacksword', cursive;
    font-size: 2em;
    font-weight: 200;    
    letter-spacing: .02em;
    padding: 16px 0px;
    margin: 0px;
    /* text-transform: uppercase; */
}
.page_sub_subheader_title, h4 {
    font-family: 'NewCaledoniaBold', arial;
    font-size: 1.5em;                                 // 1.5000em is exactly size 24 for font sizes.
    letter-spacing: .02em;
    padding-bottom: 16px;
    margin: 0px;
    display: block;
}
.page_sub_subheader_title, h5 {
    font-family: 'NewCaledoniaBold', arial;
    font-size: 1.2em;
    letter-spacing: 0;
    padding: 16px 0px;
    margin: 0px;
    display: block;
    /* text-transform: uppercase; */
}
.page_sub_subheader_title, h6 {
    font-family: 'NewCaledoniaBold', arial;
    font-size: 1.1em; 
    letter-spacing: .02em;
    padding: 16px 0px;
    margin: 0px;
    display: block;
    /* text-transform: uppercase; */
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    BODY TEXT STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.main_image_text h1, .main_image_text h2, .main_image_text h3, .main_image_text h4, .main_image_text h5, .main_image_text h6 {
    color: #fff;
}
@media(max-width: 600px) {
.page_header_title, h1 {
    font-size: 12vw;    
} 
.page_header_title, h2 {
    font-size: 10vw;    
}  
.page_header_title, h3 {
    font-size: 8vw;    
} 
.page_header_title, h4 {
    font-size: 6vw;    
}      
}