html
{
	-webkit-font-smoothing: antialiased;
}

img
{
	-ms-interpolation-mode: bicubic;
}

body, th, td, div, p
{
	padding: 0;
	margin: 0;
}

img
{
	vertical-align: top;
}

ol, ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

abbr, acronym, fieldset, img
{
	border: 0;
}

body
{
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
}

img
{
	border: 0;
}

.logo
{
	padding: 0;
	width: 100%;
	text-align: center;
}


.shadow
{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.container
{
	display: block;
	clear: both;
	overflow: auto;
	padding: 5% 10% 5% 10%;
	width: 100%;
	width: 80%;
}

.column
{
	float: left;
	padding: 0;
	width: 30%;
	text-align: left;
}

.column:first-of-type
{
	padding: 0 5% 0 0;
	width: 30%;
}

.column:last-of-type
{
	padding: 0 0 0 5%;
	width: 30%;
}

#section1a, #section2
{
	display: auto;
}

#section1
{
	overflow: hidden;
	padding: 10%;
	width: 80%;
	text-align: left;
}

#section2
{
	overflow: auto;
	width: 100%;
}

#section3
{
	overflow: auto;
	padding-bottom: 10%;
	width: 100%;
	text-align: left;
}

/**** ARROW ****/
#arrow
{
	padding: 2% 0 0 0;
	animation: arrow-jump 2s infinite;
}

@keyframes arrow-jump
{
	0%
	{
		opacity: 0;
	}

	50%
	{
		opacity: 1;
		transform: translateY(20px);
	}

	100%
	{
		opacity: 0;
		transform: translateY(20px);
	}
}

.containerPortfolio
{
	padding: 0;
	width: 100%;
}

.portfolio
{
	float: left;
	padding: 0;
	width: 25%;
	text-align: center;
}

.portfolio img, .portfolioLarge img
{
	width: 100%;
}

.portfolioLarge
{
	padding: 0;
	width: 100%;
}

.portfolioLarge:first-child
{
	padding: 8% 0 2% 0;
	width: 100%;
}

body, th, td, input, select, textarea
{
	font-family: Helvetica, Arial, Tahoma, Verdana, Geneva, Trebuchet, Sans-Serif;

	-webkit-font-smoothing: antialiased;
}

body
{
	/* Fix global sizing */
	/* 16px × 62.5% = 10px */
	font-size: 62.5%;
}

.fade
{
	opacity: 0;
	animation: fade ease-in-out 1;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.fade:nth-child(1)
{
	animation-delay: 1s;
}
.fade:nth-child(2)
{
	animation-delay: 2s;
}
.fade:nth-child(3)
{
	animation-delay: 3s;
}

.fadeButton
{
	animation-delay: 3s;
}

@keyframes fade
{
	0%
	{
		opacity: 0.0;
	}
	50%
	{
		opacity: 0.5;
	}
	100%
	{
		opacity: 1.0;
	}
}

p
{
	font-family: 'EB Garamond', serif;
	font-size: 2em;
	line-height: 1.4em;
}

h1
{
	display: block;
	margin: 7% 0 2% -1%;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgba(0,0,0,0.3);
	font-weight: 100;
	font-size: 13em;
	font-family: 'Lato', Helvetica, Arial, Tahoma, Verdana, Geneva, Trebuchet, Sans-Serif;
	line-height: 80%;
}

h2
{
	display: block;
	margin: 0 0 2% -1%;
	padding: 0 0 5% 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(0,0,0,0.25);
	font-weight: 100;
	font-size: 9em;
	font-family: 'Lato', Helvetica, Arial, Tahoma, Verdana, Geneva, Trebuchet, Sans-Serif;
	line-height: 80%;
}

h3
{
	display: block;
	margin: 0 0 10% 0;
	padding: none;
	text-decoration: none;
	font-weight: 300;
	font-size: 2.5em;
	font-family: 'EB Garamond', serif;
	line-height: 80%;
	font-style: italic;
}

h4
{
	display: block;
	margin: 0 0 2% 0;
	padding: 0 0 10% 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0,0,0,0.25);
	font-weight: 300;
	font-size: 2.75em;
	font-family: 'Lato', Helvetica, Arial, Tahoma, Verdana, Geneva, Trebuchet, Sans-Serif;
	line-height: 80%;
}

a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #F07;
	text-decoration: none;
}

/* Colours */
.pink
{
	color: #F07;
}

.ghost-button
{
	display: inline-block;
	padding: 2%;
	min-width: 15%;
	outline: none;
	border: 1px solid rgb(74,193,94);
	border-radius: 4px;
	background-color: rgb(74,193,94);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in;
	transition: box-shadow 0.3s ease-in;
}

.ghost-button:hover, .ghost-button:active
{
	border: 1px solid rgb(100,220,120);
	background-color: rgb(100,220,120);
	box-shadow: 0 0 7px rgba(0,0,0,0.25);
	color: #FFF;
	transition: background-color 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}

.twitter
{
	margin: 0 auto;
	padding: 0 0 4% 0;
}

.twitter a
{
	color: #444;
	text-decoration: none;
}

.twitter p i
{
	color: #F0B;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
{
	/* Start */

	#section1
	{
		height: 80vh;
	}

	h1
	{
		margin: 30% 0 0 0;
		font-size: 3em;
	}

	h2
	{
		font-size: 4em;
	}

	h3
	{
		padding-bottom: 10%;
	}

	h4
	{
		margin: 0 0 2% 0;
		padding: 0 0 5% 0;
		font-size: 2em;
	}

	#arrow
	{
		width: 10%;
	}

	.column:first-of-type,
	.column,
	.column:last-of-type
	{
		display: block;
		clear: both;
		margin: 5% 0 10% 0;
		padding: 0;
		width: 100%;
	}

	.twitter
	{
		padding: 10%;
		width: 80%;
	}

	.ghost-button
	{
		margin-bottom: 5%;
		padding: 5%;
	}

	/* End */
}
