@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

.active {
  	background-color: #fec306;
	width: 2.563rem;
	z-index: 5;
	align: center;
	color: white;
	font-weight: 800;
}

@media screen and (min-width: 768px) {

#content-desktop {display: block;}
#content-mobile {display: none;}

	
	/* <------ Text ------> */	

.text {
	positon: absolute;
	display: block;
	float: left;
	margin: 1rem 1.3rem 0rem 1.3rem;
	width: 96%;
}
	
.text a {
	text-decoration: underline;
	color: black;
}
	
.text a:hover {
	text-decoration: underline;
	font-weight: 600;
	color: black;
}
	
.text ul {
	margin-left: 3rem;
}
	
.text_header {
	positon: absolute;
	display: block;
	margin-top: 2rem;
	margin-bottom: 0.8rem;
	width: 20%;
	height: auto;
}
	
#text_header_contact_us {
	width: 18%;
}
	
#text_header_privacy_statement {
	width: 32%;
}
	
}



/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */


	
@media screen and (max-width: 767px) {
	
#content-desktop {display: none;}
#content-mobile {display: block;}

	/* <------ Text ------> */	
	
.text {
	positon: absolute;
	display: block;
	font-size: 2rem;
	line-height: 1.4;
	float: left;
	text-align: left;
	margin: 2rem 2rem 2rem 2rem;
}	
	
.text a {
	text-decoration: none;
	font-weight: 600;
	color: black;
}
	
.text a:hover {
	text-decoration: underline;
	font-weight: 600;
	color: black;
}
	
.text_header {
	positon: absolute;
	display: block;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	width: 45%;
	height: auto;
}
	
#text_header_contact_us {
	width: 42.5%;
}
	
#text_header_privacy_statement {
	width: 68%;
}
	
.text a {
	text-decoration: none;
	color: #292929;
}

.text a:hover {
	text-decoration: underline;
	color: #292929;
}
	
.text ul {
	text-decoration: none;
	margin-left: 2.5rem;
}
	
.text li {
	text-decoration: none;
	margin-left: 2.5rem;
}

	
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */


	
html {
	max-width: 880px;
	font-size: 1.81818181vw;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	
}

@media screen and (min-width: 880px) {
html {
	font-size: 16px;
}
}

body {
	font-family: "Open Sans", sans-serif;;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
}
	
img {
  	max-width: 100%;
  	height: auto;
	border: 0;
}
h1 {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
      3px 3px 0 #000,
      2px 2px 0 #000,  
      1px 1px 0 #000;
}
h2 {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       1px 1px 0 #000,
       2px 2px 0 #000;
}
h3 {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       1px 1px 0 #000;
}
