@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700');

body {
	font-family: 'Source Sans Pro', sans-serif;

	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #777;

	/* This was added after making header fixed and it pulls the header down */
	padding-top: 72px;
}

.container {
	/* This width will be fluid until it reaches 960px */
	max-width: 960px;
	margin: 0 auto;
	padding: 0 4%;
}


.fullwidth-container {
	max-width: 100%;
}

footer .container {
    padding-top: 2%;
}

header {
	background-color: #FFFFFF;
	border-bottom: 2px solid #e53e3b;

	/* You can also specify colours in CSS using rgb 
	Using rgba we can specify an 'alpha' value between 0-1 which controls transparency
	In this case the transparency is only applied to the drop shadow but in other cases
	can be applied to blocksof colour */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);

	/* From here we make the header fixed */
	position: fixed;

	/* This specifies value for how the element should position on the screen */
	top: 0;
	left: 0;


	/* This expands the header to the whole screen */
	width: 100%;

	/* After this you can add padding top to the  body to bring it down below header and not begind it */
	
	z-index: 10;
}

h1 {
	float: left;
	padding: 24px 0 24px 40px;
}

em {
color:white;
font-style:italic;
}

nav {
	float: right;
}

nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;

	/* 	72px height of header
		24px height of link
		48px reamining / 2 = 24px 
		This centers the nav between top and bottom */
	padding: 24px 20px;	
}

nav a:hover {
	background-color: black;
	color: white;
	text-decoration: overline;


}

.intro {

	/* Shorter version of the below
	backgounrd: #97cbbe url(.../images/blur-bg.jpg no-repeat 50% 50%; */

	background: #e53e3b;
	/* overflow:hidden; hides any excess elements that do not fit within the height */
	height: 570px;
	overflow: hidden;


}

.banner {
	float: left;
	width: 50%;
	/*text-align: center;*/
	margin-top: 100px;
	position: relative;
}


.banner .top {
	position: absolute;
	left:0;
	top:0;

	-webkit-animation-name: cf3FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	-webkit-animation-direction: alternate;
}



#cf3 img {
	position: absolute;
}



@-webkit-keyframes cf3FadeInOut {
0% {
  opacity:1;
}
50% {
	opacity:0;
}
100% {
	opacity:0;
}
}

.lead {
	float: right;
	width: 50%;
	padding: 200px 0 0 70px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #333;
	font-weight: 400;
}

.intro h2 {
	color: #ffffff;
}

.intro .lead p {
	color: #ffffff;
}

.lead p {
	text-align: left;
	font-size: 22px;
	margin: 25px 0;
	color: #333;
}

.lead h2 {
	text-align: left;
}

.column {
	float: left;
	width: 25%;
	text-align: center;
	padding top: 50px;
}
.column50 {
	float: left;
	width: 50%;
	padding: 0 40px 0;
}

.column p {
	padding: 0 30px 50px 0;
	font-size: 16px;
	color: #333;
}

.column a {
	text-decoration: none;
	color: black;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	margin: 30px 0 5px 0;
	color: #333;
	font-weight: 400;
	
}

	
.column h3 {
	color: #333;


}

.features {
	background-color: #FFFFFF;
}
.features p {
	padding-right: 0;
}


.contact {
	padding: 70px 0;
	text-align: center;
}

.contact a {
	text-decoration: none;
	color: #444;
	/* This adds a line below text */
	border-bottom: solid 2px #444;
	/* Padding space between text and border (line)*/
	padding-bottom: 1px;
}

.contact h3 {
	margin-top: 0;
}


.skills {
	background-color: #e9e9e9;
	background-position: center;
	background-size: cover;

	padding: 70px 0;
	text-align: center;
}

.skills a {
	text-decoration: none;
	color: #444;
	/* This adds a line below text */
	border-bottom: solid 2px #444;
	/* Padding space between text and border (line)*/
	padding-bottom: 1px;
}

.skills p {
	text-decoration: none;
	color: #444;
	padding-bottom: 1px;
	padding-right: 0px;
}

.skills h3 {
	margin-top: 0;
}



.social {
	background-color: rgba(0, 0, 0, 0);
	border: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}

.container a {
	background-color: rgba(0, 0, 0, 0);
	border: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
}

section.quote a,
h4 a,
h3 a,
.column50 a,
section.confidential a {
    color: black;
    text-decoration: none;
    font-weight: bold;
      border-bottom: 2px solid #34b8c8;
}

