/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

body {
    font-family: "futura-pt", sans-serif;
    font-size: 1em;
    width:100%;
}

html, body {
	height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Columns */

.clearfix {
	display:block;
	clear:both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.column {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}

.column:last-child {
	margin-right: 0;
	margin-left: 10px;
}

.column:first-child, .column:first-of-type, .column:only-of-type {
	margin-right: 10px;
	margin-left: 0;
}

.one-eighth {
	width: 10.75%;
}

.one-fourth {
	width: 23.5%;
}

.one-third {
	width: 32%;
}

.half {
    width: 49%;
}

.two-thirds {
	width: 66%;
}

.three-fourths {
	width:74.5%;
}

.full {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}


/* Typography */


h1 {
	font-weight:500;
	font-size: 1.777em;
	line-height: 1.333em;
	letter-spacing: -0.02em;
}

h2 {
	font-weight:500;
	font-size: 60px;
}

h3 {
	font-weight:500;
	font-size: 2.2em;
	margin: 0;
}

h4 {
	font-weight:500;
	font-size: 1.1em;
    margin: 0.2em 0 1.5em 0;
}

h5 {
	font-weight:500;
	font-size: 1em;
}

h6 {
	font-weight:100;
    font-size: 1.25em;
	color: #777;
	margin:0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 100;
	color:#999;
	text-transform: uppercase;
}

h1 span, h2 span, h3 span, h4 span{
	font-size: 0.8em;
}

h3 span {
	display: block; 
	font-size: 14px;
	color: #ccc;
}
 
p, pre, ul li {
    font-size: 1.25em;
    line-height: 1.35em;
	color:#777;
}

p {
	font-weight: 100;
	margin: 1em 0;
}


a {
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: none;
    color: #e12610;
    cursor: pointer;
}

ul li {
	font-weight: 100;
	margin: 0;
	padding: 0;
}

.align-right {
	text-align: right;
	float: right;
}

.align-left {
	text-align: left;
	float: left;
}



/* Header and Navigation */

header {
	position:fixed;
	width:100%;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	padding: 0;
	z-index: 1000;
	background:#fff;
}

#logo {
	position:absolute;
	margin:10px 0 0 -8px;
}

#logo a {
	width: 40px;
	height: 40px;
	display:block;
}

nav {
	margin: 0 auto;
	position: relative;
}

nav ul {
	position:absolute;
	right:20px;
	top: 5px;
}

nav li {
	float:left;
}

nav li a {
	margin:0 0 0 10px;
	text-transform: uppercase;
}



/* Containers */

#wrapper {
	margin:0 auto;
	height: auto;
}

footer {
	
}



/* Content */

article {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.hero {
	height: 80%;
}

section {
	margin:4.209em auto;
	clear:both;
}

.content {
    padding: 20px 0;
    overflow: hidden;
}

.section-end {
	margin: 30px 0 0;
}

.btn-icon {
	margin: 0 0 3px 6px;
    display: inline;
    width: 16px;
}

a.grow {
	transition: all .1s ease-in-out;
}

a.grow:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}



/* Intro */


#intro {
	height: 100%;
}

#intro .content {
    padding: 4em 0 1em;
}

.intro-arrow {
	width: 100%;
/* 	position: absolute; */
	bottom: 20%;
}

.intro-arrow a {
	display: none;
	margin: 0 auto;
	width: 40px;
	filter: alpha(opacity=30);
	opacity: .3;
	opacity:0.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}



/* Work */
 

.featured-project {
	padding: 0;
	margin: 0;
}

.featured-project h3 {
	display: inline;
	color: #fff;
	line-height: 1.1em;
}

.featured-project a {
}

.featured-project .button {
	display: inline-block;
	padding: 15px 10px 15px 32px;
	background-color:rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.featured-project .button:hover {
	background-color:rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.featured-project a:hover .caret {
	transform: scale(0.8);
	opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.featured-project a > .caret {
	transform: scale(1.0);
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	display: inline-block;
	width: 36px;
	height: 20px;
	margin: 0 0 0 8px;
	background: url(../img/icon_arrow_right.svg) no-repeat center center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
}

.featured-project .screenshots {
	width: 100%;
	display: inline;
	margin: 0 0 -2px;
}

.featured-project a.screenshots:hover img {
	transform: scale(0.99);
	margin-bottom: -5px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.featured-project a.screenshots img {
	transform: scale(1.0);
	margin-bottom: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

#project-fr {
	background: url(../img/work/fr/background-fr.png) no-repeat left top #0a3f6a;
	background-size: contain;
}

#project-nmp {
	background: url(../img/work/nmp/background-nmp.png) no-repeat left top #277e9e;
	background-size: contain;
}

#project-kiswe {
	background: url(../img/work/kiswe/background-kiswe.png) no-repeat left top #f9423a;
	background-size: contain;
}

#project-cr {
	background: url(../img/work/cr/background-cr.png) no-repeat left top #2d2d2d;
	background-size: contain;
}

#project-terminalone {
	background: url(../img/work/terminalone/background-terminalone.png) no-repeat left top #395073;
	background-size: contain;
}

