@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,700,400italic);
html {
	scroll-behavior: smooth;
}
body{
	font-size: 62.5%;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	color:#4D4E51;
	margin:0;
	padding:0;
	background: #fff;
}
::selection{
	background: #6069DA;
	color: #fff;
}
a, a:visited{
	text-decoration:none;
	color:#fff;
}

h1,h2,h3,h4,h5,h6{
	color:#2A2A2E;
	font-weight:100;
	letter-spacing:-1px;
	line-height: normal;
	font-weight: bold;
	margin:0;
	padding:0;
}
h2{
	font-size: 7.5em;
}
h3{
	font-size: 6em;
}
h4{
	font-size: 3.6em;
}
h5{
	font-size: 2.4em;
}
.h4 {
	color: #9DA1B3;
}

ul, ol{
	margin:0;
	padding:0;
	line-height: normal;
	list-style:none;
}
p{
	margin:0;
	line-height: normal;
}


*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.clear{
	clear:both;
}
.overflow-x {
	position:relative;
	height: 100%;
	overflow-x: hidden;
}
/* ----- LAYOUT ----- */
.wrapper{
	width:1024px;
	margin:0 auto;
	position:relative;
	display: table;
	z-index: 1;
}
.one_third{
	width:33%;
}
*{	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ----- HEADER ----- */

header{
	min-height:125px;
	z-index:2;
	position:relative;
	padding: 3em 0 0 0;
	background: #f6f6fd;
}
/* NAV */

.nav{
	float:right;
	margin-top: 9px;
}
.nav li{
	float:left;
	margin-right:45px;
}
.nav li:last-child{
	margin-right: 0;
}
.nav li a{
	font-size:1.2rem;
	color:#4D4E51;
}
.nav li a:hover{
	color:#FF7A78;
}

/* TEXT */
p {
	margin-bottom: 1.2rem;
}
p.size--normal {
	font-size:1.2rem;
	line-height: 1.8rem;
}

/* CTAs */
.btn {
	background: gray;
	color: #fff;
	font-weight: bold;
	padding: .6em 1.2em;
	font-size: 1.2rem;
	line-height: normal;
	position: relative;
	cursor: pointer;
}

.btn:active {
	box-shadow: none;
	top: 0;
}
.btn i {
	margin-right: .5em;
}

/* PRIMARY BUTTON */
.btn--primary{
	background-color: #F64C4C;
}
.btn--primary:hover{
	background-color: #FD6262;
}
.btn--primary:active{
	background-color: #DB3C3C;
}

/* SECONDARY BUTTON */
.btn--secondary{
	background-color: #6069DA;
}
.btn--secondary:hover{
	background-color: #6871E7;
}
.btn--secondary:active{
	background-color: #464FBC;
}

/* GHOST BUTTON */
.btn--ghost, .btn--ghost:visited {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
}
.btn--ghost:hover{
	background-color: #333333;
	color: #fff;
	top: 0;
}
.btn--ghost:active{
	background-color: #333333;
}

.btn--rounded {
	border-radius: 5em;
}
nav li .btn, 
nav li .btn:hover {
	color: fff;
}

/* BUTTON POSITION */
.btn--center {
	margin: 30px auto 0;
	display: inline-block;
}

/* LOGO */

.logo{
	width:22em;
	height:3.6em;
	display: block;
	float: left;
	margin: 0;
	background: url('images/v2/mps-logo.svg') no-repeat left top;
	text-indent:-10000px;
}


/* ----- TOP CONTAINER ------ */
section {
	position: relative;
}
#topContainer{
	padding-top: 2em;
	background: url('images/v2/studio-background.svg') no-repeat center bottom;
	position:relative;
	z-index: 1;
}
#topContainer .wrapper{
	min-height:540px;
}
.shape-bg {
	position: absolute;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.shape-bg-1 {
	width: 800px;
    height: 772px;
    background-image: url(images/v2/Shape-bg-1.svg);
    top: -31em;
    left: -54em;
}
.shape-bg-2 {
	width: 1999px;
    height: 1928px;
    background-image: url(images/v2/Shape-bg-1.svg);
    top: -141em;
    right: -104em;
    transform: rotate(135deg);
}

.shape-bg-3 {
	width: 700px;
    height: 700px;
    background-image: url(images/v2/Shape-bg-1.svg);
    top: 7em;
    left: -30em;
    transform: rotate(165deg);
}
.shape-bg-4 {
	width: 2140px;
    height: 2063px;
    background-image: url(images/v2/Shape-bg-2.svg);
	top: 20em;
    right: -135em;
    transform: rotate(370deg);
}
.shape-bg-5 {
	width: 1176px;
    height: 1134px;
    background-image: url(images/v2/Shape-bg-3.svg);
	top: 190em;
    left: -50em;
    transform: rotate(110deg);
}
.shape-bg-6 {
	width: 1176px;
    height: 1134px;
    background-image: url(images/v2/Shape-bg-4.svg);
	top: 260em;
    right: -60em;
    transform: rotate(210deg);
}
.shape-bg-7 {
	width: 1176px;
    height: 1134px;
    background-image: url(images/v2/Shape-bg-2.svg);
    bottom: -5em;
    right: -80em;
}
.shape-bg-8 {
	width: 600;
    height: 500;
    background-image: url(images/v2/Shape-bg-1.svg);
    bottom: 30em;
    left: -26em;
    transform: rotate(70deg);
}
#skills .shape-bg {
	width: 210px;
	height: 210px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.speech-bubble{
	color:#fff;
	font-size:30px;
	width:50%;
	margin: 1em auto 0;
	width: 19.15em;
    height: 8.7em;
	padding: 1.5em;
	background: url('images/v2/speech-bubble.svg') no-repeat;
	background-size: 100%;
}
.speech-bubble h2 {
	font-size: 2em;
	font-weight:normal;
	line-height: 1em;
}
.speech-bubble h2 span{
	font-size:75px;
	color:#fe665a;
	font-weight:100;
}
.speech-bubble p{
	margin-top: 10px;
	font-size: 1.5rem;
    line-height: 1.9rem;
	font-weight: lighter;
}
.speech-bubble a{
	color: #fff;
	font-weight: normal;
	display: inline-block;
	box-shadow: 0 .2em 0 rgba(255,123,123,1)
}
#desk{
	width:100%;
	height:116px;
	background:url('images/desk.png') repeat-x left top;
	position:absolute;
	bottom:0;
}

