@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 {
}
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: normal;
    /*font-size: 100%;*/
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Global CSS
 * --------------------------------------- */
#wrapper {
}


header {
	margin:40px 0px;
}

section {
	margin:40px 0px;
}

ul {

	padding:0;
	list-style:none;
}

ul li {
}

ul.line {
	/*list-style-type: square;*/
}

.title {
	color:#5b5b5b;
}

a {
	color:inherit;
}

a:hover {
	text-decoration:line-through;
	color:rgba(0,53,255,1);
}

footer {
	font-size:.8em;
	text-align:center;
	color:#5b5b5b;
}

footer a {
	color:#5b5b5b;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: fira-mono, sans-serif;
	color: rgba(0,0,0,0.8);
}

.content {
	padding: 10em 2em 4em 2em;
}

.content p {
	font-size: 1em;
	letter-spacing: 1.1px;
}

header.title {
	margin:50px;
	width: 100%;
    height: auto;
    position: fixed;
    left: 2em;
    top: 2em;
    z-index: 500;
    overflow: hidden;
}

header h1 {
	font-size:1.2em;
	-webkit-transition: all 2s; /* Safari */
  	transition: all 2s;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Style for our header texts
	* --------------------------------------- */
h1 {

}

.intro {
	position:absolute;
	z-index:100;
	top:50%;
	width:100%;
	text-align:center;
}

.intro h1 {
	font-size: 2.5em;
	color: #fff;
	font-weight:500;
	margin: .1em;
}

.intro h2 {
	color: #fff;
	margin: .5em;
}

.intro p{
	color: #fff;
	font-size: 1.5em;
}

p.headline {
	font-size:1.5em;
}

#container {
	position:relative;
	z-index:1;
	margin: 0;
}

section{
	margin: 40px 0px;
}

.l-box {
	padding: 6em;
}

.s-box {
	padding: 0 3em;
}



/* Selection
* --------------------------------------- */

::-moz-selection{
	background:#0035FF;
	color:#000000;
}

::selection {
	background:#0035FF;
	color:#000000;
}

code::-moz-selection {
	background: #0035FF;
}

code::selection {
	background: #0035FF;
}
