@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway);



/*
	Read Only by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

body, html {
	height: 100%
}

	header{
		
		height: 100%; 
		background-size: cover;
	

	}

	body, input, select, textarea {
		color: #231F20;
		font-family: "Ralewa", sans-serif;
		font-size: 12pt;
		font-weight: 400;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		
		}

	strong, b {
		color: #777;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 21% 2.25em 0;
		
	

	}

	h1, h2, h3, h4, h5, h6 {
		color: #231F20;
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 .8em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			border: 0;
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;

	}

	h3 {
		font-size: 1.75em;
		line-height: 1.5em;
		border-bottom: 2px solid;
    	display: inline-block;
    	margin-top: 3em;

	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #f4f4f4;
		margin: 2.25em 0;
	}

		hr.major {
			margin: 3.375em 0;
		}

	blockquote {
		border-left: solid 8px #e4e4e4;
		font-style: italic;
		margin: 0 0 2.25em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: #555;
		border-radius: 5px;
		color: #fff;
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0 2.25em 0;
	}

		pre code {
			-webkit-overflow-scrolling: touch;
			display: block;
			line-height: 1.5em;
			overflow-x: auto;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #aaa;
		position: relative;
		margin: 0 0 1.6875em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.35em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.25em;
		line-height: 1.5em;
	}

	header.major h2 {
		color: #231F20;;
		font-size: 2.7em;
		border-bottom: 3px solid;
    	display: inline-block;
    	margin-right:  5em;

	}

		header.major h2 + p {
			color: #231F20;
			font-size: 1.75em;
			font-weight: 700;
			margin-top: -0.75em;
		}

		body p
		{ font-size: 10pt}

		body li
		{ font-size: 9pt}




/* Header */

	#header {	
		/*background: #CADA2A ;*/

		height: 100%;
		position: fixed;
		text-align: center;
		top: 0;
		width: 26em;
		right: 0;

	}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
			color: black;
		}

			#header h1 a, #header h2 a, #header h3 a, #header h4 a, #header h5 a, #header h6 a {
				color: black;
			}

		#header header p {
						color: #b6e9dc;
		}

		#header a {
			color: black;
		}

			#header a:hover {
				color: #CADA2A !important;
			}

		#header > header {

			padding: 2em;
		}

			#header > header .avatar {
				display: block;
				margin: 0 auto 2.25em auto;
				width: 10em;
			}

			#header > header h1 {
				font-size: 1.5em;
				font-weight: 200;
				margin: 0;
			}

			#header > header p {
				color: #ffffff;
				font-style: italic;
				margin: 1em 0 0 0;
			}

		#header > footer {
			bottom: 0;
			left: 0;
			padding: 2em;
			position: absolute;
			width: 100%;
		}

			#header > footer .icons {
				margin: 0;
			}

				#header > footer .icons li a {
					color: black;
				}

		#header > nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			margin-top: 50%;
		}

			#header > nav ul li {
				;
				display: block;
				padding: 0;
			}

				#header > nav ul li a {
					-moz-transition: none;
					-webkit-transition: none;
					-o-transition: none;
					-ms-transition: none;
					transition: none;
					border: 0;
					color: black !important;
					display: block;
					padding: 0.85em 0;
					text-decoration: none;
				}

					#header > nav ul li a.active {
						background: #fff;
						color: #CADA2A !important;
					}

				#header > nav ul li:first-child {
					border-top: 0;
				}


/* Wrapper */

	#wrapper {
		background: #fff;
	
	}

	

/* Main */

	#main > section {
	
	}

		#main > section > .container {
			padding: 0em 0 4em 0;

		}

		#main > section:first-child {
			border-top: 0;
		}

/* One */

	#one{

	

	}

/* Two*/
	.container > p{
	font-size: 1em;
	margin-right: 30%;
	display: none;
	
	}

/* Footer */

	#footer {
		background: #fafafa;
		border-top: 0;
		color: #c0c0c0;
		overflow: hidden;
		padding: 4em 0 2em 0;
	}

		#footer .copyright {
			line-height: 1em;
			list-style: none;
			padding: 0;
		}

			#footer .copyright li {
				border-left: solid 1px #d4d4d4;
				display: inline-block;
				font-size: 0.8em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

/* Slider */

/* General button style (reset) */
.btn{
  color: white;
  background: black;
  border: 1px solid black;
}

.btn:hover {
 color: #FFF;
 background: #CADA2A;
	}

 #element_to_pop_up { 
 	display:none;
    background-color:#fff;

    padding:80px;
    min-width:400px;
    max-width: 40%;
    min-height: 180px;
    margin: none;

}

 #element_to_pop_up p
{
	margin: 1em;
	}
#element_to_pop_up ul {

border-left: 1px dotted #999;
}

#element_to_pop_up img{
max-width: 100%;
}


	
				::-webkit-scrollbar{
				width:.8em;
				height: .8em;

				}
				::-webkit-scrollbar-button {
				   width: 10px;

				}
				::-webkit-scrollbar-thumb{
				background-color:black
				}

				::-webkit-scrollbar-thumb:hover{
				background-color:#CADA2A;

				} 

/* landing */

#landing{
	position: relative;

	}

#landing p{
	font-size: 10pt;
}

#landing a{
	font-size: 3em;
	line-height: 2.5em;
	font-weight: 600;
	
}

#landing a:hover{

	border-bottom: 3px solid;
	padding-bottom: .2em;

}

#landing_links {
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	border-right: dotted 1px ;
	width: 400px;
	padding-right:120px;

}

#landing_img{
	position: relative;
	padding-right: 120px;
	top: 0;
	right: 0;
	width: 400px;
	height: 230px;
	

}
/* about */

#about{
	padding-left: 20%;
	
	width: 1000px;

}
/* button */
  .button {
      
  	color: white;

  	padding:.4em;
  
    font-size: 1em;
    
    background-color: black;
   }

	a:hover {
   	 	color: #CADA2A;
   	}

  	p > a {
  		border-bottom: 2px;
   	 	color: #777;
   	}

