* {
	margin: 0 auto;
}

body {
	font-family: 'Roboto', sans-serif;
}

h2, p {
	font-family: 'Roboto', sans-serif;
	margin-top: 2%;
}

h2 {
	font-weight: 500;
	font-size: 45px;
}

#header {
	width: 100%;
	height: auto;
}

.logo {
	width: 25%;/* logo 2 8%*/
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-top: 5%;
}

.logo img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.contact {
	padding-left: 3%;
	margin: 5% 5% 2% 5%;
}

.contact img {
	width: 20%;
	position: relative;
}

.contact p,
.contact span {
	margin: 0;
	color: #000;
}

.contact span {
	color: #BCD2BE;
}

#scroll-bottom {
	position: absolute;
	right: 0;
	margin-right: 6%;
	z-index: 2;
}

#scroll-bottom a,
#scroll-top a {
	writing-mode: vertical-rl;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}

#scroll-top {
	position: relative;
    float: right;
    margin-right: 6%;
    margin-top: -17%;
    z-index: 2;
}

#gallery {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	float: left;
}

#social-media {
	padding: 0 0 5% 8%;
}

#social-media li {
	list-style-type: none;
}

#social-media a {
	color: #000;
	font-size: 30px;
	text-decoration: none;
	line-height: 1.3;
}

#footer {
	position: relative;
	float: left;
	padding: 0 0 2% 8%;
}

#footer p {
	font-weight: 300;
	font-size: 12px;
	color: #000;
}

.left,
.right {
	width: 40%;
	height: auto;
	position: relative;
	float: left;
}

.left {
	margin: 0 2% 5% 8%;
}

.right {
	margin: 0 8% 5% 2%;
}

.mockup {
	width: 100%;
	position: relative;
}

.mockup h2 {
	margin: 0;
}

.mockup-img {
	overflow: hidden;
}

.mockup img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 0.5s;
}

.mockup:hover img {
	transform: scale(1.2);
}

.mockup p,
.name span {
	font-weight: 400;
	font-size: 20px;
	color: #BCD2BE;
}

#wm1,
#wm2,
#wm3,
#wm-green {
	width: 80%;
	height: 100%;
	position: relative;	
	margin: 5%;
    padding: 5%;
}

.icon {
	width: 10%;
	right: -5%;
	position: absolute;
	z-index: -1;
}

.icon img {
	width: 100%;
}

.name {
	width: 50%;
	float: left;
}

.name h2 {
	color: #FFF;
}

.name span {
	color: #FFF;
}

.description {
	width: 50%;
	float: left;
	margin-bottom: 10%;
}

.description p {
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	color: #FFF;
}

.wm {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: linear-gradient(140deg, #F2F2F2, #FFF);
}

.wm-img,
.img-column,
.wm-img1 {
	width: 50%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.img-column img,
.img-full img,
.wm-img1 img {
	width: 100%;
	height: auto;
	position: relative;
}

.wm-img img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 15% 0 10% 0;
	box-shadow: 10px 20px 25px #858585;
}

.img-column {
	float: left;
}

.img-column:last-child {
	margin-bottom: 5%;
}

.img-full {
	margin: 5% 0 5% 0;
	float: left;
}

/* PROJECT 1 */
#wm1 {
	background: linear-gradient(#662483, #e6007e);
	float: left;
}

#wm-white {
	width: 100%;
	position: relative;
	background-color: #FFF;
	float: left;
}

#wm-pp {
	width: 100%;
	position: relative;
	margin-bottom: 2%;
	float: left;
}

#bckg-purple {
	margin-left: 5%;
    padding: 5% 5% 0 5%;
	width: 35%;
	height: auto;
	position: relative;
	float: left;
	background-color: #662483;
}

#bckg-pink {
	margin-right: 5%;
    padding: 5% 5% 0 5%;
	width: 35%;
	height: auto;
	position: relative;
	float: left;
	background-color: #e6007e;
}

#bckg-purple p,
#bckg-pink p {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.7;
	color: #FFF;
	text-align: right;
}

.bckg-img {
	width: 50%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.bckg-img img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

/* PROJECT 2 */
#wm2 {
	background-color: #000;
	float: left;
}

/* PROJECT 3 */
#wm3 { 
	background: linear-gradient(#727b70, #465640);
	float: left;
}

#wm-green {
	margin: 0 5%;
	padding: 0 5%;
	float: left;
}

/* MOBILE */
@media screen and (max-width: 1000px) {
	.logo {
		width: 70%;/*logo 2 30%*/
	}

	.contact img {
		width: 50%;
		margin-top: 5%;
	}

	.left,
	.right {
		float: none;
		width: 100%;
		margin: 20% 0;
	}

	.left:first-child {
		margin-top: 5%;
	}

	.mockup h2,
	.mockup p {
		padding-left: 5%;
	}

	#scroll-bottom,
	#scroll-top {
		display: none;	
	}

	.description {
		width: 100%;
		margin-top: 5%;
	}

	.img-column,
	.wm-img1 {
		float: none;
		width: 100%;
	}

	#bckg-purple,
	#bckg-pink {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#bckg-pink p,
	#bckg-purple p {
		padding: 5%;
	}

	.bckg-img {
		padding-top: 10%;
	}
}