section.confidential a {
    color: white;
}

section.quote a:hover,
h4 a:hover,
h3 a:hover,
.column50 a:hover,
section.confidential a:hover {
    color: #34b8c8;
    border-bottom: 2px solid #34b8c8;
}

form {
	width: 80%;
	margin: 0 auto;
}

form #website { 
	display:none; 
}


.form-left {
	float: left;
	width: 49%;
}

.form-right {
	float: right;
	width: 49%;
}

ul,
li {
	text-align: left;
	list-style-type: none;
}

ul.topnav,
.topnav li {
	text-align: right;
}


/* In this section we are overiding default settings for forms */


#email2 { 
	display: none; 
} 

input,
textarea {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 10px 15px;
	width: 100%;
	margin: 10px 0;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #777;

}

textarea {
	height: 150px;
	resize: vertical;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

/* This pseudo state allows ur to apply styles only when the cursor is active inside the input */
input:focus,
textarea:focus {

	outline: none;
	border-color: #999;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

/* This is called an attributr selector , we can target with certain attributes that natch valued, 
in this case   	attribute = type   		value = submit */

input[type="submit"] {
    background-color: #34b8c8;
    color: #fff;
    width: auto;
    float: right;
    border: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;


	/* This forces the browser to show the hand pointer cursor, which implies to the user that 
	it is a bclickable button*/
	cursor: pointer;

	margin-bottom: 0;
}

input[type="password"] {
    text-align: center;
}




footer {
	background-color: #e53e3b;
	text-align: right;
	padding-right: 180px;
}

footer a {
	margin: 0 5px;
}

footer p {
	float: left;
	padding-top: 10px;
	padding-left: 200px;
	vertical-align: text-top;
	margin: 0;
	font-size: 12px;
	color: white;
}



/* About */


.about .container {
	min-height: 390px;
}

.about {
	background-image: url(../images/about-me-background.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding: 100px;
}

.about p {
	font-size: 18px;
	text-align: left;
	color: #333
}
.about h4 {
	font-size: 24px;
	margin: 0;
}

h4 {
	color: black;
	font-size: 20px;
	margin: 30px 0 5px 0;
	text-align: center;
}

.about {
	background-color: #e9e9e9;;
}

.about img {
	max-width: 25%;
	margin-top: 0px;
	border-radius: 100%;
}



/* Experience */


.experience {
	/* 2 Values target top and bottom on first and left anf right on second 
	(this has added extra indent to quoatation text */
	padding: 0 70px;

	/* Margin auto on the left and right automatically centers our element*/
	margin: 0px auto 0px auto;
	width: 100%;
}

.experience h2 {
	text-align: left;
	color: #333;
	font-size: 23px;
	line-height: 1;
	margin-top: 30px;
}


.experience h3 {
	text-align: left;
	font-size: 20px;
	margin: 18px 0 5px 0;
}

.experience h4 {
	font-size: 24px;
	margin-top: 0px;
	padding-right: 80px;
	padding-left: 80px;
}

.experience p {
	margin-top: 10px;
	text-align: left;
	font-size: 18px;

}


.experience a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s linear;
}
 .experience a:hover, .experience a:focus {
  color: #34b8c8;
  border-bottom: 2px solid #34b8c8;
}


a:hover {
    cursor: pointer;
}


hr {

    width: 10%;
	border: 1px solid black;

}
.experience {

}

.column50 hr {
	float: left;
}



/* Contact */


.column {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 50px;
}


section.contact.help {
	background-color: #e53e3b;
	border-bottom: 1px solid #E0DFDF;
}

section.contact.help h3,
section.contact.help h4,
section.contact.help h5,
section.contact.help p,
section.contact.help a {
	color: #fff;
}

section.contact.help a {
	color: #fff;
}

.contact .column p {
	padding: 0 30px;
	font-size: 16px;
	color: black;
}

.contact p {
	color: black;
	padding-bottom: 30px;
}

.contact {
	background-color: #e9e9e9;
}

.contact .column {
	width: 33.333%;
	text-align: center;
}


.contact img {
	margin-top: 10px;
}

 .contact a:hover, .contact a:focus {
  color: #34b8c8;
  border-bottom: 2px solid #34b8c8;
}

.contact h3 {
	text-align: center;
}


.contact {
	background-color: #e9e9e9;
	background-position: center;
	background-size: cover;

	padding: 100px 0;
	text-align: center;

}


/* Applies to contact form */

.contact a {
	text-decoration: none;
	color: #444;
	/* This adds a line below text */
	border-bottom: solid 2px #34b8c8;
	/* Padding space between text and border (line)*/
	padding-bottom: 1px;
}

.contact h3 {
	margin-top: 0;
}

.contact p {

}

form {
	width: 80%;
	margin: 0 auto;
}

.form-left {
	float: left;
	width: 49%;
}

.form-right {
	float: right;
	width: 49%;
}

.contact h5 {
	color: black;
	font-size: 20px;
	text-transform: uppercase;

}

.contact hr {

    width: 50%;
	border: 1px solid white;

}

.contactForm hr {
	width: 100%;
	border: 1px solid transparent;

}


.column a {
	text-decoration: none;
	color: #444;
	border-bottom: none;

}


.brandingContainer {
padding: 0px!important;
}

.flRight .rContainer {
		display: none!important;
}

.formSection {
	padding:60px 0;
	height:600px;
	overflow-y:hidden;
	background: white;
}
.formSection iframe {
    position:static!important;
}


/* Branding */


html,
body {
	height: 100%;
	background-color: #E9E9E9;
}

.feature {
	padding: 60px;
	max-width: 860px;
	margin: 0 auto;
}


.arrow {
	display: block;
	margin: 0 auto 29px auto;
}

.scroll-effect {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
/*	position: relative;*/

}

.small-change1-fullwidth {
	background-image: url(../images/small-change1-fullwidth.jpg);
}

.zoo-fullwidth {
	background-image: url(../images/zoo-fullwidth.jpg);
}

.ttl-fullwidth {
	background-image: url(../images/ttl-fullwidth.jpg);
}

.ohsobella-fullwidth {
	background-image: url(../images/ohsobella-fullwidth.jpg);
}

.clerkenwell-london-fullwidth {
	background-image: url(../images/clerkenwell-london-fullwidth.jpg);
}


.ebook1-fullwidth {
	background-image: url(../images/ebook1-fullwidth.jpg);
}
.ebook2-fullwidth {
	background-image: url(../images/ebook2-fullwidth.jpg);
}




.subscribe {
	padding: 50px 0;
	background-color: #f3f4f5;
}




/*work starts here */


.subtitle {
	padding-top: 10px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	color: RGBA(55, 57, 54, 0.6);
}

.branding,
.print,
.digital, 
.commercial,
.Elixirr.Creative
p {
	text-align: center;
}

h2 {
	text-align: center;
}

blockquote {
	font-size: 25px;
	font-weight: 300;
}

/*we added an extra class into our html, to separate the images in columnswith two images stacked on top of one another */
.top-image {
	margin-bottom: 10px;
}

/*we need to position our caption inside of our div's class="columns"*/
/*we use this class as all of our divs have it in common already*/

/*add the correct position relative to our .columns class for
our absolute positioning*/
.columns {
	padding-top: 20px;
	position: relative;
}

.branding .columns {
	padding-top: 0px;
}
.print .columns {
	padding-top: 0px;
}
.digital .columns {
	padding-top: 0px;
}
.commercial .columns {
	padding-top: 0px;
}
.Elixirr.Creative {
	padding-top: 0px;
}
.twelve.columns {

	margin-left: 0%;
}

span.caption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #ffffff;
	padding: 5px 10px;
}

.gallery {
     	position: relative;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.gallery-image {
		cursor:pointer;
		position: relative;
		display: block;
	}

	.gallery-text {
	    position: absolute;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
	    text-align: center;
	    background-color: rgba(0,0,0,0.8);
	    opacity: 0;
	    -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
        vertical-align:middle;
	}

	.gallery-text:hover{
	    opacity: 0.8;  
	    background-color: #000;  
	}

	.gallery-text h4 {
		color: #fff;
		font-size: 24px;
		display: inline-table;
    	vertical-align:middle; 
    	text-align: center;
    	position: relative;
	}

.gallery-text small {
	font-size: 18px;
}

.gallery-text hr {
    border: 1px solid white;
}	

.gallery-text.big h4	{
	top:40%;
	-ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.gallery-text.medium h4	{
	top:41%;
	-ms-transform: translateY(-41%);
    -webkit-transform: translateY(-41%);
    transform: translateY(-41%);
}
.gallery-text.small h4	{
	top:40%;
	-ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);	
}

.branding,
.Elixirr.Creative {
	padding: 70px;
}

.print {
	background-color: #CCC8C2;
	padding: 70px;
}

section.experience.grey {
	padding: 50px 0 0;
	background-color: white;
}


section.experience.red
 {
	padding: 100px;
	background-color: #e53e3b;
	border-bottom: solid 1px #e2e6ea;
}

section.confidential.dark {
		padding: 100px;
	background-color: #333333;
	border-bottom: solid 1px #e2e6ea;
}

section.experience.red p,
section.confidential.dark p {
	padding-right: 100px;
	padding-left: 100px;
	text-align: center;
    color: white;
    font-style: italic;
}

section.confidential.dark p {
	font-style: normal;
}

section.experience.red h4 {
	color: white;
}

section.confidential.dark h3 {
	color: white;
	text-align: center;
}


section.experience.red hr,
section.confidential.dark hr {
	border: 1px solid white;
}

.digital {
	padding: 70px;
}

section.digital,
section.quote {
	text-align: center;
}


section.image {
	vertical-align: bottom;
	margin: 0px auto 0px auto;
	max-width: 1140px;
}

section.digital,
section.branding ,
section.print,
section.commercial,
section..Elixirr.Creative  {
	max-width: 960px;
    margin: 0px auto 0px auto;
 }   

section.quote {
	max-width: 1140px;
    background-color: #ffffff;
    padding-top:10px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px auto 60px auto;
} 

div.quote {
	max-width: 1240px;
    margin: 0px auto 0px auto;
} 

div.quote section.container {
	max-width: 1140px;
	padding: 0px;
}

.commercial {
	background-color: #CCC8C2;
	padding: 70px;
}

.imgsrc {
	border-bottom-color: none;
	border-bottom-color: none;
}



/*section img  {
	opacity: 1;
	transition: opacity 1s ease;
}

section img:hover {
	opacity: 0.5;
}




section img {
	transition: all 0.25s ease;
}

section.container img:hover {
	box-shadow: 3px 3px 3px rgba(0,0,0, 0.2);
}
*/

img.back-to-top {
    padding: 7px;
    height: 50px;
    width: 50px;
    display: flex;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}

.cd-top {
  z-index: 1000;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #34b8c8;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: .8;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}

.cd-top:hover {
  background-color: #34b8c8;
  opacity: 1;
}



/* Burger Menu */

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

h1 {
float: left;

}


ul.topnav li {
	display: inline;
}

ul.topnav li a {
    display: inline-block;
    color: #333;
    text-align: center;
    margin: 35px 20px 35px 20px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.topnav li a:hover {
    border-bottom:2px solid black;
    margin-bottom: 0!important;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:860px) {
  ul.topnav li {
  	display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    letter-spacing: 0px!important;
  }

header h1 {
 	float: left!important;
 	position: absolute;
 }

  ul.topnav.responsive {
  	position: relative;
  	height:100vh;
  	padding-top: 92px;
  }

  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0!important;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #333;
    font-weight: 400;
    text-transform: none;
  }
   ul.topnav.responsive:first-child  {
  	margin-top: 100px;
  } 

ul.topnav li a:hover {
	border-bottom: none;
}

ul.topnav li a:hover {
	border-bottom: none;
}

header h1 {
	padding-top: 24px;

}

.features hr {
display: none;
}
section.experience.red p,
section.confidential.dark p {
text-align: left;
padding: 0;
}
.experience h4,
.confidential.dark h3  {
text-align: left;
}
}



/* ---------------------- Responsive starts here! ---------------------- */

@media screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
    main p {
    font-size: 2rem;
  }

}

@media screen and (max-width: 960px) {
.experience h4,
.confidential.dark h3 {
	padding: 0px;
}
section.experience.red p,
section.confidential.dark p {
	padding: 0!important;
}	
}



@media screen and (max-width: 860px) {


h1,
nav,
.lead,
.purplecow .top,
.column,
.about .column50,
.contact .column,
.form-left,
.form-right {
	float: none;
	width: auto;
}

header {
	position: fixed;
	box-shadow: none;
	text-align: center;
	padding: 0px 4% 0 4%;
	min-height: 94px!important;
}

body {
	padding-top: 0;
}

nav a {
	padding: 10px;
}

h1 {
	padding-bottom: 5px;
	padding-left: 10px;
}

.lead h2 {
	text-align: center;
	padding-top: 115px;
}



.digital h3 {
	padding-top: 75px;
}

.lead p {
	text-align: center;
	margin: 20px 0
}

.intro {
	height: auto;
	text-align: center;
}

.lead {
	padding: 40px 4% 0 4%;
}

.features{
	padding-top: 50px;
	padding-bottom: 50px;
}

.current {
	padding-top: 60px;
}


section .column img {
    float: left;
    margin: 4px 30px 0px 30px;
	}

.column h3 {
    text-align: left;
    padding-right: 10px;
    margin: -9px 0 5px 0!important;
	}

.column p {
    padding: 0 10px 0px 0px;
    text-align: left;
}

.contact .column p {
    text-align: center;
}

.column {
	padding: 30px 0;
}

.columns img {
    margin-top: 0px!important;
}

.banner {
	padding-top: 0;
	margin-top: 30px;
	margin-bottom: 50px;

}

.banner .top {
	max-width: 100%;
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
}

.banner .bottom {
	max-width: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.about img {
    margin-top: 100px;
}

.contact.help, .about .container {
margin-top: 60px;
}

.branding {
	padding: 150px 70px 70px 70px;
}

section.container h2 {
	text-align: center;
}

footer p {
	padding-left: 12%!important;

}

footer {
    padding-right: 12%;
    padding-left: 0px;
}	
}

@media screen and (max-width:790px) {
footer {
    text-align: center;
    padding-right: 0;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}
footer p {
	float: none;
	padding-bottom: 15px;
	padding-left: 0px!important;
}

.features hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
	}
}

@media screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }

section.experience.red,
section.confident.dark {
    padding: 70px 4%!important;
}

section.experience.red p,
section.confident.dark p {
	padding: 0!important;
}  
}