.illustration{
	width:300px;
	height:294px;
	position: relative;
	background: url('images/v2/mrp-illustration.svg') no-repeat;
	background-size: cover;
	z-index: 1;
	margin: 0 auto;
	bottom: -3em;
}
.plant {
	width: 16em;
	height: 24.9em;
	position: absolute;
	left: -18em;
	bottom: 0;
	background-image: url('images/v2/plant.svg');
}
/* ------ BRANDS ------ */
.brands {
    margin: 10em auto 0;
    width: 80%;
    z-index: 1;
    position: relative;
}
.brands__list{
	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
}
.brands__list li {
    flex: 1 0 10%;
    height: 3em;
    float: left;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100% 100%;
    text-indent: -1000em;
    margin: 1em;
}
.brands__list .brand__item--LG {
	background-image: url("images/v2/LG.svg");
	height: 4em;
}
.brand__item--HSBC {
	background-image: url("images/v2/HSBC.svg");
}
.brand__item--NHS {
	background-image: url("images/v2/NHS.svg");
}
.brand__item--Toyota {
	background-image: url("images/v2/Toyota.svg");
}
.brands__list .brand__item--RM {
	background-image: url("images/v2/RM.svg");
	height: 4em;
}
.brand__item--AA {
	background-image: url("images/v2/AA.svg");
}
.brand__item--DB {
	background-image: url("images/v2/DB.svg");
}
.brand__item--BRC {
	background-image: url("images/v2/BRC.svg");
}
.brand__item--im {
	background-image: url("images/v2/IM-logo.svg");
}
.brand__item--cw {
	background-image: url("images/v2/CW-logo.svg");
}

/* ------ PORTFOLIO ------ */

.portfolio{
	padding:20em 0 0;
	position: relative;
}
#scroll a{
	font-size:14px;
	color:#a4b7c1;
	text-transform: uppercase;
	padding-bottom:55px;
	background:url('images/bottArrow.png') no-repeat center bottom;
	display:block;
	margin-bottom:20px;
}
.project-list{
	display:table;
	width:100%;
	margin:100px 0 0;
}
.project-list__item {
	width: 100%;
	float:left;
	margin:0 0 15em 0;
	position:relative;
}
.web .project__image, .web .project__info{
	width: 45%;
}

