html {
  overflow-x: hidden;
}
body {
  background: #eaf3ff;
  background-image: url(kk2.jpg);
  background-size: cover;
  color: #1b1b48;
  font: 20px/1 arial, helvetica, sans-serif;
  margin: 0 auto;
  min-width: 320px;
  padding: 0;
  overflow-x: hidden;
  letter-spacing: 1px;
}
h1 {
	color: #009afc;
	text-transform: uppercase;
	font-size: 1.2em;
}
a {
  text-decoration: none;
  color: #009afc;
  font-weight: bold;
}
a:hover {
	color: #000;
}
p {
  margin: 0;
  font-size: 22px;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
p span {
  font-weight: 700;
  text-transform: uppercase;
}
.header {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	display: grid;
  align-items: end;
  height: 350px;
  padding-bottom: 50px;
   line-height: 1.5em;
}

.content {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
  align-items: center;
  padding-bottom: 50px;
   line-height: 1.5em;
}

.bottom {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
  align-items: start;
  height: 200px;
  padding-bottom: 50px;
  line-height: 1.5em;
}

@media (max-width: 420px) {
	
	
body {
	background-size: 1280px 822px;
}	
	.header {
		height: 250px;
	}
}

@media (min-width: 768px) {
	
	
body {
	background-size: 1920px 1024px;
}	
	
}

@media (orientation: portrait) and (min-width: 1024px) {
	
	
body {
	background-size: 1920px 1366px;
	font-size: 2em;
}	
	.header {
		height: 500px;
	}
}

@media (orientation: landscape) and (min-width: 1024px) and (max-height: 600px){
	
	
body {
	background-size: 1280px 100%;
	
}	
	.header {
		height: 200px;
	}
	.bottom {
		height: auto;
	}
}

@media (max-height: 900px) {
	body {
		background-size: 1920px 140%;
	}
}