@font-face {
	font-family: 'Adam';
	src: url('Adam.otf');
}

@font-face {
	font-family: 'Gotham Light';
	src: url('Gotham-Light.otf');
}

body {
	margin: 0;
	font-family: 'Gotham Light';
	color: white;
}
a {
	text-decoration: none;
	color: inherit;
}

/* Top 100% */
.fixed {
	height: 100%;
	width: 100%;
	background: url('vancouver.jpg');
	background-size: cover;
	z-index: -1;
	position: fixed;
}
.titleContain {
	padding-top: 25%;
}
.title {
	font-size: 5em;
	font-family: 'Adam';
	text-decoration: bold;
	text-align: center;
	color: rgba(255,255,255,0.7);
}

/* Bottom Area */
.portfolioContain {
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.4));
	position: absolute;
	top: 75%;
	width: 100%;
}
.infoArea {
	background: rgba(51,110,123,1);
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	width: 100%;
	max-width: 30em;
	margin: auto;
	margin-bottom: 5em;
}
.subtitle {
	font-size: 2em;
	font-family: 'Adam';
	text-decoration: bold;
	text-align: center;
	color: rgba(255,255,255,0.7);
}
.portfolioItem {
	height: 6em;
	width: 100%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 30em;
}
.dataMet {
	background: url(dataMet.jpg) center center / cover;
}
.bcg {
	background: url(bcg.jpg) center center / cover;
}
.bellwether {
	background: url(bellwether.jpg) center center / cover;
}

.footer {
	margin-top: 5em;
	padding-top: 2em;
	padding-bottom: 2em;
	background: rgba(51,110,123,1);
}
.footerInner {
	text-align: center;
}