.project-list__item:nth-child(5) {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10em;
}
.project-list__item > *{
	float: left;
}
.project-list__item:nth-child(even) > *{
	float: right;
}
.project-list__item:nth-child(even) {

}
.project-list__item:last-child {
	margin-bottom: 0;
	border: none;
}
.project__image {
	width: 35%;
	margin-right:10%;
}
.project-list__item:nth-child(even) .project__image{
	margin-right: 0;
	margin-left: 10%;
}
.project__image img{
	max-width: 100%;
}

.project__info{
	width:55%;
	height:100%;
	text-align: left;
}
.project__info .h2{
	font-size: 6em;
	margin-bottom: 2rem;
}

.project__description{
	display:table;
	width: 100%;
	margin-bottom: 4.5em;
}
.project__description p{
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.5em;
}
.project-list .project__description li {
	font-size: 11px;
	float: none;
	list-style: disc;
	width: auto;
	margin: 0 auto;
	display: inline;
	padding: 0 10px 0 0;
	text-align: center;
}
.project-details__info h3{
	font-size: 3em;
}
.stats {
	display: flex;
    flex-wrap: wrap;
    line-height: 2.7em;
    text-align: left;
    margin: 3em auto;
    font-size: 1.2em;
}
.stats span{
	font-size: 3em;
	font-weight: bold;
}
.stat {
	flex: 1 0 20%;
    margin-right: 5%;
    border-right: 1px solid #e6e6ef;
    padding-right: 2%;
    box-sizing: border-box;
}
.more{
	width:87px;
	height:87px;
	display:block;
	margin:60px auto 30px;
	background:url('images/more.png') no-repeat left top;
	text-indent: -10000px;
}

/*----- PROJECT ILLUSTRATION ------*/

.project-illustration {
	width: 100%;
	height: 300px;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	margin: 4em 0 8em;
}

.project--nhs {
	background-image: url('images/v2/NHS-illustration.svg');
}


#lineSkills{
	display:none;
}
#lineSkills ul{
	width:60%;
	margin:0 auto;
	display:table;
}
#lineSkills ul li{
	background:#1a1b24;
	margin:5px;
	padding:2px;
	text-align:left;
}
#lineSkills ul li span{
	padding:3px 20px;
	background:#20212f;
	display:block;
}

/*----- ABOUT ------*/
.about{
	background:url('images/poligons.png') left 50%;
	padding-bottom:100px;
}
.about p{
	width:85%;
	margin:0 auto;
	font-size: 2.4em;
	line-height: 1.5em;
}
.about h3 {
	padding-top: 60px;
}
.about h3 span {
	color: #fff;
	font-size: 37px;
	line-height: 45px;
	display: inline-block;
	margin-top: 65px;
	margin-bottom: 80px;
}
.block{
	margin-bottom:140px;
	display:table;
	width:100%;
}
.profile-picture-wrapper {
	width: 25em;
	height: 25em;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 10em auto 0;
	position: relative;
}
.picture-background {
    position: absolute;
    background: url(images/v2/profile-picture-border.svg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    bottom: -10px;
    z-index: -1;
    left: 6px;
}
.profile-picture-wrapper .profile-picture {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#skills{
	margin-top:70px;
	display: flex;
  	flex-wrap: wrap;
}
#skills li {
    flex: 1 0 48%;
	margin-right: 3%;
	margin-bottom: 10em;
    padding-top: 23em;
    background-position: 47% top;
    position: relative;
    background-size: 42%;
    background-repeat: no-repeat;
}
#skills li:nth-child(even) {
	margin-right: 0;
}
#skills h5{
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#skills p{
	font-size: 1.6em;
}
#skills li img{
	width:100%;
}
#coding a{
	color:#fb5e5e;
	text-decoration: underline;
}
.icon {
	background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    text-indent: -1000em;
    top: 7.5em;
    position: absolute;
    left: 45%;
}
.icon--chat {
    background-image: url(images/v2/chat-icon.svg);
    width: 56px;
    height: 51px;
}
.icon--prototype {
    background-image: url(images/v2/prototype-icon.svg);
	width: 60px;
	height: 42px;
	left: 43%;
    top: 9.2em;
}
.icon--ui {
    background-image: url(images/v2/paint-icon.svg);
	width: 50px;
    height: 50px;
    left: 43%;
    top: 8.6em;
}
.icon--code {
    background-image: url(images/v2/code-icon.svg);
    width: 56px;
    height: 31px;
    left: 44%;
    top: 8.7em;
}

