* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
}

#notfound {
	display: inline-block;
	position: relative;
	max-height: 90vh;
	min-height: 1vh;
	max-width: 80vw;
	min-width: 80vw;
	padding: 0;
	margin: 0;
	top: 0;
}

#notfound .notfound {
	display: inline-grid;
	justify-items: center;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 1vh;
	align-content: center;
	position: absolute;
	max-height: 90vh;
	min-height: 1vh;
	max-width: 80vw;
	min-width: 80vw;
}

.notfound .notfound-404 {
	display: inline-block;
	position: relative;
	align-self: end;
	padding: 0;
	margin: 0;
}

.notfound .notfound-text {
	display: inline-block;
	position: relative;
	align-self: start;
	padding: 0;
	margin: 0;
	text-align: center;
}


.notfound .notfound-404 h1 {
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 20vw;
	margin: 0;
	padding: 0;
	font-weight: 900;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: url('../images/bg.jpg') no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}

.notfound .notfound-text h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound .notfound-text p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 2vw;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound .notfound-text a {
  font-family: 'Montserrat', sans-serif;
  font-size: 2vw;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}





@media only screen and (min-width: 575px) {
	#notfound {
		display: inline-block;
		max-height: 90vh;
		min-height: 10vh;
		max-width: 65vw;
		min-width: 65vw;
	}
	#notfound .notfound {
		display: inline-grid;
		max-height: 90vh;
		min-height: 10vh;
		max-width: 65vw;
		min-width: 65vw;
	}
	.notfound .notfound-404 h1 {
		font-size: 20vw;
	}
	.notfound .notfound-text h2 {
		font-size: 4vw;
	}
	.notfound .notfound-text p {
		font-size: 2vw;
	}
	.notfound .notfound-text a {
		font-size: 2vw;
	}
}

@media only screen and (min-width: 701px) {
	#notfound {
		display: inline-block;
		max-height: 90vh;
		min-height: 10vh;
		max-width: 65vw;
		min-width: 65vw;
	}
	#notfound .notfound {
		display: inline-grid;
		max-height: 90vh;
		min-height: 10vh;
		max-width: 65vw;
		min-width: 65vw;
	}
	.notfound .notfound-404 h1 {
		font-size: 15vw;
	}
	.notfound .notfound-text h2 {
		font-size: 3vw;
	}
	.notfound .notfound-text p {
		font-size: 1.5vw;
	}
	.notfound .notfound-text a {
		font-size: 1.5vw;
	}
}

@media only screen and (min-width: 993px) {
	#notfound {
		display: inline-block;
		max-height: 90vh;
		min-height: 90vh;
		max-width: 40vw;
		min-width: 40vw;
	}
	#notfound .notfound {
		display: inline-grid;
		max-height: 90vh;
		min-height: 90vh;
		max-width: 40vw;
		min-width: 40vw;
	}
	.notfound .notfound-404 h1 {
		font-size: 10vw;
	}
	.notfound .notfound-text h2 {
		font-size: 2vw;
	}
	.notfound .notfound-text p {
		font-size: 1vw;
	}
	.notfound .notfound-text a {
		font-size: 1vw;
	}
}
