@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

* {
	-webkit-overflow-scrolling: touch;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #888; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #353535; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

a {
	color: #3ecf8e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: auto;
	overflow: hidden;
	height: 100%;
}

.left-side {
	left: 0;
	height: 100%;
	margin-right: -1px;
	padding-right: 1px;
	position: absolute;
	top: 0;
	width: 50%;
	min-height: 600px;
	overflow: hidden;
}

.full-width-img-holder {
	right: 0;
    width: 100%;
}

.left-side .background {
	background: url('img/ev-photo-1.png');
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.our-dapp .background {
	background: url('img/ev-photo-4.png');
	background-size: cover;
}

.biography.homepage .background {
	background: url('img/Photos/Homepage.jpg');
	background-size: cover;
}

.biography .background {
	background: url('img/Photos/Biography.jpg');
	background-size: cover;
}

.contact .background {
	background: url('img/Photos/Contact.jpg');
	background-size: cover;
}

.media .background {
	background: url('img/Photos/Media.jpg');
	background-size: cover;
}

.events .background {
	background: url('img/Photos/Events.jpg');
	background-size: cover;
}

.our-dapp .right-side, .tokens .right-side {
	border-top: none;
}

.organized .background {
	background: url('img/ev-photo-2.png');
	background-size: cover;
}

.tokens .background {
	background: url('img/ev-photo-5.png');
	background-size: cover;
	background-position-x: center;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
	position: fixed;
	opacity: 1;
	width: 140px;
}

.lb-data .lb-number {
	display: none;
}

.lb-data .lb-close {
	position: fixed;
    top: 20px;
    right: 20px;
}

.lightbox .lb-image {
	border: none;
	border-radius: 0;
}

.top-border {
	position: absolute;
	top: 0;
	left: 33%;
	right: 33%;
	height: 4px;
	background: #3ecf8e;
}

.top-border:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 4px;
	background: #111111;
}

.top-border:after {
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 4px;
	background: #f87987;
}

.table {
	margin-bottom: 24px;
}

.table-row {
	border-top: solid 1px #dddddd;
	padding: 12px 8px;
	font-size: 16px;
	color: #2c2c35;
	display: flex;
	justify-content: space-between;
}

.table-row .value {
	font-weight: bold;
	color: #2c2c35;
	text-align: right;
}

.table-row:last-child {
	border-bottom: solid 1px #dddddd;
}

.table-row:nth-child(2n) {
	background-color: #fbfbfb;
}

.left-side .content {
	/* background: rgba(0, 0, 0, 0.4); */
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
}

.homepage .left-side .content {
	background: none;
}

.video-desc {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	top: calc(50% + 118px);
	position: absolute;
	width: 100%;
}

.logo {
	position: absolute;
	top: 50px;
	left: 50px;
	max-width: 220px;
}

.logo img {
	width: 100%;
}

.golden-text {
	color: #FAE5B9;
	max-width: 320px;
	text-align: center;
	position: fixed;
    left: 250px;
	top: 50%;
	z-index: 2;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
}

.dark-text {
	color: #353535;
	border-color: #353535;
}

.burger, .burger-mobile {
	position: absolute;
	top: 50px;
	right: 33px;
	cursor: pointer;
	width: 35px;
	z-index: 9;
}

.burger-mobile {
	display: none;
}

.network {
	position: absolute;
	bottom: 40px;
	right: 40px;
	list-style: none;
	margin: 0;
}

.network li {
	margin-top: 24px;
}

.network li img {
	width: 24px;
}

.right-side {
	height: 100%;
	left: auto;
	right: 0;
	margin-right: -1px;
	padding-right: 1px;
	position: absolute;
	top: 0;
	width: 50%;
	min-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
	background: url('img/Icons/Deco-01.png') top right no-repeat;
	background-size: 177px 800px;
}

.right-side .content {
	float: left;
	/* width: calc(100% - 80px); */
	width: 80%;
	padding: 40px;
	overflow: hidden;
}

.full-width-img {
	margin-left: -40px;
	width: calc(100% + 80px);
	margin-top: 40px;
	cursor: pointer;
}

.centered-image {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
}

.right-side .content ul {
	padding-left: 16px;
	font-size: 16px;
	line-height: 2.25;
}

.table.example {
	margin: 40px 0;
}

h1 {
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	color: #C98E42;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 10px 0;
	border-bottom: 6px solid #c98e42;
    padding-bottom: 30px;
    max-width: 400px;
}

.left-footer-link {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.left-footer-link:hover {
	text-decoration: none;
}

.left-footer-link span {
	margin-left: 16px;
	letter-spacing: 2px;
	float: left;
}

.left-footer-link:hover span {
	text-decoration: underline;
}

.left-footer-link svg {
	float: left;
	margin-top: 3px;
}

.button {
	padding: 12px 24px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #3ecf8e;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 2px;
}

.button:hover {
	background: #1BB978;
	text-decoration: none;
}

.ghost {
	padding: 12px 24px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border: 1px solid #3ecf8e;
	border-radius: 4px;
	font-weight: bold;
	color: #3ecf8e;
	text-decoration: none;
	letter-spacing: 2px;
	display: inline-block;
}

.ghost:hover {
	background-color: rgba(62, 207, 142, 0.1);
	text-decoration: none;
}

h2 {
	font-size: 32px;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	float: left;
	margin: 0;
}

.right-side .header {
	padding: 65px 40px 0 40px;
	float: left;
	width: calc(100% - 80px);
}

.header h2 {
	max-width: calc(100% - 210px);
}

.header .button {
	float: right;
}

h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #353535;
	margin: 16px 0 20px 0;
	font-family: 'EB Garamond', serif;
	text-align: justify;
}

h5 {
	font-size: 22px;
	line-height: 28px;
	font-family: 'EB Garamond', serif;
	text-align: justify;
}

h4.link {
	margin-top: 0;
}

.block h4 {
	margin-top: 0;
}

.block.with-icon h4 {
	margin-top: 16px;
}

.box a {
	text-decoration: none;
}

p {
	color: #353535;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.right-side .content.boxes {
	display: flex;
  flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 550px;
}

.right-side .content.boxes.events {
	padding: 20px 0;
}

.boxes.events ul {
	padding: 0;
	max-width: 500px;
	width: 100%;
}

.boxes ul li {
	display: flex;
	flex-flow: row;
	border-bottom: 1px solid #BCBCBC;
	padding: 14px 0;
	position: relative;
	font-family: 'EB Garamond', serif;
}

.events .location {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.events .address {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.events .date {
	font-size: 12px;
	line-height: 16px;
	margin-right: 40px;
	font-weight: bold;
	min-width: 50px;
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.details {
	position: absolute;
	right: 0;
	top: 50%;
    margin-top: -17px;
	background: #C98E42;
	color: #ffffff;
	font-size: 9px;
	line-height: 12px;
	padding: 7px 24px;
	border-radius: 8px;
}

#photos-media, #audios-media, #videos-media {
	display: none;
}

.box {
	display: flex; 
  flex-basis: calc(50% - 10px);
	flex-direction: column;
	margin-bottom: 40px;
	/* box-shadow: 0 0px 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.16); */
	overflow: hidden;
	-webkit-animation: fadeOutShadow 0.4s forwards;
	animation: fadeOutShadow 0.4s forwards;
}

.box:hover {
	-webkit-animation: fadeInShadow 0.4s forwards;
	animation: fadeInShadow 0.4s forwards;
}

.box a.image {
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	vertical-align: top;
}

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

.box a.image img {
	vertical-align: top;
	padding: 0;
	margin: 0;
	-webkit-transition: -webkit-transform .35s ease;
    -moz-transition: -moz-transform .35s ease;
    -o-transition: -o-transform .35s ease;
    -ms-transition: -ms-transform .35s ease;
    transition: transform .35s ease;
}

.box img {
	width: 100%;
	display: block;
}

.box h4 {
	margin: 24px 16px 8px 16px;
}

.right-side .block {
	margin-bottom: 40px;
	max-width: 80%;
}

.right-side p {
	margin-bottom: 16px;
	margin-top: 0;
}

.right-side .block p:last-child {
	margin-bottom: 0;
}

.box p {
	margin: 0 16px 48px 16px;
}

.box:nth-child(2n) {
	margin-left: 20px;
}

.video-screenshot {
	margin: 0 auto 0 auto;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -118px;
	left: 50%;
	margin-left: -210px;
}

.video-screenshot:hover {
	cursor: pointer;
}

.video-screenshot:hover .play {
	opacity: 0.7;
	cursor: pointer;
}

.video-screenshot iframe {
	display: none;
	max-height: 236px;
}

.video-screenshot img {
	width: 100%;
	max-width: 420px;
	border-radius: 4px;
}

.video-screenshot iframe {
	width: 420px;
}

.video-screenshot .play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: #DEBF80; */
	background: rgba(53, 53, 53, 0.7);
	width: 120px;
	height: 100%;
	padding: 70px 20px;
	display: flex;
	align-items: flex-start;
	z-index: 10;
	display: none;
	transition: opacity 1s linear;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.show {
	display: flex;
	opacity: 1;
	-webkit-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
}

.menu ul li {
	margin-bottom: 18px;
}

.menu ul li:last-child {
	margin-bottom: 8px;
}

.menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 15px;
	height: 15px;
}

h4 a {
	color: #3ecf8e;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

.collapse-item {
	overflow: hidden;
}

.collapse-clicker {
	color: #C98E42;
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	border-bottom: 1px solid #BCBCBC;
	max-width: 400px;
	padding: 22px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	cursor: pointer;
}

.collapse-item .arrow {
	width: 30px;
	height: 15px;
	transform: translateY(-50%) rotate(0deg);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.collapse-item .arrow.arrow-up {
	transform: translateY(-50%) rotate(180deg);
}

.content-wrapper {
	min-height: 100%;
}

.footer {
	background-color: #353535;
	margin: 40px 0 0 0;
	padding: 30px 20px 10px 20px;
	float: left;
	width: 100%;
	width: calc(100% - 40px);
	position: relative;
    margin-top: -127px;
    height: 87px;
    clear: both;
}

.footer img {
	width: 86px;
	padding-right: 15px;
	border-right: 1px solid #C98E42;
}

.footer .text {
	display: inline-block;
    color: #DEBF80;
    margin-left: 15px;
	vertical-align: top;
	font-size: 9px;
}

.copyright, .copyright a {
	color: #DEBF80;
	font-size: 8px;
	text-align: center;
	letter-spacing: 50;
	line-height: 28px;
}

.copyright a {
	font-weight: bold;
}

h3 {
	font-size: 24px;
	margin: 0 0 24px 0;
	line-height: 1.4;
}

.footer h3 {
	color: #fff;
	text-transform: none;
	margin-top: 0;
	max-width: 90%;
	margin-bottom: 40px;
}

.caption {
	color: #888888;
	font-size: 14px;
	text-align: center;
	margin: 6px 0 3px 0;
}

hr {
	border: 0;
	width: 100%;
	background: #dddddd;
	height: 1px;
	margin: 40px auto;
}

.member {
	width: 33%;
	float: left;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.member h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
	line-height: 26px;
}

.member p {
	margin-top: 0;
	margin-bottom: 12px;
}

.member .social-icons {
	margin: 0;
	display: block;
	max-width: none;
	text-align: center;
}

.member-content {
	text-align: center;
}

.member .social-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 12px;
}

.member .social-icon:last-child {
	margin-right: 0;
}

.member .social-icon svg {
	width: 16px;
	height: 16px;
}

.members {
	padding-top: 20px;
	float: left;
}

.picture {
	width: 156px;
	height: 156px;
	background: #fff;
	border-radius: 50%;
}

.picture-wrapper {
	width: 156px;
	height: 156px;
	padding: 2px;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #ffffff;
	transition: border 0.4s linear;
	position: relative;
	float: left;
	display: block;
}

.picture-wrapper:hover {
	border: 2px solid #3ecf8e;
	transition: border 0.5s linear;
}

.popup {
	visibility: hidden;
	padding: 0;
	background: #111111;
	width: 0;
	height: 0;
	border-radius: 4px;
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	z-index: 30;
	position: absolute;
	bottom: 172px;
	left: -90px;
	opacity: 0;
	box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.5);
	text-align: left;
}

.member .popup {
	left: -10px;
}
.member:nth-child(3n) .popup {
	left: auto;
	right: -10px;
}

.member .picture-wrapper:hover .popup {
	visibility: visible;
	padding: 16px;
	width: 300px;
	height: auto;
	/* min-height: 100px; */
	opacity: 1;
	transition: visibility 0.4s linear, opacity 0.4s linear;
	z-index: auto;
}

.half-width {
	width: calc(50% - 8.5px);
	margin-bottom: 20px;
	float: left;
}

.half-width h4 {
	margin-top: 4px;
}

.half-width:nth-child(2n) {
	margin-left: 17px;
}

.half-width h3 {
	margin-bottom: 0;
	line-height: normal;
}

.half-width p {
	margin: 0;
}

.newspaper {
	-moz-column-count: 3;
	-webkit-column-count: 2;
	column-count: 2;
}

.newspaper .half-width {
	overflow: hidden;
	width: auto;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.newspaper .half-width:nth-child(2n) {
	margin-left: 0;
}

.image-popup {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 17, 17, 0.8);
	display: none;
}

.image-popup svg {
	margin: 20px auto 0 auto;
	display: block;
	cursor: pointer;
}

.image-popup .full-width-img {
	width: auto;
	display: block;
	max-width: 90%;
	max-height: calc(95% - 80px);
	cursor: default;
	border-radius: 4px;
	margin: 24px auto 0 auto;
}

.emoji {
	width: 14px;
	vertical-align: bottom;
}

.burger:hover { opacity: 0.8; }

.network li:hover { opacity: 0.8; }

input[type=text], input[type=email], select, textarea {
    width: 100%;
	padding: 3px 8px;
	font-size: 12px;
    border: 1px solid #70707080;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
	resize: vertical;
}

label {
	color: #353535;
	font-size: 8px;
	font-family: 'Montserrat', sans-serif;
}

form div {
	width: 47%;
	float: left;
	margin-right: 5%;
}

form div.no-margin {
	margin-right: 0;
}

input[type=submit] {
    background-color: #353535;
    color: white;
    padding: 7px 28px;
    border: none;
    border-radius: 8px;
	cursor: pointer;
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
}

input[type=submit]:hover {
    background-color: #45a049;
}

form {
	max-width: 320px;
}

.right-side p.thank-you {
	margin-top: 20px;
	-moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.right-side .content-wrapper .content {
	padding-bottom: 140px;
}

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
		to { opacity: 1; }
}

@keyframes fadeInShadow {
	from { box-shadow: 0 0px 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.16); }
		to { box-shadow: 0 0 12px rgba(0,0,0,0.33); }
}

@-webkit-keyframes fadeInShadow {
	from { box-shadow: 0 0px 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.16); }
		to { box-shadow: 0 0 12px rgba(0,0,0,0.33); }
}

