a/*********************************
	
	Theme Name: Perlimpinpin
	Author: Leo Russell
	Author URI: http://www.clockwork-robot.fr 
	Version: 1.0
	
*********************************/

/*********************************

	01. GENERAL
	02. LAYOUT
	03. HEADER
	04. NAVIGATION
	05. SECTIONS
	06. TOOLBOXES
	07. WHO AM I
	08. COLUMNS
	09. FOOTER
	10. ACCORDION TOGGLE

*********************************/

/*********************************
	01. GENERAL
*********************************/
html, body,
div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: auto;
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	color: inherit;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 2em 0 1em 0;
	font-weight: 100;
	line-height: 1.5em;
	font-family: 'Lora', serif;
}

a, a:link, a:visited {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:active {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 

header {
	margin-bottom: 1em;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
	margin: 0;
}

footer {
	padding: 3em 3em 6em 3em;
	clear: both;
}

.center {
	text-align: center;
}

/*********************************
	02. LAYOUT
*********************************/

#wrapper {
}

/*********************************
	03. HEADER
*********************************/

#header {
	margin: 0;
	background: #3F294D url('../img/bg.jpg') center center no-repeat fixed;
	background-size: cover;
	text-align: center;
	height: 100vh;
}

#header footer {
	padding: 27em 3em 6em 3em;
}

.button {
	padding: 1em 2em;
	background: #3F294D;
	font-weight: bold;
	font-size: 1.3em;
	display: inline-block;
}

a.button {
	color: #fff;
}

.button:hover {
	background: #fff;
	color: #3F294D;
	-webkit-transition: background 0.1s ease-in-out;
	   -moz-transition: background 0.1s ease-in-out;
	     -o-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
	-webkit-transition: border 0.1s ease-in-out;
	   -moz-transition: border 0.1s ease-in-out;
	     -o-transition: border 0.1s ease-in-out;
			transition: border 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
			transition: color 0.1s ease-in-out;
}

/*********************************
	04. NAVIGATION
*********************************/

#menu {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	background: rgba(63,41,77,0.8);
}

#menu header h1 {
	font-family: 'Comfortaa', cursive;
	font-size: 2.5em;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	color: #fff;
}

#menu header h1 a {
	color: #fff;
}

#menu header {
	display: inline-block;
	float: left;
	margin: 0.5em 0em 0em 5em;
}

#navigation {
	list-style: none;
	font-size: 1.4em;
	text-align: center;
	display: inline;
	float: right;
	margin: 0em 5em 0em 0em;
}

#navigation li {
	display: inline-block;
	margin: 1.25em 0;
}

#navigation li a {
	padding: 0 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover, a.active {
	text-decoration: none;
	color: #A287B0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.sticky {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	border-top: 0;
	background: rgba(63, 41, 77, 0.6);
	padding: -1em;
}

/*********************************
	05. SECTIONS
*********************************/

.section {
	background: #fff;
	padding-bottom: 6em;
}
	
.section header {
	text-align: center;
	margin: 5em 6em;
	padding-bottom: 5em;
	border-bottom: 1px solid #ddd;
}

.section header h2 {
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 0;
	color: #6F428C;
}

.content {
	padding: 0em 6em;
}

.content p {
	font-size: 1.25em;
	margin-bottom: 2em;
	text-align: justify;
}

.section .content h3 {
	font-size: 1.5em;
}

.alternate {
	background: #3F294D;
	color: #fff;
}

.alternate a {
	color: #9369B5;
}

.alternate header h2 {
	color: #B6B6B6;
}

.note, .warning {
	padding: 1px;
	margin-bottom: 1.5em;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.note {
	background: #A3D280;
}

.warning {
	background: #D36D6D;
}

.note p, .warning p {
	padding: 1em;
	border: 1px solid #fff;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/*********************************
	06. TOOLBOXES
*********************************/

#toolbox1, #toolbox2, #toolbox3, #toolbox4 {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 20px solid ;
	background: #fff;
	display: inline-block;
	margin-top: 3em;
	color: #6A507C;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#toolbox1:hover, #toolbox2:hover, #toolbox3:hover, #toolbox4:hover {
	border: 20px solid #fff;
	background: #6A507C;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#toolbox1 {
	margin-left: 0;
}

.toolbox {
	font-size: 2em;
	margin-top: 1em;
	display: block;
}

.path {
	display: inline-block;
	width: 10em;
	text-align: left;
	vertical-align: top;
	margin: 5em -0.5em -5em -0.5em;
}

.path svg {
	display: inline-block;
	width: 100%;
	height: 100px;
}

.svgpath {
	stroke-dasharray: 5;
	animation: dash 5s linear
}

.toolboxtitle {
	font-size: 1em !important;
	display: block;
	color: #fff;
	margin-top: 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Alegreya Sans', sans-serif;
}

.toolboxtitle:hover {
	color: #6A507C;
}

.toolboxdesc {
	text-align: justify;
	margin-top: 1em;
	color: #fff;
	font-size: 1em !important;
}

/*********************************
	07. WHO AM I
*********************************/

.whoamiimg {
	width: 500px;
	height: 500px;
	-webkit-border-radius: 250px;
	   -moz-border-radius: 250px;
			border-radius: 250px;
	margin: 10px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 24px #000;
    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"); 
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all 0.3s;
}

.whoamiimg:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	transition: all 0.3s;
}

/*********************************
	07. COLUMNS
*********************************/

.one-half {
	width: 48%;
}

.one-third {
	width: 30.66%;
}

.two-third {
	width: 65.33%;
}

.one-fourth {
	width: 22%;
}

.three-fourth {
	width: 74%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifth {
	width: 37.6%;
}

.three-fifth {
	width: 58.4%;
}

.four-fifth {
	width: 67.2%;
}

.one-sixth {
	width: 13.33%;
}

.five-sixth {
	width: 82.67%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/*********************************
	08. FOOTER
*********************************/

#footer {
	background: #000;
	margin: auto;
	text-align: center;
	padding: 6em 3em;
	color: #fff;
	font-size: 1em;
}

.copyright {
}

.copyright p {
	text-align: center;
}

/*********************************
	10. PRELOADER
*********************************/

#jpreOverlay,
#jSplash {
	background-color: #3F294D;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #3F294D;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #fff;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

/*********************************
	11. SCROLL UP
*********************************/

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}
