@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:200px;
	margin-bottom:100px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:18px;
	color:#555;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}

a {
	font:'Open Sans Semibold';
	font-weight:600;
	font-style:normal;
	text-decoration:none;
	color:#b50781;
}

h1 {
	font:'Open Sans Light';
	font-weight:300;
	font-style:normal;
	font-size:48px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font:'Open Sans Light';
	font-weight:300;
	font-style:normal;
	font-size:28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 a {
	font:'Open Sans Light';
	font-weight:300;
}

h3 {
	font:'Open Sans Semibold';
	font-weight:600;
	font-style:normal;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

small {
	font-size:14px;
	color:#BBB;
}

b {
	font:'Open Sans Semibold';
	font-weight:600;
	font-style:normal;
}

ul {
    padding-left:25px;
}

li.spaced {
	padding-bottom:10px;
}

.divider {
	background-repeat:repeat-x;
	background-position: left top;
	width:100%;
	height:22px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	min-width:900px;
}

.splitter {
	background-image: url(../images/splitter.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:17px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
}

.content {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content-full {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.content-project {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-left:550px;
	text-align: left;
	height:600px;
	display: table-cell;
	vertical-align: middle;
}

.content-decoration {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-top:bottom;
	background-position:-100px center;
	background-repeat:no-repeat;
}

.padding {
	padding-top:80px;
	padding-bottom:80px;
}

.strapline {
	margin-top:50px;
	margin-bottom:50px;
}

.section-header {

}

.section-footer {
	z-index:6;
	position : absolute;
	bottom : 0;
	background-color:#FFF;
	width:100%;
}

.section-about {
	background-color:#f5f5f5;
}

.media {
	background-color:#FFF;
	padding:2px;
}

.screenshot {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.project-button {
	background-image: url(../images/buttonBg.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:204px;
	height:56px;
	color:#FFF;
	font-size:20px;
	text-align:center;
	padding-top:26px;
	padding-bottom:0px;
	font:'Open Sans';
	font-weight:400;
	z-index:30;
}

.screenshot-overlay {
    display: block;
 	width: 100%;
 	height: 100%;
	min-width:10000px;
	min-height:10000px;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}

.screenshot-container {
 	width: 100%;
 	height: 100%;
	display: table;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	text-align:center;
}

.screenshot-large {
    display: table-cell;
    vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
	z-index:1001;
}

img.social-icon {
	padding-left:10px;
	padding-right:10px;
}

.flip-x
{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
