body, html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

/* Top Wrapper */
#top-wrapper {
	width: 100%;
}
/* End Top Wrapper */

/* Logo */
#logo {
	padding-top: 20px;
	padding-bottom: 20px;
	
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	
	color: white;
	float: left;
}
/* End Logo */

/* Menu */
#menu-button {
	float: right;
	font-size: 28px;
	
	padding-top: 18px;
	
	color: white;
}
#menu {
	display: block;
}
#menu li {
	display: block;
	float: left;
	
	width: inherit;
	
	margin-right: 12px;
	
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	
	color: white;
	
	-webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
}
#menu li a {
	color: inherit;
	text-decoration: none;
}
#menu li:hover {
	cursor: pointer;
	
	color: rgb(26, 188, 156);
}
#menu li:last-of-type {
	margin-right: 0px;
}
/* End Menu */

/* Swipe */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  
  z-index: 90;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
#slide-1 {
	background-image: url('../img/post1big.jpg');
	background-repeat: no-repeat;
	
	background-size: 1920px 710px;
	background-position: center top;
}
#slide-2 {
	background-image: url('../img/post2big.jpg');
	background-repeat: no-repeat;
	
	background-size: 1920px 710px;
	background-position: center top;
}
/* End Swipe */

/* Presentation */
.presentation-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	
	padding-bottom: 10px;
	
	color: white;
}
.presentation-text {
	font-size: 16px;
	font-weight: 400;
	
	color: rgba(255, 255, 255, .7);
}
.big-icon {
	width: 100%;
	text-align: center;
	
	padding-top: 16px;
	
	color: white;
}
/* End Presentation */

/* Colored Stripe */
.colored-stripe {
	width: 100%;
}
.colored-stripe-title {
	width: 100%;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	
	color: white;
	
	padding-top: 70px;
	
	font-weight: 600;
}
/* End Colored Stripe */

/* Paragraph */
.paragraphs-container {
	padding-top: 84px;
}
.paragraph-icon {
	width: 100%;
	text-align: center;
	
	padding-bottom: 20px;
	
	font-size: 56px;
	
	color: rgb(201, 218, 229);
}
.paragraph-title {
	width: 100%;
	text-align: center;
	
	padding-bottom: 24px;
	
	font-size: 20px;
	font-weight: 600;
	
	color: rgb(80, 87, 91);
}
.paragraph-text {
	color: rgb(98, 107, 112);
	text-align: center;
	
	font-weight: 400;
	padding-bottom: 84px;
	
	line-height: 200%;
}
/* End Paragraph */

/* Works */
.work-container {
	display: block;
	
	float: left;
	
	padding-top: 70px;
	padding-bottom: 70px;
}
.image-title {
	font-size: 20px;
	font-weight: 600;
	
	color: white;
	padding-bottom: 4px;
}
.image-author {
	color: white;
	
	padding-bottom: 24px;
	
	font-weight: 600;
	
	color: rgba(255, 255, 255, .9);
}
.image-by {
	font-weight: 300;
	color: rgba(255, 255, 255, .75);
}
.image-text {
	line-height: 200%;
	
	font-weight: 400;
	
	color: rgba(255, 255, 255, .75);
}
/* End Works */

/* Blog */
.colored-stripe-title-post {
	width: 100%;
	
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	
	color: rgb(80, 87, 91);
	
	padding-top: 70px;
	
	font-weight: 600;
}
.post-container {
	display: block;
	
	float: left;
	
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-post-container {
	display: block;
	
	float: left;
	
	padding-top: 100px;
	padding-bottom: 100px;
}
.post-date {
	text-align: center;
	color: white;
}
.post-day {
	width: 100%;
	font-weight: 600;
	font-size: 24px;
	padding-top: 4px;
	display: block;
}
.post-month {
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 7px;
	display: block;
}
.post-title {
	padding-bottom: 4px;
}
.post-author {
	color: white;
	
	padding-bottom: 24px;
	
	font-weight: 600;
	
	color: rgb(98, 107, 112);
}
.post-by {
	font-weight: 300;
	color: rgba(98, 107, 112, .75);
}
.post-text {
	color: rgb(98, 107, 112);
	text-align: left;
	
	line-height: 200%;
	font-weight: 400;
}
.single-post-text {
	color: rgb(98, 107, 112);
	text-align: left;
	
	line-height: 200%;
	font-weight: 400;
	
	padding-bottom: 24px;
}
.single-post-heading {
	width: 100%;
	
	font-size: 18px;
	font-weight: 600;
	
	color: rgb(80, 87, 91);
	
	padding-bottom: 24px;
}
.post-presentation-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	
	padding-bottom: 10px;
	
	color: white;
	
	text-shadow: 0px 2px 10px rgba(0,0,0, .1);
}
.post-presentation-text {
	font-size: 16px;
	font-weight: 400;
	
	color: rgba(255, 255, 255, .7);
	text-shadow: 0px 2px 10px rgba(0,0,0, .1);
}
/* End Blog */

/* Media Queries */
@media screen {
	/* Menu */
	#menu {
		float: right;
		padding-top: 20px;
	}
	#menu li {
		padding-left: 12px;
		padding-right: 12px;
		
		padding-top: 6px;
		padding-bottom: 6px;
	}
	/* End Menu */
	#mySwipe {
		z-index: 100;
	}
	/* Presentation */
	.presentation {
		padding-top: 160px;
		padding-bottom: 160px;
		
		text-align: left;
	}
	.big-icon {
		font-size: 280px;
	}
	/* End Presentation */
	
	.image-title {
		padding-top: 20px;
	}
	.overlay-icon i {
		font-size: 40px;
	}
	
	/* Blog */
	.post-title {
		padding-top: 20px;
	}
	.post-date {
		margin-top: 15px;
	}
	.post-presentation {
		padding-top: 200px;
		padding-bottom: 200px;
		
		text-align: left;
	}
	/* End Blog */
}
@media screen and (max-width: 767px) {
	#menu {
		float: left;
		width: 100%;
		
		padding-top: 0px;
		
		height: 0px;
		overflow: hidden;
	}
	#menu li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		
		padding-left: 0px;
		padding-right: 0px;
		
		text-align: center;
		
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	#menu li:first-of-type {
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	#menu li:last-of-type {
		border-bottom: none;
	}
	#mySwipe {
		z-index: 100;
	}
	/* Presentation */
	.presentation {
		padding-top: 20px;
		padding-bottom: 50px;
		
		text-align: center;
	}
	.big-icon {
		font-size: 210px;
	}
	/* End Presentation */
	
	.work-container {
		text-align: center;
		
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.work-container:last-of-type {
		border-bottom: none;
	}
	.image-title {
		padding-top: 26px;
	}
	.overlay-icon i {
		font-size: 34px;
	}
	
	/* Blog */
	.post-title {
		padding-top: 26px;
	}
	.post-date {
		margin-top: 20px;
	}
	.post-presentation {
		padding-top: 150px;
		padding-bottom: 150px;
		
		text-align: center;
	}
	/* End Blog */
}