/* ------ GET IN TOUCH ------- */

.contact{
	background: url('images/map2.png') no-repeat center 100px;
	padding-bottom: 100px;
}

/* FORM */
form{
	width:50%;
	margin:50px auto;
}
form input, form textarea{
	width:100%;
	color:#30323c;
	font-size:15px;
	background:rgba(255,255,255,.7);
	border:1px solid #dddddd;
	padding:13px 6px;
	margin-bottom:10px;
}
form input:focus, form textarea:focus{
	border-color:#939393;
	outline:0;
}
form textarea{
	padding:6px;
	resize:none;
}
form #submitBtn{
	font-size:30px;
	color:#fff;
	background:#fe665a;
	border:none;
	padding:20px;
	font-weight: 100;
	cursor:pointer;
}
form #submitBtn:hover{
	background:#ec594e;
}

/*------ FOOTER ------*/
footer{
	min-height:50em;
	position: relative;
}
.socials{
	display:table;
	margin:30px auto;
}
.socials li{
	float:left;
	margin:0 1em;
}
.socials li a{
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	text-indent: -10000px;
	width:58px;
	height:58px;
}
.linkedin{background-image:url('images/linkedIn.png');}
.skype{background-image:url('images/skype.png');}
.facebook{background-image:url('images/facebook.png');}
.twitter{background-image:url('images/twitter.png');}

.socials li:hover
{background-position:center -58px;}

/* SKILLS */

/* ------ layout
-----------------------------------------------*/

.legend {
float:left;
width:250px;
margin-top:140px;
}

#content h1 {
font-family:'Cabin Sketch', arial, serif;
text-shadow:3px 3px 0 #ddd;
color:#193340;
font-size:40px;
margin-bottom:40px;
text-align:right;
}

.skills {
float:left;
clear:both;
width:100%;
}

.skills ul,
.skills li {
display:block;
list-style:none;
margin:0;
padding:0;
}

.skills li {
float:right;
clear:both;
padding:0 15px;
height:35px;
line-height:35px;
color:#fff;
margin-bottom:1px;
font-size:18px;
}

.skills .jq {
background:#97BE0D;
}

.skills .css {
background:#D84F5F;
}

.skills .html {
background:#88B8E6;
}

.skills .php {
background:#BEDBE9;
}

.skills .sql {
background:#EDEBEE;
}

.footer {
position:fixed;
bottom:0;
left:0;
width:100%;
background:#2D2D2D;
color:#EAEAEA;
padding:20px 0;
}

.footer a {
color:#EAEAEA;
}

.footer a:hover {
color:#E4842C;
}

.footer .inside {
font-family: 'Cabin Sketch', arial, serif;
font-size:22px;
text-align:center;
}


#diagram {
float:none;
margin:0 auto;
width:700px;
height:700px;
}

.get {
display:none;
}



/* ------ anchors
-----------------------------------------------*/

a {
text-decoration:none;
color:#333;
}

/* CAPTHCA */
#captchaImg{
	float:left;
	border:1px solid #dddddd;
	margin-right:10px;
}
#code{
	float:left;
	width: 428px;
	height: 77px;
	padding:20px;
	font-size:20px;
}

.errormsg{
	width:100%;
	color:#fff;
	background:#fe665a;
	border:1px solid #972727;
	margin-bottom:20px;
	padding:15px;

}
.successmsg{
	width:100%;
	color:#fff;
	background:#48928e;
	border:1px solid #387b77;
	margin-bottom:20px;
	padding:15px;
}

/* ------ PROJECTS ------ */
#project {
    width: 100%;
    overflow: hidden;
    position: relative;
    -moz-transition: height .4s linear;
    -webkit-transition: height .4s linear;
    transition: height .4s linear;
}

