@charset "UTF-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	
	color: #FFF;
	margin: auto;
	width: 100%;
	height: 100%;
}
header {
	margin-bottom:120px;
}

.background {
	height: 480px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-top-width: 0px;
	z-index: 3;
	background-position: 100% 0px;
	background-attachment: fixed;
	background-image:url(../images/web/hero%20area/NorthernLights.png);
	width: 100%;
	display:block;
}
.navsidebar {
	height: 270px;
	width: 100px;
	margin-top:-265px;
	position:fixed;
	
}


h1 {
	font-family: 'Sofia', cursive;
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
}


.about-me {
	height: 340px;
	width: 558px;
	position: absolute;
	top: 150px;
	left: 270px;
	clear: both;
}
.about-me-text {
	position: absolute;
	top: 340px;
	left: 270px;
	margin-left:10px;
	opacity: 0.8;
	font-family: 'Lato', sans-serif;
	color:white;
	font-size: 15px;
	width: 558px;
	clear:both;
}
.socialmedia-sidebar {
	width: 55px;
	height: 200px;
	position: absolute;
	padding-top:20px;
	clear: both;
	left: 90%;
	top: 118px;
}
.social-icons {
	opacity: 0.5;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 50px;
}
.social-icons:hover {
	opacity: 1;
}



.post
{	margin-top:40px;
	padding-bottom:20px;
	height:230px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	border-bottom-color:#CECECE;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

h2
{	font-family:'Lato', sans-serif;
	display:inline-block;
	font-size:30px;
	font-weight:500;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:10px;
	padding-top:20px;
	padding-left:5px;
	color:#000;}
h2:hover {
	opacity: 0.75;
}
	
h3
{	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:15px;
	width: 80%;
	margin-left:10px;
	padding-left:5px;
	margin-top:10x;
	color:#686868;}
h4
{
	
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	width:300px;
 	display:inline;
  	font-weight: 300;
	color:#666;

	
}
.timeago
{	position: absolute;
	bottom:0;
	width: 300px;
	display:inline;
	}
.timeago-img
{	float:left;
margin-top:-4px;
padding-right:10px;
padding-left:18px;
}
	
.img-post
{	float:right;
	width: 170px;
	height: 170px;
}

#faque.img-post {
	padding-top:7px;
	padding-right:7px;
}

.post-text
{	width:60%;
	height:220px;
	float:left;
	margin:0;
	padding:0;
	position:relative;}
	
footer
{	width:100%;
	height:150px;
	margin-top: 200px;
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:thin;
}

.footer-text
{	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#686868;
	font-weight:100;
	font-size:15px;
	margin-top:30px;
	text-decoration:none;
}
