.responsive-bg {
	background-image: url('../images/background/DSC02872.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	color: var(--secondary-color);
}

.responsive-bg.active {
	background-image: none;
}

.bigname {
	text-align: center;
	margin: none;
}

.name {
	margin: 0.1em;
	font-size: 50px;
	font-family: Forum;
	color: inherit;
}

.photography {
	font-size: 20px;
	font-family: Didact Gothic;
	color: inherit;
}

.index-quote .p {
	font-size: 0.8em;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	.bigname {
		top: 8vh;
	}

	.index-quote {
		font-size: 10em;
	}
}

.traveller {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 60px 0px;
}

.about-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.about-column-left {
	box-sizing: border-box;
	max-width: 350px;
}

.about-column-right {
	box-sizing: border-box;
	text-align: justify;
	max-width: 350px;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.about-column-left {
		overflow: hidden;
		max-height: 400px;
	}

	.johann-img-wrapper {
		transform: translateY(-20%);
	}

	.about-column-right {
		margin: 0 0 0 5%;
	}

	.johann-statement {
		padding-bottom: 100px;
	}

	.about-content .button-container {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.about-column-left {
		overflow: hidden;
		height: 280px;
		margin: 0 auto;
	}

	.johann-img-wrapper {
		transform: translateY(-25%);
	}

	.about-column-right {
		padding: 10vh 0 0 0;
		justify-content: center;
		margin: 0 auto;
	}

	.johann-statement {
		font-size: 20px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 480px) {
	.johann-statement {
		font-size: 18px;
		line-height: 28px;
	}
}

.port-wrapper {
	margin-top: 35px;
	margin-bottom: 15px;
}

.are-you-interest {
	font-size: 35px;
}

#portfolio {
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

#contact {
	box-sizing: border-box;
	position: relative;
	height: 190px;
	text-align: center;
	left: 0;
	margin: 40px 0px;
}

@media only screen and (max-width: 768px) {
	.are-you-interest {
		font-size: 22px;
	}

	#contakt {
		width: 100%;
		height: 360px;
	}

	.button-index-page {
		font-size: 0.9em;
	}
}

#portfolio-btn {
	margin: 0 auto;
	margin-bottom: 40px;
}

#contact-btn {
	position: relative;
}

.button-index-page {
	background-color: #7E6957;
	border: solid #7E6957;
	color: inherit;
	transition: 0.5s ease;
	z-index: 6;
	cursor: pointer;
}

.button-index-page:hover {
	background-color: #5A4D41;
	border-color: #5A4D41;
}