body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0 0 120px; /* bottom = footer height */
}

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
    min-height: 100%;
}

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

/* Logo */
#logo {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	float: left;
}
#logo:hover {
	cursor: pointer;
	color: rgb(52, 152, 219);
}

#logo a {
	color: inherit;
	text-decoration: none;
}
/* End Logo */

/* Menu */
#menu-button {
	float: right;
	font-size: 22px;
	padding-top: 14px;
	color: white;
}
#menu {
	display: block;
}
#menu li {
	display: block;
	float: left;
	width: inherit;
	margin-right: 8px;
	font-size: 12px;
	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(52, 152, 219);
}
#menu li:last-of-type {
	margin-right: 0px;
}
/* End Menu */

/* Slide */
#slide-1 {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#slide-2 {
	background-image: url('../img/bg-mac.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.slide-presentation {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* End Slide */

/* Presentation */
.big-image {
	padding-top: 20px;
	width: 70%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.presentation-title-main {
	font-size: 7em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 50px;
	text-align: center;
	color: white;
}
.presentation-title-sub {
	font-size: 3em;
	font-weight: 500;
	/*text-transform: uppercase;*/
	padding-bottom: 30px;
	text-align: center;
	color: white;
}
/* End Presentation */

/* Error Page*/

.big-icon {
	width: 100%;
	line-height: 10px;
	text-align: center;
	color: rgb(52, 152, 219);
}

.error-title-main {
	font-size: 7em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
	color: white;
}
.error-title {
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: 600;
	color: rgb(80, 87, 91);
}

.error-name {
	width: 100%;
	text-align: center;
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: 400;
	color: rgb(80, 87, 91);
}

/* Error Page*/

/* Blog */
	.post-title {
		padding-top: 20px;
	}
	.post-date {
		margin-top: 15px;
	}
	.post-presentation {
		padding-top: 234px;
		padding-bottom: 230px;

		text-align: left;
	}
/* End Blog */

/* 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;
}
.white-stripe-title {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: rgb(80, 87, 91);
	padding-top: 65px;
	font-weight: 600;
	text-transform: uppercase;
}
/* End Colored Stripe */

/* Paragraph */
.paragraphs-container {
	padding-top: 20px;
}
.paragraph-icon {
	width: 100%;
	text-align: center;

	padding-bottom: 20px;
	font-size: 40px;

	color: rgb(201, 218, 229);
}
.paragraph-title {
	width: 100%;
	text-align: left;
	padding-bottom: 24px;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(80, 87, 91);
}
.paragraph-title-light {
	width: 100%;
	text-align: left;
	padding-bottom: 24px;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	/*margin-top: 40px;*/
	color: white;
}
.paragraph-text {
	color: rgb(98, 107, 112);
	text-align: center;

	font-weight: 400;
	padding-bottom: 84px;

	line-height: 200%;
}
/* End Paragraph */

/* Recent Projects */

.work-container {
	display: block;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
}
.image-title {
	font-size: 20px;
	font-weight: 600;
	color: rgb(80, 87, 91)
	padding-bottom: 4px;
}
.image-author {
	color: white;
	padding-bottom: 24px;
	font-weight: 600;
	color: rgb(80, 87, 91);
}
.image-by {
	font-weight: 300;
	color: rgb(80, 87, 91);
}
.image-text {
	line-height: 200%;
	font-weight: 400;
	color: rgb(80, 87, 91);
}
/* End Recent Projects */

/* Social Menu */
#social li {
	display: inline;
	text-align: center;
	position: relative;
	margin-right: 12px;
	font-size: 40px;
	padding-left: 15px;
	/*padding-right: 15px;*/
	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;
}
#social li:hover {
	cursor: pointer;
	color: rgb(52, 152, 219);
}
#social li a {
	color: inherit;
	text-decoration: none;
}
#social li:hover {
	cursor: pointer;
	color: rgb(52, 152, 219);
}

/* End Social Menu */

/* Footer */

.footer-stripe {
	width: 100%;
	min-height: 100%;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: black;
}

#footer-old {
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	background: rgb(41, 47, 51);
}

.footer-text {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	opacity: 0.5;
	line-height: 10px;
}

/* End Footer */

/* Media Queries */
@media screen {

	/* Menu */
	#menu {
		float: right;
		padding-top: 20px;
	}
	#menu li {
		padding-left: 10px;
		/*padding-right: 12px;
		padding-top: 6px;*/
		padding-bottom: 6px;
	}
	/* End Menu */

	/* Presentation */
	.presentation {
		padding-top: 160px;
		padding-bottom: 160px;
		text-align: left;
	}
	.big-icon {
		font-size: 280px;
	}
	/* End Presentation */

	.image-title {
		padding-top: 0px;
	}
	.overlay-icon i {
		font-size: 40px;
	}
}

@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 */

	.big-image {
		display: block;
		width: 100%;
	}
	/* End Presentation */
}