.projectItem{
	float: left;
	opacity: 0;
	-moz-transition:opacity .5s linear;
	-webkit-transition:opacity .5s linear;
	transition:opacity .5s linear;
}
.project-item-background-text {
	position: absolute;
    left: -100%;
    right: -100%;
    top: -150px;
    font-size: 295;
    white-space: nowrap;
    z-index: -1;
	user-select: none;
	color: #f6f6fd;
}
.innerPortContainer{
	margin-top:7em;
	margin-bottom: 20em;
}
.innerPortContainer img{
	width: 100%;
	margin-bottom:40px;
	box-shadow: 0 0 35px rgba(0,0,0,.2);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.innerPortContainer li{
	margin-bottom:30px;
}

.active{
	opacity:1;
}

/* SLIDER */

#slider {
  position: relative;
  margin: 50px auto 0;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: auto;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: fixed;
  top: 35%;
  z-index: 9;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: 185px;
  background: #181818;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  background-repeat:no-repeat;
  text-indent: -10000px;

}


a.control_prev {
  background-image:url('images/arrowLeft.png');
  background-position:35px center;
  left:0;
}

a.control_next {
  right: 0;
  background-image:url('images/arrowRight.png');
  background-position: -53px center;
}
a.control_prev:hover{
  opacity: 1;
  background-position:-70px center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.control_next:hover{
	opacity: 1;
  background-position:52px center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

#overall{
	width:100%;
	height:100%;
	display: block;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	background:rgba(255, 255, 255, 1) url('images/loader.gif') no-repeat center center;
}

/* ----- COLOURS ----- */
.color--pewter {
	color: #888893;
}
.color--grey {
	color: #4D4E51;
}
.color--dark-grey {
	color: #2A2A2E;
}
.color--white {
	color: #fff;
}

/* ----- MARGINS ----- */

.margin-bottom--10 {
	margin-bottom: 1rem;
}
.margin-bottom--20 {
	margin-bottom: 2rem;
}
.margin-bottom--40 {
	margin-bottom: 4rem;
}
.margin-bottom--60 {
	margin-bottom: 6rem;
}
.margin-bottom--80 {
	margin-bottom: 8rem;
}
.margin-bottom--100 {
	margin-bottom: 10rem;
}

/* ----- MARGIN RIGHT ----- */
.margin-right--10 {
	margin-right: 1rem;
}
.margin-right--20 {
	margin-right: 2rem;
}
.margin-right--40 {
	margin-right: 4rem;
}
.margin-right--60 {
	margin-right: 6rem;
}
.margin-right--80 {
	margin-right: 8rem;
}
.margin-right--100 {
	margin-right: 10rem;
}
/* ----- MARGIN TOP ----- */
.margin-top--10 {
	margin-top: 1rem;
}
.margin-top--20 {
	margin-top: 2rem;
}
.margin-top--40 {
	margin-top: 4rem;
}
.margin-top--60 {
	margin-top: 6rem;
}
.margin-top--80 {
	margin-top: 8rem;
}
.margin-top--100 {
	margin-top: 10rem;
}

/* ----- MARGINS NONE ----- */
.margin--none {
	margin: 0;
}

/* ----- WIDTHS ----- */
.width--30 {
	width: 30%
}
.width--70 {
	width: 70%
}

/* ----- BORDERS ----- */
.border--bottom-1 {
	border-bottom: 1px solid #D8D8D8;
}
* > .border--none {
	border: none;
}

/* ----- FONT WEIGHTS ----- */
.font-weight--light {
	font-weight: lighter;
}
.font-weight--normal {
	font-weight: normal;
}
.font-weight--bold {
	font-weight: bold;
}

/* ----- TEXT SIZES ----- */
.font-size--12 {
	font-size: 1.2em;
}
.font-size--16 {
	font-size: 1.6em;
}
.font-size--24 {
	font-size: 2.4em;
}
.font-size--60 {
	font-size: 6em;
}
.font-size--75 {
	font-size: 7.5em;
}

/* ----- FLEX ----- */
.inline-flex {
	display: inline-flex;
}
/* ----- TEXT ALIGN ----- */
.align--left {
	text-align: left;
}
.align--right {
	text-align: right;
}
.align--center {
	text-align: center;
}

/* ----- CASE STUDY ----- */
.case-study {
	width: 70%;
    margin: 0 auto;
}
}
.case-study-content ol > li {
	width: auto;
}

/* ----- VIDEO ------*/
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }

/* ----- LABELS ----- */
.label {
	padding: 0.6em 1em;
	display: inline-block;
	background-color: #6069DA;
	color: #fff;
}

/* ----- RESPONSIVE ----- */

@media screen and (max-width:1200px){
	.wrapper{width:80%;}
	.stats {width: 100%;}
}

