/* CSS Document for Screens */
/* Google fonts - free fonts (make sure to not choose so many fonts it gets out of the green for website speed) */
/* Also the font import has to be first on the CSS file */

body {
	font-family: 'Poppins',sans-serif; 
	font-size: 12px; 
	font-weight: 300; 
	color: #555;
	background-color: #EDE4E4;
	margin: 0; 
	padding: 0;
}

.temp {
	text-align:center;
	padding: 50px;
	}
#page {
	margin: 0 auto;
	position: relative;
}

/* ---------------Text--------------- */
h1 {
	margin: 0 0 1em 0;
	text-shadow: 5px 5px 10px #C1C1C1;
	letter-spacing: 0px; 
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
}
h2 {
	margin: 0 0 .5em 0;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.1em;
}
h3 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	font-weight: 700;
}
h2 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	font-weight: 700;
}

p { margin: 0 0 1em 0;}
a {	color: #F0592C;}
a:visited {	color: #65b1ff;}

.btn {
	font-size: 1.5em;
	text-shadow: 2px 2px 5px #3B3B3B;
	text-decoration: none;
	color: #fff;
	border: 0px;
	padding: 0px 0px;
	transition: background-color .5s;
	z-index: 8; 
	white-space: nowrap; 
	line-height: 40px; 
	margin: 0px; 
	letter-spacing: 0px; 
	visibility: visible; 
	opacity: 1; 
}
.btn2 {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	border: 0px;
	padding: 0px 0px;
	transition: background-color .5s;
	z-index: 8; 
	white-space: nowrap; 
	line-height: 25px; 
	margin: 0px; 
	letter-spacing: 0px; 
	visibility: visible; 
	opacity: 1; 
}
a.btn:hover {
	background-color: rgba(0,0,0,.3);
}

/* ---------------Header-Home-Page------------- */


/** --------------- Social Media controls **/
.ssba { 
	border: 0px solid #fff; 
	float: right;
	display:block;	
	margin: -11px 3px 0 0;  
	padding: 0px 20px 0px 0px; }
.ssba img { 	
	width: 30px !important;
	padding: 2px;
	border:  0;
	box-shadow: none !important;
	display: inline !important;
	vertical-align: middle;}
.ssba, .ssba a {
	text-decoration:none;
	background: none;
	font-family: Indie Flower;
	font-size: 	18px;
	font-weight: bold;}



/* ---------------section All--------------- */
section {
	padding: 0 30px;}
section::after {content:''; display: block; clear: both;}

/* section Main */
section.main {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;}
section.main aside {
	width: 33%;
	float: left;
	text-align: center;}
section.main .content {
	margin: 15px;
	background: no-repeat center top;
	background-size: 75px 75px;
	padding-top: 85px;}
section.main aside h3 {
	color: #000;}
	
section.main aside .content.main-s1 {
	background-image: url(../images/icon_star.svg);}
section.main aside .content.main-s2 {
	background-image: url(../images/icon_star.svg);}
section.main aside .content.main-s3 {
	background-image: url(../images/icon_star.svg);}	
	
/* ---------------Section - main2--------------- */
section.main2 {
	background-color: #FC7B23; 
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;}

section.main2 .about {
	width: 90%;
	background-color: #fff; 
	padding: 30px 50px 50px 50px;
	color: #000;
	float: left;
	text-align: left;}
		
section.main2 article h1 {
	padding: 20px 0 20px 0;
	text-align: center;
	letter-spacing: 0px; 
	font-size: 2em;
	font-weight: 700;}
	
/* ---------------Section - How To--------------- */
/* animated elements */
.animateblock {
  padding: 0px 0;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */

.animateblock.left {
  display: block;
  margin-left: -50%;
}
.animateblock.left.animated {
  margin-left: 0;
}
section.how-i {
	background-color: #eee9d9;
	z-index: -1;
	position: relative;}
section.how-i aside {
	width: 45%; 
	float: right; 
	margin-right: 30px; }
section.how-i aside .content { 
	padding: 10px 10px 10px 0; }
section.how-i aside .content img { 
	display: block; 
	margin-bottom: 5px; 
	box-shadow: 2px 2px 5px #979797;
	width: 75%; }
section.how-i aside .content h4 { margin-bottom: 0; }
section.how-i aside .content p { margin-bottom: .6em; }
section.how-i aside .content a { 
	display: inline-block; 
	color: #cc6633; 
	font-weight: 700; }



/* ---------------nav--------------- */

nav {
	background-color: #1F1F1F;
	font-size: 17px; 
	position: fixed;
	width: 100%;
	z-index: 1;
	box-shadow: 0px 2px 5px #000101;
	padding: 67px 0 0px 0;}
nav::after{ content:''; display: block; clear: both;}

nav a.mobile_menu {
	width: 32px; 
	height: 32px;
	background: url(../images/icon_menu.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute; 
	top: 30px; left: 85%; margin-left: -16px;
	display: none;
	}
nav a.logo {
	z-index: 2;
	position:fixed;
	display: block;
	width:260px;
	height: 100px;
	background: url(../images/WClogo.svg) no-repeat 0 0;
	background-size: contain;
	top: 10px;
	transition: opacity 0.2s 0 ease;
	margin-left: -300px;
}
header a.logo span {
	display: none;
}
nav ul {list-style: none; margin: 0; padding: 0;}
nav ul li a:hover { 
	background-color: #FC7B23;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121));
	background: -webkit-linear-gradient(top, #FC7B23, #212121);
	background: -moz-linear-gradient(top, #FC7B23, #212121);
	background: -ms-linear-gradient(top, #FC7B23, #212121);
	background: -o-linear-gradient(top, #FC7B23, #212121);
	border-radius: 4px;
}
  
nav ul li:hover >ul { display: block; transition:ease}
nav ul li a {
	display: inline-block;
	color: #fff;
	border-style: solid;
    border-width: 0px 0px 0px 1px;
	border-color: #4F443A;
	padding: 8px 20px;
	text-decoration: none;
	width: 125px;
	position: relative;
  	border-left: 1px solid #000000;
	border-radius: 2px;
  	-webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  	-moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  	box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);}
nav ul li a:visited { color: #fff;}

nav ul li a:hover { background-color: #FC7B23;}

nav ul ul { position: absolute; top: 100%; background-color: #FCA157; opacity: .95; display: none;}
nav ul ul li { position: relative; }
nav ul ul ul { left: 100%; top: 0px;}


/* top level */
nav > ul { margin:auto; padding-left: 45%;}
nav > ul > li { float: left;}
nav > ul > li > a { width: auto; padding: 10px 20px 15px 20px;}

nav a[aria-haspopup="true"]::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 16px; 
	right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}

nav > ul > li > a[aria-haspopup="true"]::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	left: 20px;	right: auto;
	bottom: 6px; top: auto;
}


/* ---------------footer-------------------- */

footer { font-size: .8em; text-align: center; margin: 50px; color: #999;}
footer .content { display: inline;}
footer a { margin: 0 0 0 30px; color: #777;}
footer a:visited { color: #777;}
footer a:hover { color: #2F2F2F;} 



/* -----------------------------------------Media Queries----------------------------------------- */



@media screen and (max-width: 1053px) {
	h1 { font-size: 2.4em;}
}

@media screen and (max-width: 899px) {
	h1 { font-size: 2.2em;}	
	.ssba { display: none;}

	/*main2*/
	
	
	/*nav*/
	nav {
	font-size: 16px;
	}
	/*how-i*/
	
}

@media screen and (max-width: 760px) {
	h1 { font-size: 1.8em;}
	h2 { font-size: 1.4em;}
	h3 { font-size: 1.1em;}
	a.btn { font-size: 1em;}
	
	
	/*main2*/
	section.main2 article h1 {
	padding: 20px 0 20px 0;
	text-align: center;
	text-shadow: 5px 5px 10px #3B3B3B;
	letter-spacing: 0px; 
	font-size: 1.5em;
	font-weight: 700;}
	
		
	section.main { margin-top: 10px; margin-bottom: 10px; }
	section.main aside div.content { background-size: 55px 55px; padding-top: 60px;}
	
	section.how-i aside div.content img { width: 85%; }
	nav {
	font-size: 17px; 
	padding: 27px 0 0px 0;}
	/*nav*/
	nav ul li a {
	padding: 8px 10px;
	}

	nav a.logo {
	height: 70px;
	top: 0px;
	margin-left: -250px;
	}
}

@media screen and (max-width: 625px) {
	h1 { font-size: 1.2em;}
	h3 { margin-bottom: 0px;}
	.btn { font-size: .9em; line-height:inherit;}
	
	section.main aside { width: 100%; float: none; text-align: left;}
	section.main aside div.content { 
		margin: 8px 20px 8px 0px;
		padding: 5px 0px 10px 85px;
		background-size: 50px 50px;
		background-position: 20px 5px;
	}

	section.how-i aside { width: 100%; float: none; margin: 0; position: relative;}
	section.how-i aside div.content {padding: 20px 20px 20px 150px;}
	section.how-i aside div.content p { font-size: .9em;}
	section.how-i aside div.content img { display: inline-block; width: 125px; position: absolute; top: 30px; left: 0px;}

	
		
	nav { 
	padding: 50px 15px 20px 15px;
	height: 0px; 
	overflow: hidden;}
	nav a.mobile_menu { display:block;}
	nav ul,	nav ul ul, nav ul ul ul { display: block; position: static;}
	
	nav > ul { padding: 0;}
	nav > ul > li { float: none; margin-top: 10px;}
	
	nav ul li:hover { background: none;}
	nav ul li a {
		width: auto;
		display: block;
		margin: 23px 10px;
		padding: 6px 15px 6px 20px;
		border-bottom: 1px solid rgba(255,255,255,.25);
	}
	nav ul li a:hover { background-color: rgba(255,255,255,.2)}
	
	nav ul ul { background: none;}
	nav ul ul li a { margin-left: 30px;}
	nav ul ul ul li a { margin-left: 60px;}
	
	nav a[aria-haspopup="true"]::after { display: none;}
	
	
	footer div.content { display: block; margin-top: 15px;}
	footer div.content a { margin: 0 20px 0 0;}
}

@media screen and (max-width: 425px) {
	
	
	
	section.how-i aside div.content { padding: 140px 20px 20px 0px;}
	section.how-i aside div.content img { width: auto; height: 100px; top: 30px;}

	
	
	footer::after { content:''; display: block; clear: both;}
	
	footer div.content a { display: inline-block; margin: 0 0 10px 0; float: left; clear: both;}

}








