@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Navigation
	3.3 Weather and Search
	3.4 Hamburger
4. Menu
5. Home
6. Post Content
7. Footer


******************************/

/***********
1. Fonts
***********/

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 360px;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************
6. Post Content
*********************************/

.post_content
{
	margin-top: 50px;
	margin-bottom: 20px;
}
.page_content
{
	background: #f7f7f7;
}
.category
{
	margin-top: 80px;
}
.post_body
{
	padding-left: 69px;
	padding-top: 59px;
	padding-right: 68px;
	padding-bottom: 45px;
	background: #FFFFFF;
	border-radius: 6px;
}
.post_p
{
	font-size: 16px;
	line-height: 1.875;
	color: rgba(0,0,0,0.8);
}
.post_body p:not(:last-child)
{
	margin-bottom: 30px;
}

/*********************************
7. Footer
*********************************/
