
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@200;300;400;500;600;700;800&family=Mr+Dafoe&display=swap');

body {
	background-image: url('images/benjis-nft.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: cover;
	height: 1200px;
}

#wrapper {
	background-color: rgb(239, 0, 166, 0.5);
	width: 100%;
	height: 1200px;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 0;
}

h1 {
	width: 80%;
	padding-top: 10%;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 160px;
	font-family: 'Bebas Neue', cursive;
	color: rgb(255, 255, 255, 1.0);
	padding-bottom: 10%;
}


p, p1, p2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: white;
}

p {
	font-weight: 300;
	letter-spacing: 0.3px;
}

p1 {
	font-weight: 300;
	letter-spacing: 0.7px;
}

p2 {
	font-weight: 700;
	letter-spacing: -0.2px
}

p3 {
	font-family: 'Mr Dafoe', cursive;
	font-size: 36px;
	color: white;
}

.foottext1 {
	width: 45%;
	margin-left: 10%;
}

.foottext2 {
	width: 45%;
	margin-left: 5%;
	margin-top: 1.2%;
}

#footer {
	padding-top: 5%;
     	padding-bottom: 2%;
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: row;
	width: 100%;
	top: 1180px;
	bottom: 0;
	left: 0;
	height: 210px;
	background-color: rgb(239, 0, 166, 1.0);
}

@media only screen and (max-width: 580px) {


body {
	background-image: url('images/benjis-nft.jpg');
	background-size: 100%;
}


#wrapper {
	width: 100%;
	height: 540px;
}


h1 {
	padding-top: 5%;
	font-size: 76px;
}

.foottext1 {
	width: 80%;
	margin-left: 10%;
}

.foottext2 {
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
	margin-bottom: 10%;
}

#footer {
	display: flex;
	flex-direction: column;
	height: 320px;
}


}

