@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body, html {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'mulish', sans-serif;
	color: #222;
	font-size: 1em;
	scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Typography
/*-----------------------------------------------------------------------------------*/

a.normal-link {
	font-family: 'mulish', sans-serif;
	color: #990000; 
	text-decoration: none; 
	border: none;
}

a.normal-link:visited {
	color: #990000; 
	text-decoration: none;
}
a.normal-link:hover {
	color: #333 !important; 
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poiret One', sans-serif;
	font-weight: 700; 
	text-align:center;  
	color:#666666;
	text-transform: uppercase;
}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1em; }	

p {
	font-family: 'mulish', sans-serif;
}
strong {
	font-weight:bold;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside; 
	margin-left:2%;
	text-align: left;
	line-height: 1.7em;
}
.Poiret One {
	font-family: 'Poiret One', sans-serif;
	font-weight:normal;
}

@media all and (min-width: 640px) {
body {
	font-size: 1em;
}
h1 { font-size: 5em; }
h2 { font-size: 2.8em; }
h3 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.3em; }	
}


.btn-red {
	font-family: 'mulish', Century Gothic, Verdana, sans-serif;
	color: #FFF !important;
	background-color: #cc0000 !important;
	border-radius: 0px !important;
	border: none;
	padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Slideshow
/*-----------------------------------------------------------------------------------*/

#slideshow, img.bgM {

        width: 100%;
		height:100%;
        position: fixed;
        top: 0;
        left: 0;
		text-align: center;
        z-index:-9999;
}
.overlay {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tab a {
	width: 200px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 2.5em;
	border: #FFF solid 1px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;

}

.tab a:hover {
	color: #ff0000;
	text-decoration: none;
}

@media all and (min-width: 640px) {
#slideshow, img.bgM {

		width: 100%;
		height: auto;
        position: fixed;
        top: 0;
        left: 0;
		text-align: center;
        z-index:-9999;
}

}

/*-----------------------------------------------------------------------------------*/
/*	5.	Navigation
/*-----------------------------------------------------------------------------------*/


/* Style the navbar */
#navbar {
	overflow: hidden;
	background: #222; 
	opacity: 1;
	border-bottom: 2px #990000 solid;
	text-align: center;
}

/* Navbar links */
#navbar a {
  font-family: 'Poiret One', sans-serif;  
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ccc;
  text-align: center;
  padding: 20px;
  text-decoration: none;
}


#navbar a:hover {
	color: #cc0000 !important;
	text-decoration: none;
}
	
	
/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 80px;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/


.empty{
	height:120%;
}
.hide {
	display: none;
}
.content {
	width:100%;
	background-color:#f5f5f5;
	background-image: url(../images/whitesquirrel_bg.png);
	background-repeat: repeat;
	text-align:center;
}

.content-white {
	width:100%;
	background-color:#fff;
}

.red {
	color:#990000;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity: 0.6;
  padding-bottom: 2%;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

@media all and (min-width: 640px) {
.hide {
	display: inline;
}
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #333;
	border-top: 2px #990000 solid;
}

footer .copyright a {
	font-family: 'Mulish', sans-serif; 
	font-size:0.9em; 
	color: #fff; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #ff0000;
  font-size:0.9em;
}

footer .copyright small {
  font-family: 'Mulish', sans-serif; 
  color: #fff;
  font-size: 0.9em;
}

footer .copyright img {; 
  display: inline-block;
  vertical-align: middle;
}