@media screen and (max-width:750px) {

.column50 {
	float: none;
	width: auto;
	padding: 0 0;

}
.experience.grey .column50 {
	padding: 0 5%;

}
.gallery-text h4 {
	font-size: 20px;
}
.gallery-text small {
	font-size: 18px;
}
}


@media screen and (max-width:400px) {


footer p {
	text-align: center;
	padding-left: 0px;
	}

.lead h2 {
	padding-top: 0px;
}	


.banner {
	max-width: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.banner {
    margin-bottom: 30px;
	}

.about img {
    margin-top: 0px;
}

.contact.help {
margin-top: 0px;
}

.current {
	padding-top: 0px;
}


.intro {
	padding: 100px 0px 0px 0px;
	}

.contact.help {
	padding: 150px 0px 0px 0px;
	}
.branding {
	padding: 140px 20px 30px 20px!important;
	}
.print {
	padding: 55px 20px 30px 20px;
	}
.digital {
	padding: 55px 20px 30px 20px;
	}
.commercial {
	padding: 55px 20px 30px 20px;
	}
.columns {
    padding-top: 0px;
	}
.experience p {
    font-size: 16px;
	}
.experience {
    margin: 0px auto 0px auto;
   } 
.about {
    margin: 60px 0 0 0;
    }
.contact {
    padding: 50px 0 90px 0;
	}
.features .container.group {
    padding: 15% 4%;
}
h4 {
	padding-left: 0px;
}


/* Features Trial */

.features {
	padding-top: 0px;
	padding-bottom: 0px;
}
section .column img {
    float: left;
    margin: 4px 30px 0px 30px;
	}

.column h3 {
    text-align: left;
    padding-right: 10px;
    margin: -9px 0 5px 0!important;
    overflow: hidden;
	}

.column p {
    padding: 0 10px 0px 0px;
    text-align: left;
    }
.contact .column p {
    text-align: center!important;
	}
.about img {
    max-width: 100%;
    margin-bottom: 30px;
	}
.about,
section.experience.white,
section.experience.red,
section.confident.dark {
padding: 70px 5%;
}
section.experience.white p {
text-align: left;
padding: 0;
}
.about h4{
text-align: left;
}
.intro {
	padding-bottom: 30px;
}
.colmun img {
	margin-top: 0px;
}
.branding section img {
	padding:  0px;
}
.print section img {
	padding:  0px;
}
.digital section img {
	padding:  0px;
	width: 100%;
}
.commercial section img {
	padding:  0px;
}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    /* Retina-specific stuff here */
}
}







