body {
	font-family: 'Source Sans Pro', sans-serif;
	min-width: 105%;
}

h1 {
	color: #383130;
	font-size: 46px;
	font-weight: bold;
}

#logo {
	width: 100px;
	padding-top: 20px;
}

h2 {
	color: white;
}

h3 {

	font-weight: 300;
}

h4 {
	font-size: 20px;
}

p {
	font-weight: 200;
	font-size: 20px;
	color: #f4f4f4;
}

.section{
	text-align:center;
}

.space {
	margin-top: 20%;
	margin-bottom: 20%;
}


a#button {
	color: #C65035;
	background-color: #fff;
	padding: 16px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 18px;
	font-weight: 400;
}

#button:hover {
	text-decoration: none;
    transition: all 0.5s ease 0s;
	background-color: #E5A792;
	color: #fff;
	}
	
#iphone{
	margin-top: 120px;
}

#screenprint {
	position: relative;
	right: 140px;
}

#tags {
	position: relative;
	bottom: 160px;
}

#idea {
	position: relative;
    left: 80px;
    top: 10px;
}

#proj {
    position: relative;
    right: 70px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#workshop {
	position: relative;
	left: -34px;
	bottom: 12px;
}

#copy {
	margin-top: 10%;
	color: #716461;
	font-size: 14px;
}

#how {
	position: relative;
	top: 2%;
	margin-bottom: 60px;
}

.bottomspace {
	margin-bottom: 8%;
}

ol {
	color: white;
	font-size: 20px;
	font-weight: 200;
	margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    -webkit-padding-start: 0px;
}

.custom-counter li {
    counter-increment: step-counter;
    margin-left: 45px;
}

.custom-counter li::before {
    content: counter(step-counter);
    border: 1px solid #E88D5D;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: -48px;
    line-height: 30px;
    margin-right: 10px;

}

.indent {
    text-indent: -36px;
    margin-left: 38px;
}

.indent > img {
	margin-right: 10px;
}

.line {
	border-top: 1px solid rgba(238, 220, 215, 0.84);
	margin-top: 50px;
}
	
#bkglayer1 {
	width: 60%;
	height: 100%;
	background-color1: #F0624E;
	margin: auto;
}


#bkglayer3 {
	width: 60%;
	height: 100%;
	background-color1: #E5A792;
	margin: auto;
}


#bkglayer5 {
	width: 60%;
	height: 100%;
	background-color1: #383130;
	margin: auto;
}

.content {
	text-align: left;
}

span {
	color: white;
	font-size: 18px;
	text-align: center;
	font-weight: 200;
}

.topmargin5 {
	margin-top: 5%;
}

.topmargin10 {
	margin-top: 10%;
}

.offsetdown {
	margin-top: 34%;
	margin-bottom: 60px;
}

#mc_embed_signup form {
	padding: 0px;
	margin-top: 10px;
	}
	
#mc_embed_signup .button {
	background-color: #F0624E;
	padding: 12px;
	min-height: 55px;
    max-width: 130px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 18px;
	font-weight: 400;
}

#mc_embed_signup input.email {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	width: 78%;
	font-weight: 200;
	color: #828282;
	border-radius: initial;
	padding: 10px 0px 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}

#mc_embed_signup input {
	background-color: initial;
	border-left: initial;
	border-right: initial;
	border-top: initial;
	border-bottom: 1px solid #828282;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	h1 {
		font-size: 105px;
	}
	
	h2 {
		font-size: 60px;
	}
	
	h3 {
		font-size: 65px;
	}
	
	h4 {font-size: 45px;	
	}
	
	p { 
		font-size: 50px
	}
	
	span {
		font-size: 40px;
	}
	
	.content {
		padding-left: 45px;
		padding-right: 45px;
	}
	
	#iphone {
		margin-top: 55px;
	}
	
	#how {
		margin-top: 25px;
	}
	
	.centre {
		text-align: center;
	}
	
	ol {
		font-size: 50px;	
	}
	
	#logo {
		width: 140px;
	}
	
	.space {
		text-align: center;
		margin-top: 10%;
		margin-bottom: 10%;
	}
	
	.offsetdown {
		margin-top: -20%;
	}
	
	#screenprint {
		right: 20px;
		width: 700px;
	}

	.indent {
	    text-indent: -66px;
	    margin-left: 75px;
	}
	
	.custom-counter li::before {
	    padding: 2px 20px;
	     margin-left: -78px;
	    
	}

	#tags {
		width: 250px;
	}

	p > img {
		width: 46px;
	}
	
	p {
		max-width: none!important;
	}
	
	#idea {
		left: -22px;
		top: 0px;
		width: 106%;
	}
	
	#proj {
		right: 0px;
		bottom: 0px;
		width: 100%;
	}
	
	#workshop {
		left: -70px;
	}
	
	.mobspace {
		margin-top: 60px;
	}
	
	ol {
		margin-bottom: 120px;
	}
	
	.marginbelow{
		margin-bottom: 120px;
	}
	
	
	#mc_embed_signup .button {
	    margin: auto!important;
	    font-size: 45px;
		padding: 55px 0px 85px 0px;
	    max-width: 1000px;
	    width: 100%!important;
	    margin-top: 100px;
	}
	
	#mc_embed_signup input.email {
		margin-bottom: 100px;
		width: 100%;	
		font-size: 48px;
	}

	#copy {
	font-size: 24px;
	}
	
	a#button {
		font-size: 45px;
		font-weight: 500;
		padding: 35px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
		width: 100%;
		display: inline-block;
	}
	
	#bkglayer1, #bkglayer3, #bkglayer5  {
		width: 90%;
	}