*{

	margin: 0;
	padding: 0;
	;
	text-decoration: none;
	color: #000;
	list-style-type: none;
	font-family: Nunito;
}


button {
	position: fixed;
	top: 80px;
	left: 20px;
	font-size: 3em;
	line-height: 0;
	padding: 30px 10px 33px 10px;
	border: 4px solid ##4b0082;
	border-radius: 10%;
	background-color: #fff;
}

button:hover {
	color: #fff;
	background-color: limegreen;
}

	.slide-the-drawer {
		left: 20px;
		

	}

a:hover {
	background-color: #ee82ee;
}

.banner-title{
	margin: 190px 60px
	color:#ff69b4;
}
.banner-title h1{
	font-size: 64px;
	margin-bottom: 30px;
	line-height: 100px;
	float: center;
	text-align: center;
	
	padding: 100px 20px;
	padding-left: 300px;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-color: #fff;
}

figure {
	width: 8vw;
	height: 2vw;
	
	background-color: #fff;

	
	
	text-align: left;
}


nav {
	position: fixed;
	top: 100px;
	left: -370px;
	font-size: 3em;
	transition: left 0.5s;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3%;
	border: 4px solid ##4b0082;
	padding: 5px;
}

section {
	width: 100vw;
	height: 100vw;
}

img {padding-left: 600px;

}





/*CSS COLOR CLASSES*/

.hotpink { background-color: hotpink; }

.lawngreen { background-color: lawngreen; }

.aquamarine { background-color: aquamarine; }

.peachpuff { background-color: peachpuff; }

.azure { background-color: azure; }

.deeppink { background-color: deeppink; }

.greenyellow { background-color: greenyellow; }

.red { background-color: red; }

.lime { background-color: lime; }

.mistyrose { background-color: mistyrose; }

.lemonchiffon {
	background-color: lemonchiffon;
}










