body {
	min-height: 100vh;
}

.folded-corner-container {
	min-height: 90vh;
	max-width: 1200px;
    color: #fff;
	padding-top: 3em;
	padding-bottom: 100px;
	padding-left: 5em;
	padding-right: 5em;
	background: linear-gradient(135deg, transparent 50px, rgba(0, 0, 0, 0.85) 50px);
}

.folded-corner-container, h2, h3, h4, h5, h6 {
	font-family: ProximaNovaRegular;
}

.folded-corner-container > h1, .folded-corner-container > h2, .folded-corner-container > h3, .folded-corner-container > h4, .folded-corner-container > h5, .folded-corner-container > h6, .folded-corner-container > p {
	position: relative;
	z-index: 100;
}

.folded-corner-container > h1 {
	font-family: VerdigrisMVB;
	letter-spacing: 3px;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}

.background-feature-image-section {
	margin-top: 80px;
}

.folded-corner-container-buffer {
	width: 100%;
    height: 380px;
}

.white-gradient-fader {
	bottom: 0;
}

.folded-corner-container > ul {
	padding-left: 30px;
}


.profile-picture {
	position: absolute;
    top: 0;
    left: calc(-5em - 75px);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    border: 1px solid #0b3954;
    image-rendering: -webkit-optimize-contrast;
}
.profile-picture-right {
	left: auto;
	right: calc(-5em - 75px);
}
.profile-picture-center {
    position: relative;
    left: 0;
}
.profile-container {
	padding-left: 40px;
	position: relative;
	z-index: 30;
	margin-bottom: 30px;
}

.profile-occupation {
    margin-top: -8px;
}

.overlay-card {
	background-color: #fff;
	position: absolute;
    left: 4vw;
    width: 92vw;
}
.overlay-card-text-container {
	border-right: 1px solid #000;
	padding: 2em 2em 2em 20%;
}
.overlay-card-buffer {
	opacity: 0;
	width: 100%;
}

.overlay-card > .post-top-shadow {
	left: 0;
}

.cap-logos-container {
	padding: 4em;
}

.overlay-card-picture {
	width: 900px;
	height: auto;
}
.stacked-card-picture {
	width: 300px;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.extra-buffer {
	height: 600px;
}

.overlay-stacked-container {
	display: none;
	background-color: #fff;
	padding: 2em;
}

@media(min-width:2200px) {
	.overlay-card {
		left: 0;
		width: 100%;
	}
}

@media(max-width:1401px) {
	.overlay-card-picture {
		width: 700px;
	}
	.extra-buffer {
		height: 400px;
	}
}

@media(min-width: 2500px) {
	.extra-buffer {
		height: 800px;
	}
}
@media(min-width: 3500px) {
	.extra-buffer {
		height: 1000px;
	}
}

@media(max-width:991px) {
	.profile-picture {
		width: 300px;
		height: 300px;
		position: relative;
		top: 0;
		left: 0;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
    .profile-picture-right {
		width: 300px;
		height: 300px;
		position: relative;
		top: 0;
		left: auto;
		right: 0;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
    .profile-picture-center {
        position: relative;
        left: 0;
        width: 150px;
		height: 150px;
    }
	.profile-container {
		padding-left: 0;
	}
	.profile-header-container {
		width: 100%;
	}
	.profile-text-container {
		display: block;
		width: 100%;
	}
	.profile-name-container {
		text-align: center;
	}
	.profile-name-container-small > h2 {
		font-size: 22px;
	}
	.overlay-card, .overlay-card-buffer {
		left: 0;
		width: 100%;
	}
	.overlay-card-text-container {
		border-right: none;
		padding: 2em;
	}
}

@media(max-width:721px) {
	.overlay-card-picture {
		width: 600px;
	}
	.extra-buffer {
		height: 300px;
	}
	
	.mgs-select-download-label {
		font-size: 16px;
	}
	
	.folded-corner-container {
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media(max-width:581px) {
	.extra-buffer {
		display: none;
	}
	.overlay-stacked-container {
		display: table;
	}
	
	.overlay-card {
		display: none;
	}
	.profile-center-mobile {
        width: 100%;
    }

	.profile-picture {
		width: 200px;
		height: 200px;
	}

	.folded-corner-container {
		padding-left: 2em;
		padding-right: 2em;
	}
	
	.mgs-select-download-btn {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.download-btn-container {
		padding: 2em 0em;
	}
	.middle-download-container {
		border-top: none;
		border-bottom: none;
		margin-top: 0;
		margin-bottom: 0;
	}
	.mgs-select-download-label {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 450px) {
	.stacked-card-picture {
		width: 200px;
	}
}

@media(max-width: 350px) {
	.overlay-stacked-container {
		padding: 0;
		margin-left: -1.5em;
	}
}