@font-face
{
	font-family: "bw-modelica";
	src: url('./font/BwModelica-Bold.otf');
}
@font-face
{
	font-family: "bw-modelica-reg";
	src: url('./font/BwModelica-Regular.otf');
}
html, body
{
	font-family: bw-modelica;
	margin: 0;
	padding: 0;
	width: 100%;
}
body
{
	background:rgba(60, 60, 60, 0.26);
	background-image: url(./images/KachelFS4.png);
	background-attachment: fixed;
	background-size: cover;
	color: rgb(60, 60, 60);
	overflow: hidden;
	overflow-y: scroll;
}
.width-sh
{
	margin: auto;
	width: 80%;
	/* max-width: 1400px; */
}
#main-container {
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.253), 0 0 10px rgba(124, 124, 124, 0.233);
	max-width: 1800px;
	margin: auto;
	position: relative;
	z-index: 0;
}
#header-nav
{
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.144), 0 0 10px rgba(124, 124, 124, 0.116);
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1800px;
	z-index: 10;
}
#navigation
{
	display: flex;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.logo
{
	padding-top: 17px;
	width: 25%;
}
nav
{
	width: 90%;
}
#menu__toggle, .menu__btn
{
	display: none;
}
#logo
{
	height: 80px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
#underline
{
	background-color: rgb(24, 24, 24);
	height: 1.5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
.nav-container
{
	float: right;
	height: 120px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-container li
{
	display: inline;
}
.nav-container a:hover
{
	color: rgb(17, 17, 17) !important;
}
.nav-container a
{
	color: rgb(87, 87, 87);
	line-height: 120px;
	margin: 5px;
	padding: 10px;
	text-decoration: none;
}
.icons {
    position: absolute;
    right: 10px;
    top: 30px;
	transition: ease-in-out 0.1s;
}
.icons a img {
	width: 17px;
	padding: 7px;
	transition: ease-in-out 0.1s;
}
.icon img:hover {
	transform: scale(1.1) ;
}
.scroll .icons img{
	width: 13px;
	padding: 6px;
	transition: ease-in-out 0.1s;
}
#active
{
	color: rgb(10, 10, 10) !important;
}
#header
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 87vh;
	margin-top: 120px;
	max-height: 1200px;
	position: relative;
}
#main-container .pos
{
	background-position: center, center -500px;
}
.scroll #logo {
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll .logo
{
	padding-top: 10px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul
{
	height: 100px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul a
{
	line-height: 100px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.scroll ul li {
	font-size: 1.2em;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.headline-container
{
	bottom: 0;
	color: #f7f7f7;
	left: 0;
	line-height: 3.2em;
	margin: auto;
  	padding: 43px 25px;
	position: absolute;
	right: 0; 
	transform: translateY(-50%); 
	top: 50%;
	width: 1000px;
	z-index: 2 !important;
}
.header-hr
{
	background-color: #e6e0de;
	height: 3px;
	margin: auto;
	width: 400px;
}
hr
{
	background-color: #72677F;
	border: none;
	border-radius: .8px;
	height: 3px;
	margin: auto;
	width: 400px;
}
.slider
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
}
.slider--content
{
	align-items: center;
	display: flex;
	height: 105%;
	justify-content: space-between;
}
.slider--feature
{
	color: #f7f7f7;
	text-align: center;
}
.slider--title
{
	font-size: 2.1em;
  	text-shadow: 1px 1px #0000007a;
	padding-bottom: 40px;
}
.slider--text
{
	margin: 1.5rem 0;
	z-index: 4;
}
.slider__btn-right,
.slider__btn-left
{
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 4rem;
	outline: none;
	color: #f7f7f7;
	padding: 3rem 3rem;
	transition: transform 0.1s ease-in-out;
	z-index: 4;
}
.slider--btn
{
	background: #575757;
	border: none;
	border-radius: 3px;
	color: #f7f7f7;
	cursor: pointer;
	font-weight: 700;
	margin-top: 20px;
	outline: none;
	padding: 1.2rem 2.3rem;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	z-index: 4;
}
.slider--btn:hover
{
	background: #72677F;
	transition: 0.3s ease-in-out;
	transform: scale(0.97);
}
.slider__btn-left:hover,
.slider__btn-right:hover
{
	transform: scale(0.85);
	transition: 0.3s ease-in-out;
}
section {
  height: fit-content;
  padding: 180px 0;
	align-items: center;
	margin: auto;
}
.intro, .h, .cards, .services, .md-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro div, .h div  {
  	width: 40%;
  	margin: 0 auto;
}
h2 {
  	line-height: 1.75em;
	font-size: 1.75em;
}
p {
  font-family: bw-modelica-reg ;
  font-size: 1.25em;
  line-height: 1.5em;
}
h4, h3, li, h5, button {
	font-size: 1.15em;
}
a {
	text-decoration: none;
	color: #72677F;
}
.intro .left hr {
  position: absolute;
  left: 0; 
  margin: 0; 
  margin-top: 50px;
  width: 300px;
}
.intro .right hr
{
	margin: 0;
	margin-top: 100px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 550px;
}
.h img
{
	width: 100%;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
/* .h img:hover{
	transform: scale(1.1);
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
} */
div .img-arc
{
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.051), 0 0 10px rgba(124, 124, 124, 0.051);
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.cards
{
  height: 450px;
}
.card
{
	align-items: center;
	background-color: #e6e0de;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(75, 75, 75, 0.051), 0 0 10px rgba(124, 124, 124, 0.051);
	color: #0c0c0c;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
  padding: 20px 15px;
  position: relative;
	width: 27.7%;
}
.card .text
{
	margin-top: 75px;
	text-align: justify;
	width: 95%;
	word-break:break-word;
}
.card .img
{
    left: 32px;
	height: 60px;
	position: absolute; 
    top: 34px;
	width: 20%;
	z-index: 4;
}
.card .img img
{ 
	z-index: 5;
}
.card h3
{
    position: absolute;
	text-align: center;
    top: 100px;
	z-index:5;
}
.img .circle
{
	background-color: #acacac7c;
	border-radius: 50%;
	height: 80px;
	left: 15px;
	position: relative;
	top: -65px;
	width: 80px;
	z-index: -1;
}
.cards .square
{
	border: solid 4px #72677F;
	border-radius: 4px;
	height: 125%;
	left: 62%;
	position: absolute;
	top: 50%;
	transform: translate(-38%, -50%);
	width: 105%;
	z-index: -1;
}
.services
{
	align-items: stretch;
	flex-direction: column;
}
.grey
{
	color: #585858;
	font-size: 1.2rem;
}
/* .galary {
	position: absolute;
	height: 100%; 
	width: 100%;
	text-align: center;
	vertical-align: middle;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.galary:hover {
	opacity: 1;
} */
.md-con
{
	align-items: center;
	height: 600px;
	margin: 50px 0;
}
.services .md
{
	margin: 40px 0;
	width: 59%;
}
.services .md-img
{
	width: 35%;
	height: 100%;
}
.img-con
{
	border-radius: 4px;
    box-shadow: 1px 1px 2px rgb(75 75 75 / 5%), 0 0 10px rgb(124 124 124 / 5%);
	height: 100%;
	overflow: hidden;
	padding: 0px !important;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.img-con .img:hover {
	transform: scale(1.1);
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.md-img img {
	height: 100%;
	margin-left: -30%;
}
.md div
{
	position: relative;
}
.md h4 {
  margin-top: 40px; 
  margin-bottom: 10px; 
}
/* .md p {
  font-size: 1.2rem;
} */
.md hr
{
	bottom: -22px;
	position: absolute;
	width: 150px;
}
.image {
  position: relative;
  margin-top: 100px;
}
.image img
{
    box-shadow: 1px 1px 2px rgb(75 75 75 / 5%), 0 0 10px rgb(124 124 124 / 5%);
	width: 100%;
	z-index:5;
}
.image div
{
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 55%;
	z-index: 5;
}
.image .square
{
	border: solid 7px #72677F;
	border-radius: 2px;
    box-shadow: 1px 1px 2px rgb(75 75 75 / 15%), 0 0 10px rgb(124 124 124 / 15%);
	height: 30vw;
	left: 62%;
	max-height: 550px;
	max-width: 550px;
	transform: translate(-38%, -50%);
	width: 25vw;
	z-index: 2;
}
.galary {
	display: block;
	width: 100%;
	height: 100%;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
	border-radius: 4px;
}
.galary:hover{
	transform: scale(1.1);
}
.galary::after{
	color: #ffffff;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}
.galary:hover:after{
	content: "Galerie";
	background: #0c0c0c8a;
    transition-duration: 0.1s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    transition-timing-function: ease-in-out;
}
.footer
{
	background-color: #e6e0de;
	color: #141414;
	height: fit-content;
  margin-top: 300px;
	overflow: hidden;
  padding: 0;
	position: relative;
	width: 100%;
}
.footer .img
{
	background-image: url(../images/Kachel.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 0 0 100px 0;
	width: 100%;
}
.f-con img
{
	width: 175px;
}
.f-con
{
	background: #e6e0de;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.103), 0 0 10px rgba(0, 0, 0, 0.11);
	padding-top: 70px;
}
.con {
	/* border-radius: 3px; */
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 25px 0;
	width: 80%;

}
.f-con a
{
	color: #72677F;
	height: 25px;
	margin: 0 5px;
	text-decoration: none;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
.f-con a:hover
{
	text-decoration: underline #72677F 1px;
	text-underline-offset: 50%;
}
.f-con h4, .f-con h5, .f-con p, .f-con a
{
	font-family: bw-modelica-reg !important;
	margin: 15px 0;
}
.content div
{
	width: 29%;
}
.middle-f
{
	border-left: #8d8d8d 1px solid;
	padding: 0 95px;
}
.middle-f img{
	width:15px;
	margin-right: 5px;
}
.f-con ul
{
	list-style-type: none;
	margin: auto;
    padding: 0;
    padding-bottom: 30px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	width: 80%;
}
.f-con ul a {
	height: 0px;
	color:#141414;
	display: inline-block;
	margin: 5px 30px 5px 0;
	margin-bottom: 40px;
}
  .wrapper{
	position: fixed;
	bottom: 30px;
	left: 50px;
	max-width: 365px;
	background: #fff;
	padding: 50px 35px;
	border-radius: 15px;
	box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
	text-align: center;
  }
  .wrapper.hide{
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
	transition: all 0.3s ease;
  }
  ::selection{
	color: #fff;
	background: #72677F;
  }
  .wrapper img{
	max-width: 50px;
  }
  .content header{
	font-size: 25px;
	font-weight: 600;
  }
  .content{
	margin-top: 10px;
  }
  .content p{
	color: #858585;
	margin: 5px 0 20px 0;
  }
  .content .buttons{
	align-items: center;
	display: flex;
	margin-left: 120px;
	justify-content: center;
  }
  .buttons button{
	padding: 15px 20px;
	border: none;
	outline: none;
	margin-left: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	background: #72677F;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .buttons button:hover{
	transform: scale(0.97);
  }
  .buttons .item{
	margin: 0 10px;
  }
  .buttons a{
	color: #72677F;
  }
@keyframes fadeIn
{
	0%
	{
		opacity: 0.8;
	}
	100%
	{
		opacity: 1;
	}
}
.fadeIn
{
	animation: fadeIn 1s;
}


@media screen and (max-width: 1750px)
{
	#main-container .pos
	{
		background-position: center, center -150px;
	}
	
}
@media screen and (max-width: 1400px)
{
	#main-container .pos
	{
		background-position: center, center -25px;
	}
	.nav-container a li {
		font-size: 1.1em;
	}
	.middle-f
	{
		border-left: #acacac 1px solid;
		border-right: #acacac 1px solid;
		padding: 0 45px;
	}
	.cards
	{
	  height: 500px;
	}
	.card
	{
		width: 28.9%;
	}
	.cards .square {
		height: 112%;
		width: 95%;
		box-shadow: 1px 1px 2px rgb(75 75 75 / 15%), 0 0 10px rgb(124 124 124 / 15%);
	}
	.image div
	{
		width: 80%;
	}
	.image .square
	{
		height: 45vw;
		left: 66%;
		transform: translate(-34%, -50%);
		width: 30vw;
	}
}@media screen and (max-width: 1050px)
{
	#header
	{
		height: 700px;
		margin-top: 70px;
	}
	.headline-container
	{
		top: 275px;
		width: fit-content;
	}
	#navigation .logo{
		height: 80px;
	}
	.logo {
		width: 15%;
	}
	.nav-container a
	{
		margin: 5px;
		z-index: 11;
	}
	.scroll #logo {
		height: 60px;
	}
	nav {
		width: 95%;
	}
	.icons {
		display: none;
	}
	.scroll ul a {
		line-height: 80px;
	}
	.nav-container a {
		line-height: 100px;
		padding: 7px;
		margin: 0px;
	}
	.scroll {
		height: 80px;
	}
	section {
		padding: 75px 0;
	}
	h2, h1 {
		  line-height: 1.8em;
		font-size: 1.8em;
	}
	p {
	  font-size: 1.1em;
	  line-height: 1.65em;
	}
	h4, h3, li, h5, button {
		font-size: 1.1em;
	}
	.slider--btn
	{
		font-weight: 200;
	}
	.no-display button
	{
		top: 254.5859375px;
	}
	.slider__btn-right, .slider__btn-left
	{
		font-size: 2.5rem;
	}
	.intro .left hr
	{
		margin-top: 50px;
		width: 170px;
	}
	.intro .right hr
	{
		margin-top: 100px;
		width: 420px;
	}
	.h
	{
		flex-direction: column;
	}
	.h div
	{
		width: 100%;
		margin-top: 50px;
	}
	.h .img-arc, .services
	{
		margin: auto;
		width: 85%;
	}
	.md-con p
	{
		text-align: left;
	}
	.card
	{
		font-size: 0.97em;
	}
	.card .img {
		height: 70px;
	}
	.card h3 {
		padding: 0 0 25px 0;
	}
	.cards .square
	{
		left: 55%;
		top: 50%;
		transform: translate(-45%, -50%);
		width: 90%;
	}
	.grey
	{
		font-size: 1rem;
	}
	.width-sh
	{
		margin: auto;
		width: 95%;
	}
	#main-container .pos
	{
		background-position: center, center -30px;
	}
	.image {
		margin-top: 110px;
	}
	.image .square
	{
		height: 55vw;
		left: 66%;
		transform: translate(-24%, -50%);
		width: 35vw;
	}
}
@media screen and (max-width: 759px)
{
    .slider {
        background-attachment: scroll;
    }
	.logo
	{
		padding-top: 15px;
	}
	#menu__toggle, .menu__btn
	{
		display: block;
	}
	#menu__toggle
	{
		opacity: 0;
	}
	#menu__toggle:checked + .menu__btn > span
	{
		transform: rotate(45deg);
	}
	#menu__toggle:checked + .menu__btn > span::before
	{
		top: 0;
		transform: rotate(0deg);
	}
	#menu__toggle:checked + .menu__btn > span::after
	{
		top: 0;
		transform: rotate(90deg);
	}
	#menu__toggle:checked ~ .nav-container
	{
		left: auto;
		right: 0 !important;
		transition-duration: .25s;
	}
	.menu__btn
	{
		cursor: pointer;
		height: 30px;
		position: fixed;
		right: 50px;
		top: 40px;
		width: 30px;
		z-index: 2;
	}
	.menu__btn > span,
	 .menu__btn > span::before,
	 .menu__btn > span::after
	{
		background-color: #616161;
		display: block;
		height: 2px;
		position: absolute;
		transition-duration: .25s;
		width: 100%;
	}
	.menu__btn > span::before
	{
		content: '';
		top: -8px;
	}
	.menu__btn > span::after
	{
		content: '';
		top: 8px;
	}
	.nav-container
	{
		background-color: #fff;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
		display: block;
		height: 100%;
		left: +100%;
		list-style: none;
		margin: 0;
		padding: 80px 0;
		position: fixed;
		top: 0;
		transition-duration: .25s;
		width: 300px;
	}
	.nav-container a
	{
		line-height: normal;
	}
	.nav-point
	{
		display: block !important;
		font-size: 20px;
		font-weight: 600;
		padding: 12px 24px;
		text-decoration: none;
		transition-duration: .25s;
	}
	.nav-point:hover
	{
		background-color: #CFD8DC;
	}
	
	.icons {
		display: block;
		position: absolute;
		right: 120px;
		top: 10px;
	}
	.scroll .icons {
		top: 20px;
	}
	.icons a img  {
		padding: 15px;
	}
	.scroll .icons img{
		padding: 10px;
		transition: ease-in-out 0.1s;
	}
	#underline
	{
		display: none;
	}
	.scroll .logo
	{
		padding-top: 15px;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	.scroll ul
	{
		height: 100%;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	.scroll ul a
	{
		line-height: normal;
		transition-duration: 0.1s;
		transition-timing-function: ease-in-out;
	}
	#header
	{
		height: 650px;
	}
	.slider--content
	{
		height: 60vh;
	}
	.slider__btn-right, .slider__btn-left
	{
		font-size: 2rem;
		opacity: 0;
		padding: 1rem 2rem;
	}
	.headline-container
	{
		line-height: 1.7em;
		top: 250px;
		width: fit-content;
	}
	.slider--title
	{
		font-size: 1.3rem;
		padding-bottom: 35px;
	}
	.slider--text
	{
		font-size: 0.8rem;
		margin: 1.5rem 0;
	}
	.header-hr
	{
		height: 2.5px;
		width: 350px;
	}
	.logo{
		width: 25%;
	}
	hr
	{
		height: 2.5px;
		margin: auto;
		margin-top: 5px;
		width: 350px;
	}
	.md hr {
	    position: relative !important;
	   
	} 
	.intro, .h, .cards
	{
		flex-direction: column;
		justify-content: flex-start;
	}
	.intro div, .h div
	{
		width: 100%;
	}
	.intro .right {
	    margin-top: 70px;
	}
	.cards, .md-img
	{
		display: none;
	}
	.md-con
	{
		margin: 20px 0;
		height: fit-content;
	}
	.services .md
	{
		width: 100%;
	}
	.md h4, .md p
	{
		text-align: center;
	}
	.image div
	{
		width: 95%;
	}
	.image .square
	{
		height: 60vw;
		left: 72%;
		transform: translate(-28%, -50%);
		width: 35vw;
	}
	.footer .img {
		padding: 0 0 0 0;
	}
	.con {
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}
	.f-con ul {
		padding: 0 45px 40px 45px;
	}
	.f-con ul a {
		display: block;
		font-size: 0.9em;
		height: fit-content;
	}
	.f-logo {
		width: 100%;
		margin: auto;
	}

	.middle-f
	{
		border: none;
		padding: 60px 0;
		/* width: 200px; */
	}
	.wrapper {
		left: 20px;
	}
}
@media screen and (max-width: 479px)
{
	#header
	{
		height: 450px;
	}

	.slider--content
	{
		height: 45vh;
	}
	.slider__btn-right, .slider__btn-left
	{
		font-size: 1.5rem;
		padding: 1rem 1.5rem;
	}
	.slider--btn {
		margin-top: 0;
	}
	.headline-container
	{
		line-height: 1.5em;
		top: 180px;
	}
	.slider--title
	{
		font-size: 1.5rem;
		padding-bottom: 25px;
	}
	.slider--text
	{
		display: none;
	}
	hr
	{
		height: 1.5px;
		width: 200px;
	}
	.header-hr
	{
		height: 1.5px;
		width: 200px;
	}
	h2 
	{
		line-height: 1.6em;
		font-size: 1.5rem;;
	}
	h3, h4, h5, h6 
	{
		font-size: 1rem;
	}
	p
	{
		font-size: 1.1rem;
	}
	.icons {
		top: 15px; 
	}
	.icons a img  {
		padding: 10px;
		width: 13px;
	}
	.scroll .icons img{
		padding: 5px;
		transition: ease-in-out 0.1s;
	}
	.slider--btn
	{
		font-size: 0.5rem;
		padding: 0.7rem 1.5rem;
		margin-top: 30px;
	}
	.no-display button
	{
		font-size: 0.4rem;
		padding: 0.7rem 1.5rem;
		top: 204.5859375px;
		width: 80.2109375px;
	}
	.intro .left hr
	{
		margin-top: 30px;
		width: 120px;
	}
	.intro .right hr
	{
		margin-top: 70px;
		width: 350px;
	}
	.image div
	{
		width: 95%;
	}
	.image .square
	{
		height: 60vw;
		left: 72%;
		transform: translate(-28%, -50%);
		width: 35vw;
	}
	.wrapper {
		left: 0px;
		bottom: 0;
		max-width: 100%;
		padding: 20px 5px;
	}
	.content header {
		font-size: 1em;
	}
	.content .buttons  {
		margin-left: 70px;
	}
}

@media screen and (max-width: 400px){
	
	.icons {
		display: none;
	}
	.headline-container {
		top: 150px;
	}
	.image {
		margin-top: 50px;
	}
	.footer {
		margin-top: 150px;
	}
}




@media screen and (min-width: 1801px)
{
	#header {    
		background-position: top center;
		max-width: 1800px;
	}
	.md p {
	  font-size: 1.2rem;
	}
}
@media screen and (min-width: 2200px)
{
	h2 {
	  	line-height: 2.2em;
	  	font-size: 2.2rem;
	}
	p {
		font-size: 1.5em;
	  	line-height: 1.7em;
	}
	.card
	{
		height: 550px;
		width: 29.7%;
	}
}
@media screen and (min-width: 3300px)
{
	#header {
		background-size: 60%;
	}
}
@media screen and (min-width: 5402px)
{
	#header {
		max-height: 1500px;
	}
}