/**
 * Theme Structure
 */

div#wrapper{
	margin:0 auto;
	/*width:960px;*/
	width:100%;
	position:relative;
}

div#wpadminbar{
	display:none;
}

/* start header */

	header{
		height:auto;
		position:relative;
		padding:20px;
		width: 100vw;
		height: 100vh;
	}

	header #header-image {
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width: 100vw;
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}

	header a#logo{
		display:block;
		float:right;
	}
	header a#logo img{
		height:100px;
		width:auto;
		max-with:600px;
	}

	h1#site-title{
		font-size:5.6rem;
		font-size:110px;
		text-align: center;
		margin-top:20px;
		font-family: 'Dancing Script', cursive;
		text-transform: lowercase;
	}
	h1#site-title a {
		display:block;
		color:#fff;
		font-weight: 400!important;
	}

	/* menu */
		div#hamburger {
			display: block;
			width:25px;
			height:25px;
			position: absolute;
			top: 20px;
			left: 20px;
			font-size: 2.6rem;
			font-size: 26px;
			cursor: pointer;
		}
		div#hamburger:hover {
			color:#ccc;
		}

		nav#main {
			background-color: #fff;
			margin-top:10px;
			width:0;
			overflow: hidden;
			position: absolute;
			left:20px;
			top:65px;
		}
		nav#main ul {
			margin:0;
			padding:20px;
		}
		nav#main li {
			list-style-type:none;
			display:block;
			font-size:2rem;
			font-size: 20px;
			text-transform: uppercase;
			border-bottom: 1px solid #707070;
			padding-bottom:3px;
			margin-bottom:3px;
		}
		nav#main li:last-child {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		nav#main li a{
			color: #111;
		}
		nav#main li a:hover{
			color: #707070;
			color: rgba(20, 20, 20, 0.85);
			font-weight: 600;
		}

		div#social{
			position: absolute;
			right:20px;
			top:20px;
			font-size: 2.6rem;
			font-size: 26px;
		}
		div#social a{
			margin-left:7px;
		}
		div#social a:hover {
			color:#ccc;
		}

	/* header-sidebar */
		div#header-sidebar {
			float:left;
		}

/* end header */

/* start main */

	/* posts & pages */
		section#content {
			position:relative;
			width:100%;
		}

		article.post {
			padding:20px;
		}
		article.post.page {
		}

		a.post-thumbnail {
		}
		a.post-thumbnail img {
			width:240px;
			height:360px;
		}

		h2.post-title {
			font-size:3.6rem;
			font-size:36px;
			margin:40px auto;
			text-transform: uppercase;
			text-align: center;
		}
		h2.post-title a:hover {
			color:#fff;
		}

		main.post-content {
			font-size:1.8rem;
			font-size:18px;
			margin:0 auto 70px;
			width:80%;
			max-width:960px;
		}
		main.post-content p {
			margin-bottom:4px;
		}

		footer.post-footer {
		}

/* end main */

/* start footer */

	footer#bottom {
		padding:20px;
		position: absolute;
		bottom:0;
		width:100%;
	}

	footer#bottom address {
		float:left;
	}

	/* footer nav */
		nav#footer {
			margin:0;
			text-align: center;
			width:100%;
			display: block;
		}
		nav#footer ul {
			margin:0 auto;
		}
		nav#footer li {
			list-style-type:none;
			display:inline-block;
			margin-right: 10px;
		}
		nav#footer li:last-child {
			margin-right:0;
		}

/* end footer */
