html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: white;
}

.container-fluid {
	padding-top: 2%;
	padding-left: 7%;
	padding-right: 7%;
	max-width: 1500px;
	
}

.footer {
	padding-top: 120px;
}

body {
	font-family: helvetica;
}

a:link {
	color:inherit;
  	text-decoration: none;
}

a:visited {
	color:inherit;
  	text-decoration: none;
}

a:hover {
	color: #242424;
}

a:active {
	
}

ul {
	list-style-type: none;
}

.greyscale-hover img:hover {
    -webkit-filter: opacity(70%);
    filter: opacity(70%);
}

/* Mobile */
@media all and (max-width: 768px){
	div.landing-main{
		font-size: 78px;
		line-height: 110%;
	}

	.container-fluid {
		padding-left: 7%;
		padding-right: 7%;
	}

	#arrow {
		padding-top: 10px;
		max-height: 170px;

	}

	.landing-main {
		padding-bottom: 50px;
		padding-top: 40px;
		padding-left: 4%;
	}

	.project-description {
		font-size: 10px;
	}

	#big {
		padding-left: 10px;
	}

	.project-row {
	padding-bottom: 0px;
	}

	.footer-global {
	padding-top: 50px;
	padding-bottom: 60px; 
	font-size: 18px;
	font-weight: lighter;
    color: #C6C6C6;
    flex: 1 1 auto;
	}
}

/* Tablet */
@media all and (max-width: 991px) and (min-width: 769px){
	div.landing-main{
		font-size: 120px;
		line-height: 110%;
		padding-left: 0%;
		padding-right: 0%;
	}

	#arrow {
		vertical-align: bottom;
		bottom: 0px;
		right: 50px;
		padding-bottom: 65px;
		max-height: 350px;
		position: absolute;
	}

	.project-row {
	padding-bottom: 100px;
	}
}

/* Small Desktop */
@media all and (max-width: 1300px) and (min-width: 992px){
	div.landing-main{
		font-size: 140px;
		line-height: 110%;
	}

	#arrow {
	vertical-align: bottom;
	bottom: 0px;
	right: 50px;
	padding-bottom: 65px;
	max-height: 350px;
	position: absolute;
	}

	.project-row {
	padding-bottom: 70px;
	}
}

/* Large Desktop */
@media all and (min-width: 1301px){
	div.landing-main{
		font-size: 170px;
		line-height: 110%;
	}

	#arrow {
		vertical-align: bottom;
		bottom: 0px;
		right: 50px;
		padding-bottom: 80px;
		max-height: 350px;
		position: absolute;
	}

	.project-row {
	padding-bottom: 80px;
	}
}

.top-gutter {
	font-size: 17px;
	font-weight: medium;
	padding-top: 25px;
    color: #8F8F8F;
}

ul.menu {
  	display: block;
  	text-align: right;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}

li a {
  display: block;
  text-decoration: none;
}

ul.f-category {
  	display: block;
  	text-align: left;
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}


#nav li {
  float: right;
  padding-left: 30px;
}



.thumbnailtext {
	font-size: 20px;
	padding-top: 15px;
	line-height: 35px;
	font-weight: 500;
}

.project-category {
	font-size: 20px;
	font-weight: lighter;
	line-height: 40px;
	font-weight: 100;
	color: #C5C5C5;
	padding: 0;
	margin: 0;
}

.project-description {
	font-size: 20px;
	padding-bottom: 50px;
	line-height: 40px;
	color: black;
	font-weight: lighter;
}

.project-image {
	padding-bottom: 60px;
}

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

#big {
	position: relative;
	
}

.vcenter {
	padding: 4% 0;
}

.landing-main {
	padding-bottom: 100px;
	padding-top: 40px;
	color: black;
}

.project-main {
	padding-bottom: 50px;
	padding-top: 80px;
	font-size: 60px;
	line-height: 110%;
	padding-left: 1%;
	color: black;
}

.img-fluid {
}

.index-project-cell {
    margin-bottom: 40px;
}

.footer-nav {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	padding-bottom: 70px;
	color: #C5C5C5;
	font-weight: lighter;
}

.footer-buttons {
	padding-bottom: 50px;
}

.footer-dir {
	color: #A0A0A0;
	padding-bottom: -20px;
	line-height: 1px;
}

.footer-dir-name {
	font-size: 20px;
	line-height: 30px;
	color: black;
}

.info {
	padding-left: 12px;
}


.footer-global {
	padding-top: 50px;
	padding-bottom: 60px; 
	font-size: 16px;
	font-weight: lighter;
    color: #C6C6C6;
    flex: 1 1 auto;
}

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









