@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: 800;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

.column-left {
  width: 5%;
  align-items: flex-start;
  float: left;
  padding-left:5%;
}

.column-main {
  width: 80%;
  float: left;
}

header {
	display: hidden;
	}

/* SECTIONS
 * --------------------------------------- */
 	 
#section1 p {
    font-size:3em;

}
	
	/* Section 2
	 * --------------------------------------- */

	#section2 .column-main, 
	#section3 .column-main {
	  width: 60%;
	}
	 
	 
	 
	/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
	#pp-nav.custom .pp-tooltip{
		color: #AAA;
	}
	#markup{
		display: block;
		width: 450px;
		margin: 20px auto;
		text-align: right;
	}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
    text-align: left;
    line-height:1.5;
}

h1 {
	font-size: 1.5em;
    padding-bottom:1em;
	}

h2 {
	font-size: 2.5em;
	}

p{
	font-size: 1.5em;
	font-family: 'Merriweather', serif;
	padding-bottom:1em;
}


/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 8px;
	color: #000;
	font-size:14px;
}
#menu li.active{
	background:#666;
	background: rgba(255,255,255, 0.25);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
}

#menu li a::after{
  content: '';
  width: 0;
  transition: width 0.3s;
 }

#menu li a:hover {
  color: #fff;
 }

#menu li a:hover::after {
  width:100%;
 }


#menu li.active a:hover{
	color: #000;
}

#menu li a,
#menu li.active a{
	padding: 9px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:3%;
	left: 8%;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#menu li.logotype {
	display:inline-block;
	margin: 10px;
	color: #fff;
	background: none;
	font-weight: 800;
	padding: 10px;
	font-size: 20px;
}




/* Links
 * --------------------------------------- */

a.button {
	padding: 9px 18px;
	background: rgba(255,255,255,0.25);
	color: #fff;
	font-family: lato;
	font-weight: 600;
    font-size: .75em;
}
	
a.button:hover {
	background: rgba(255,255,255,0.5);
}

a.contact {
	font-family: 'Merriweather', serif;
	color: #fff;
	display:block;
	text-decoration: none;
	font-size: 1.5em;
    text-decoration: underline;
}

a.contact:hover {
	text-decoration: underline;
    color: rgba(255,255,255,0.75);
}



/*
-------------------------
MAKE IT
RESPONSIVE
-------------------------
*/


/* Smartphone */
@media all and (max-width: 600px) {

#section1 p,
#section4 p {
	font-size: 2em;
	}

a.contact {
	font-size: 1.7em;
	}

a.sm {
	font-size: 1.5em;
	}

.column-left {
    width: 95%;
	display:block;
	padding-left:5%;
	padding-top:10%;
  }
#section1 .column-main,
#section2 .column-main,
#section3 .column-main,
#section4 .column-main {
    width: 90%;
	display:block;
	padding-left:5%;
	padding-right:5%;
}

header {
	display: block;
	
	}

/* Menu
 * --------------------------------------- */

#menu{
	display:hidden;
}

#menu li {
	display: block;
	margin: 8px;
	color: #000;
	font-size:14px;
}

#menu li a,
#menu li.active a{
	padding: 9px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	top:3%;
	left: 8%;
	display:none;
}

#menu li.logotype {
	display:block;
}


}