@media screen and (max-width:1024px){
	.stats>div {flex: 1 0 47%; text-align: center;border-bottom: 1px solid #e6e6ef; margin: 0; padding: 5%}
	.stats>div:nth-child(even){border-right: none;}
	.stats>div:nth-child(n+3){border-bottom: none;}
	.logo, .nav {margin: 0 auto; float: none;}
	.nav {margin: 5em auto; display: inline-block;}
	#slider ul li{width:800px;}
	.innerPortContainer img{width:100%;}
	a.control_prev, a.control_next{width:80px;}
	a.control_next{background-position:-73px center;}
	a.control_next:hover {background-position: 32px center;}
	a.control_prev{background-position: 23px center;}
	a.control_prev:hover{background-position: -82px center;}
}

@media screen and (max-width:768px){
	.wrapper{width:100%;height: auto;}
	.stats {width:100%;}
	.web .project__image, .project__image {
		width: 80%;
		margin: 0 auto 5em;
		float: none;
	}
	.web .project-details__info, .project-details__info {
		width: 90%;
		margin: 0 auto;
		height: auto;
		text-align: center;
		float: none;
	}
	.web .project__info, .project__info {width: 80%; margin: 0 auto; float: none;}
	.project__info:nth-child() {}
	.project-list__item:nth-child(even) > * {float: none;}
	.project-details__info .h2 {font-size: 4em;}
	#skills li {flex: 1 0 50%;}
	#slider ul li{width:600px;}
	a.control_prev, a.control_next{top:25%;}
	.nav ul {display: inline-grid;}
	.nav li {float: left;margin: 15px 0;}
	.project-illustration {height: 150px;}

@media screen and (max-width:480px){
	.illustration {left: 50%;margin-left: -50%;width:100%; height: 36em; background-size: 95%; background-position: center bottom;}
	.speech-bubble {width: 98%; height: 6em; padding: 0.7em; margin-bottom: 0;}
	.speech-bubble h2 {font-size: 1.3em;}
	.speech-bubble p {margin-top: 5px;font-size: 1.2rem;line-height: 1.5rem;font-weight: lighter;}
	.brands {margin: 7em auto;width: 90%;}
	#topContainer { background: none;}
	.btn {width: 100%;display: block;text-align: center;}
	.brands__list li {flex: 1 0 30%;}
	.shape-bg-3 {top: 24em;}
	.shape-bg-4 {top: 23em;}
	#topContainer {background: none;}
	h3{font-size:65px;}
	.portfolio h3 span {font-size: 30px;}
	#skills li {width: 100%;}
	#about h3 {margin-top: -75px;}
	.contact h3 {margin-top: -40px;}
	.contact h3 span {line-height: 32px;margin-top: 35px;display: block;}
	footer #nav li{margin-left:20px;}
	#slider ul li{width:320px;}
	#project h3 {font-size: 2.8em;}
	.innerPortContainer {margin-top: 70px;}
	a.control_prev, a.control_next{top:50%;width: 45px;}
	a.control_prev {background-position: 5px center;}
	a.control_next {background-position: -92px center;}
	a.control_next:hover {background-position: 13px center;}
	a.control_prev:hover {background-position: -100px center;}
	#socials li {margin: 0 15px;}
	.contact h3 {font-size: 65px;}
	#about h3 {padding-top: 35px;}
	#text{font-size:25px;}
	#text h2 {font-size: 60px;line-height: 63px;}
	#text h2 span {font-size: 50px;}

}
@media screen and (max-width:360px){
	#lineSkills{width:100%;}
	.contact h3{font-size: 55px;margin-top:-36px;}
	.portfolio h3 {font-size:55px;}
	#socials li {margin: 0px 10px;}
	footer #nav{display:none;}
	#topContainer .wrapper {min-height: 650px;}
	.illustration {height:380px;}
}
@media screen and (max-width:320px){
	form #submitBtn {font-size: 20px;}
	#socials li a {width:50px;height:50px;}
	#socials li{background-size: 100%;}
	#socials li:hover{background-position: center -50px;}
	.contact h3, #about h3, .portfolio h3  {font-size: 53px;}
	.contact h3 span, #about h3 span, #about h4 {font-size: 30px;}
	#about h3{margin-top:-71px;}
	#about h3 span {margin-top:40px;}
	.illustration {height:350px;}
	#slider ul li{width:300px;}
}