#project-codega {
	background: url(../img/work/codega/background-codega.png) no-repeat left top #dfc14d;
	background-size: contain;
}




/* About */


#about {
	background: #333;
	background-size: cover;
	height: 798px;
	padding: 100px 0 0;
}

#about h2 {
	color: #fff;
	margin: 10px 0 0;
}

#about p {
	color: #ccc;
}

.connect-links {
	margin: 0;
	padding: 0;
}

.connect-links li {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.connect-links li a {
	display: block;
	width: 48px;
	height: 48px;
	background:transparent;
}

.connect-links li img {
	opacity:0.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.connect-links li img:hover {
	opacity:1.0;
	fill: #ff0000;
}

.phone-number {
	display:none;
}




/* Project */


.project-page {
	background: #f7f7f7;
}

.project {
	padding: 0;
	margin: 0;
	background: #fff;
}

.project-summary {
	margin-top: 80px;
}

.project-title {
	width: 60%;
}

.vitals {
    float: right;
    margin: 120px 0 0 0;
    padding: 0 0 0 3em;
    border-left: 1px solid #eee;
}

.project-details h4 {
    margin: 0.2em 0 0 0;
}

.caption {
    font-size: 1em;
    color: 777;
    margin: 20px 0;
    line-height: 1.3;
}

.align-left .caption {
    margin: 10px 0 30px;	
}

.full img {
	margin: 20px auto;
    display: block;
}

.image-item {
    margin: 20px auto;
}

.full .image-item {
	width: 98%;
    display: block;
}

.image-item, .image-one, .image-two, .image-three {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.08);
	-moz-box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.08);
	box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.08);
}

.image-one, .image-two, .image-three {
	position: absolute;
}

.mobile-cascade-diagonal {
    position: relative;
    height: 871px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 920px;
}

.mobile-cascade-diagonal .image-one,
.mobile-cascade-diagonal .image-two,
.mobile-cascade-diagonal .image-three {
    width: 400px;
}

.mobile-cascade-diagonal .image-one {
    z-index: 200;
    top: 20px;
    left: 20px;
}

.mobile-cascade-diagonal .image-two {
    z-index: 100;
    top: 80px;
    left: 260px;
}

.mobile-cascade-diagonal .image-three {
    top: 140px;
    left: 500px;
}

.mobile-two-up {
    position: relative;
    height: 751px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 920px;
}

.mobile-two-up .image-one {
    top: 20px;
    left: 20px;
    width: 400px;
}

.mobile-two-up .image-two {
    z-index: 200;
    bottom: 20px;
    right: 20px;
    width: 711px;
}

.mobile-two-up .caption {
	margin: 70% 0 0;	
}

.platform {
    position: relative;
    height: 750px;
    margin: 0 auto 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.platform .image-one {
	bottom: 0;
	right: 0;
	z-index: 200;
	width: 255px;
}

.platform .image-two {
	bottom: 50px;
	right: 40px;
	z-index: 100;
	width: 380px;
}

.platform .image-three {
	bottom: 100px;
	left: 20px;
	width: 900px;
}

.desktop-two-up {
	position: relative;
	height: 760px;
	margin: 20px 0 0;
	clear: both;
}

.desktop-two-up .image-one,
.desktop-two-up .image-two {
	width: 900px;
}

.desktop-two-up .image-one {
	top: 0;
	left: 0;
	z-index: 200;
}

.desktop-two-up .image-two {
	top: 100px;
	right: 0;
}

.project-footer {
	
}

.project-footer .content {
	margin: 5em auto 8em;
}


.project-pagination {
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px;
}

.previous-page, .next-page {

}

.previous-page a, .next-page a {
    display: block;
    height: 36px;
    line-height: 2.6em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}

.previous-page {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0;
}

.previous-page a {
    background: url(../img/icon_arrow_left.svg) no-repeat left center #e12610;
    background-size: 30px 14px;
    padding: 6px 25px 6px 38px;
}

.next-page {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin: 0;
}

.next-page a {
	background: url('../img/icon_arrow_right.svg') no-repeat right center #e12610;
    background-size: 30px 14px;
    padding: 6px 38px 6px 25px;
}

.




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
    
}