@keyframes fadeOutShadow {
	from { box-shadow: 0 0 12px rgba(0,0,0,0.33); }
		to { box-shadow: 0 0px 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.16); }
}

@-webkit-keyframes fadeOutShadow {
	from { box-shadow: 0 0 12px rgba(0,0,0,0.33); }
		to { box-shadow: 0 0px 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.16); }
}

@keyframes fadeIn {
	from { opacity: 0; }
		to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
	from { opacity: 1; }
		to { opacity: 0; }
}
@keyframes fadeOut {
	from { opacity: 1; }
		to { opacity: 0; }
}

@media (max-width: 720px) {
	body {
		overflow: auto;
	}
	.left-side {
		position: relative;
		width: 100%;
		min-height: auto;
	}
	.left-side .content {
		position: relative;
		min-height: 357px;
	}
	.video-desc {
		margin-bottom: 170px;
	}
	.right-side {
		width: auto;
		height: auto;
		padding: 14px 16px 40px 16px;
		position: relative;
		border: none;
		overflow: hidden;
	}
	.left-footer-link {
		bottom: 18px;
		left: 16px;
	}
	.network {
		bottom: 18px;
		right: 16px;
	}
	.right-side .header {
		padding: 40px 0 0 0;
	}
	.header h2 {
		display: block;
		float: none;
		margin: 40px 0;
	}
	.header .button {
		display: block;
		float: none;
		position: absolute;
		top: 14px;
		right: 16px;
		left: 16px;
		text-align: center;
	}
	.logo {
		top: 16px;
		left: 16px;
		max-width: 180px;
	}
	.burger {
		display: none;
	}
	.burger-mobile {
		top: 16px;
		right: 16px;
		display: block;
	}
	.logo svg {
		width: 40px;
		height: 40px;
	}
	h1 {
		font-size: 32px;
		padding: 22px 16px 0 16px;
		line-height: 1.25;
	}
	.golden-text {
		left: 5%;
	}
	.box {
    flex-basis: 100%;
    margin: 40px 22px 0 22px;
	}
	.box:first-child {
		margin-top: 0;
	}
	.box:nth-child(2n) {
		margin-left: 22px;
	}
	.header h2 {
		max-width: none;
	}
	.right-side .content {
		width: 100%;
		padding: 0 0 40px 0;
	}
	.full-width-img {
		margin-left: -16px;
		margin-right: -16px;
		width: calc(100% + 32px);
	}
	.footer {
		margin: 40px -16px -80px -16px;
		padding: 40px 16px;
		position: relative;
		bottom: auto;
		right: auto;
		width: calc(100% - 32px);
		margin: 40px 0 -20px 0;
	}
	.footer .button {
		display: inline-block;
	}
	.biography .header h2 {
		margin-bottom: 40px;
	}
	.menu .close {
		top: 16px;
		right: 16px;
	}
	.organized .right-side, .our-dapp .right-side, .tokens .right-side, .biography .right-side {
		padding: 0;
	}
	.organized .content-wrapper, .our-dapp .content-wrapper, .tokens .content-wrapper, .biography .content-wrapper {
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
	}
	.organized .right-side .content, .our-dapp .right-side .content, .tokens .right-side .content, .biography .right-side .content {
		overflow: visible;
		padding: 14px 16px 40px 16px;
		width: calc(100% - 32px);
	}
	.events .footer, .media .footer, .contact .footer {
		margin: 40px -16px -40px -16px;
		width: 100%;
	}
	.organized .right-side .header, .our-dapp .right-side .header, .tokens .right-side .header, .biography .right-side .header {
		padding: 40px 16px 0 16px;
	}
	.biography.homepage .background {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		border: 0;
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 721px) and (max-width: 1280px) {
	.box {
		flex: 1;
		flex-basis: 100%;
		margin: 40px 22px 0 22px;
	}
	.box:first-child {
		margin-top: 0;
	}
	.box:nth-child(2n) {
		margin-left: 22px;
	}
	.header h2 {
		display: block;
		float: none;
		margin: 40px 0 0 0;
		max-width: none;
	}
	.header .button {
		display: block;
		float: none;
		position: absolute;
		top: 14px;
		right: 16px;
		left: 16px;
		text-align: center;
	}
	h1 {
		font-size: 40px;
	}
}

@media (min-width: 470px) and (max-width: 720px) {
	.box {
		flex-basis: calc(50% - 22px);
		margin: 0 0 40px 0;
	}
	.box:nth-child(2n) {
		margin-left: 40px;
	}
}

@media (max-height: 710px) and (min-width: 768px) {
	html, body, .wrapper {
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;
	}
}