/* Media Queries for Screens less than 768 */

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

	#wrapper {
		margin:0 auto;
	}
    
    #logo {
	    margin: 10px 0 0 -12px;
    }
    
    .body-width {
		width:90%;
	}
	
	nav ul {
		margin: 10px 10px 0;
		right:0;
	}
	
	nav li {
		margin: 5px 0;
	}

    article {
	    padding: 30px 0;
    }
    
    #intro .content {
		padding: 3.157em 0 0;
	}

	.text-box, .sn-link, #intro h1, h2 {
		padding:10px 0;
	}	
	
	h1 {
		font-size: 2.6em;
	    line-height: 50px;
	    text-align: center;
	}
	
	h2 {
		font-size: 2.369em;
		margin: 0;
	}
	
	h3 {
		font-size: 1.8em;
		line-height: 1.1em;
		margin: 30px;
	}
	
	h4 {
		margin: 0.2em 0 1em 0;
	}
	
	a {
		display: inline-block;
	}
	
	.one-eighth, .one-fourth, .one-third, .half, .two-thirds, .three-fourths, .radar-chart, .bar-chart, .pie-chart, .legend {
		width:100%;
	}
	
	.column, .column:last-child, .column:first-child, .column:first-of-type, .column:only-of-type {
		float:none;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.content {
		margin: 2em 20px;
	}
	
	.section-arrow {
		display:none;
	}
	
	.connect-links {
		margin: 40px 0 0;
	}
	
	.connect-links li {
	    margin: 0;
	}
	
	.connect-links li a {
	    width: 40px;
	    height: 40px;
	    margin: 0 6px 0 0;
	}
	
	.phone-number {
		display:inline;
	}
	
	.projects .column {
		height: 540px;
	    margin: 5px 0;
	}
	
	.featured-project {
	    padding: 70% 0 0;
	}
	
	.featured-project .button {
	    float: right;
	    padding: 15px 10px 15px 15px;
	    margin: 20px 30px 40px;
	}
	
	.featured-project section {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.featured-project .column {
		margin: 0;
		padding: 0;
	}
	
	.featured-project h3 {
	    margin: 0 0 30px 20px;
	}
	
	.project-summary {
    	margin: 80px 20px 0;
	}
	
	.vitals {
	    float: none;
	    margin: 40px 0 60px 0;
	    padding: 0;
	    border-left: none;
	}
	
	.caption {
		font-size: 1em;
	}
	
	.align-right .caption {
		text-align: left;
	}
	
	.image-item {
	    max-width: 90%;
	    margin: 20px auto;
	    display: block;
	}

	.mobile-cascade-diagonal, .mobile-two-up, .platform, .desktop-two-up {
	    position: inherit;
	    height: auto;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	    overflow: visible;
	}
	
	.image-one, .image-two, .image-three {
		position: inherit;
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	
	.mobile-two-up .caption {
	    margin: 20px 0;
	}
	
	.mobile-cascade-diagonal .image-one,
	.mobile-cascade-diagonal .image-two,
	.mobile-cascade-diagonal .image-three,
	.mobile-two-up .image-one,
	.platform .image-one {
		width: 90%;
	}
	
	.platform .image-two {
		width: 60%;
	}
	
	.mobile-two-up .image-two,
	.platform .image-three,
	.desktop-two-up .image-one,
	.desktop-two-up .image-two {
		width: 100%;
	}
	
	.project-pagination .previous-page, .project-pagination .next-page {
		position: unset;
	    float: left;
	    width: 100%;
	    text-align: center;
	    clear: both;
	}
	
	.project-pagination .previous-page a, .project-pagination .next-page a {
		line-height: 2.8em;
		font-size: 0.8em;
	}

}



/* Media Queries for Screens between 768 and 1024 */

@media (min-width: 768px) and (max-width: 1023px) {
	
	#wrapper {
		margin:0 auto;
	}
	
	.body-width {
		width:90%;
	}
	
	nav ul {
		margin-top: 20px;
		right:0;
		top: 10px;
	}
	
	h1 {
		font-size: 5em;
		line-height:90px;
		text-align:center;
	}
	
	h2 {
		font-size: 2.75em;
		margin:20px 0;
	}
	
	.column {
		float:left;
		margin-right: 1%;
		margin-left: 1%;
	}
	
	.column:last-child {
		margin-right: 0;
		margin-left: 1%;
	}
	
	.column:first-child, .column:first-of-type, .column:only-of-type {
		margin-right: 1%;
		margin-left: 0;
	}
	
	.one-eighth {
		width: 11.%;
	}
	
	.one-fourth {
		width: 23.5%;
	}
	
	.one-third {
		width: 32%;
	}
	
	.half {
	    width: 49%;
	}
	
	.two-thirds {
		width: 66%;
	}
	
	.three-fourths {
		width:74.5%;
	}
	
	.full {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.featured-project .button {
		margin: 55% 0 0 40px;
		background: none;
		padding: 0;
	}

	.featured-project h3 {
	    font-size: 1.9em;
	}
	
	.featured-project a > .caret {
	    width: 30px;
	    height: 14px;
	}
	
	.projects .column {
		height: 360px;
	    margin-bottom: 0;
	}
	
	.projects .column h3 {
	    font-size: 20px;
	    bottom: 30px;
	    left: 30px;
	}

	.vitals {
	    margin: 100px 0 0 0;
	}

	.mobile-cascade-diagonal, .mobile-two-up, .platform, .desktop-two-up {
	    position: inherit;
	    height: auto;
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	    overflow: visible;
	}
	
	.image-one, .image-two, .image-three {
		position: inherit;
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	
	.mobile-two-up .caption {
	    margin: 20px 0;
	}
	
	.mobile-cascade-diagonal .image-one,
	.mobile-cascade-diagonal .image-two,
	.mobile-cascade-diagonal .image-three,
	.mobile-two-up .image-one,
	.platform .image-one {
		width: 60%;
	}
	
	.platform .image-two {
		width: 80%;
	}
	
	.mobile-two-up .image-two,
	.platform .image-three,
	.desktop-two-up .image-one,
	.desktop-two-up .image-two {
		width: 100%;
	}

}


/* Media Queries for Screens larger than 768 */

@media (min-width: 768px) {

	header {
		height: 80px;	
	}
	
	#logo {
		margin: 20px 0 0 -10px;
	}
	
	.featured-project {
	    padding: 20% 0 0;
	}
	
}



/* Media Queries for Screens between 1024 and 1200 */

@media (min-width: 1024px) and (max-width: 1199px){
	
	
	.body-width {
		width:90%;
	}
	
	.half {
    	width: 48.95%;
	}
	
	.two-thirds {
	    width: 65.8%;
	}
	
	.one-third {
	    width: 31.9%;
	}
	
	.one-fourth {
	    width: 23.42%;
	}
	
	.one-eighth {
	    width: 10.68%;
	}
	
	.projects .column {
		height: 480px;
	}
	
	.featured-project h3 {
		font-size: 1.75em;
	}
	
	.featured-project .button {

	}

}


/* Media Queries for Screens larger than 1024 */

@media (min-width: 1024px) {
	
	#wrapper {
		margin:0 auto;
	}
	
	h1 {
		font-size: 6.555em;
		line-height:120px;
		text-align:center;
	}
	
	nav ul {
		right:0;
		top: 13px;
	}	
	
	.intro-arrow a {
		display: block;
	}
	
	.featured-project .button {
		margin: 68% 0 0;
	}
	
}


/* Media Queries for Screens larger than 1200 */

@media (min-width: 1200px) {
	

	.body-width {
		width:1120px;
	}
	
	h2 {
		margin:20px 0;
	}
	
	.featured-project h3 {
	    margin: 70% 0 0;
	}

}


/* Media Queries for Screens larger than 1680 */

@media (min-width: 1680px) {
	

	.body-width {
		width:1440px;
	}
	
	p, pre {
	    font-size: 1.7em;
	}
	
	.caption {
	    font-size: 1.3em;
	}
	
	h2 {
		margin:20px 0;
	}
	
	h4 {
	    font-size: 1.3em;
	}
	
	.featured-project {
	    padding: 200px 0 0;
	}
	
	.featured-project h3 {
	    margin: 60% 0 0;
	}

}


/* Media Queries for Screens larger than 1920 */

@media (min-width: 1920px) {
	

	.body-width {
		width:1440px;
	}
	
	.one-eighth {
		width: 11.285%;
	}
	
	.one-fourth {
		width: 23.95%;
	}
	
	.one-third {
		width: 32.4%;
	}
	
	.half {
	    width: 49.3%;
	}
	
	.two-thirds {
		width: 66.2%;
	}
	
	.three-fourths {
		width:74.65%;
	}
	
	.featured-project h3 {
	    margin: 70% 0 0;
	}
	
}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
