*	{
	margin: 0;
	}


.wrapper 
	{display: flex;
	}


body
	{background: #1a1918;
	}


/*-----NAVIGATION-----*/

.navbar 
	{ height: 75px;
	padding-top: 1% vh;
	padding-bottom: 2% vh;
	background: #1d1d1c;
	overflow: auto;
	float: top;
	position: sticky;
	top: 0;
	width: 100% vw;
	z-index: 100;
	ms-overflow-style: none;  
 	scrollbar-width: none;
	}


img.headerimg
	{ width: 80px;
	height: auto;
	float: left;
	padding-left: .5%;
	overflow: auto;
	vertical-align: middle;
	}

.navbar p 
	{font-family: "Nunito", sans-serif;
	color: white;
	vertical-align: center;
	float: left;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	vertical-align: middle;
	}




.navbar a:link 
	{float: right;
	text-align: right;
	padding-top: 1.5%;
	padding-left: 1%;
	padding-right: .5%;
	color: white;
	text-decoration: none;
	font-family: "Nunito", sans-serif;
	vertical-align: middle;
	 }

.navbar a {color: white;}

@keyframes fade { 
	from {color: white;}
	to {color: #ff3788;}
	}

.navbar a:hover 
	{float: right;
	text-align: center;
	padding-top: 1.5%;
	padding-left: 1%;
	padding-right: .5%;
	color: #ff3788;
	text-decoration: none;
	font-family: "Nunito", sans-serif;
	vertical-align: middle;

	animation-name: fade;
	animation-duration: .45s;
	 }








/*-----BODY-----*/

h1
	{font-family: "Nunito", sans-serif;
	color: white;
	clear: left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: .5%;
	text-align: left;
	}

.hero
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/pmmm.png");
	height: 50%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	clear: left;
	z-index:-1;
	}



/*-----INTRODUCTION-----*/

.intro
	{font-family: "Nunito", sans-serif;
	color: white;
	text-align: justify;
	last-align: left;
	width: 50%;
	padding: 8.5%;
	margin: auto;
	
	}

.homefeature 
	{float: left;
	padding-right: 2%;
	display: inline-block;
	max-width: 35%;
	height: auto;
	vertical-align: middle;
	}


h2
 	{text-align: left;
	}

/*-----PLACEHOLDER BODY-----*/

.placeholder
	{display: block;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	background-color: white;
	border-radius: 8px;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	box-shadow: 2px 2px 5px 5px #000000;
}

.placeholder a
	{color: #ff3788;
	text-decoration: none;}

@keyframes fade2 { 
	from {color: #ff3788;}
	to {color: #1a1918;}
	}

	
.placeholder a:hover
	{color: #1a1918;
	text-decoration: none;
	animation-name: fade2;
	animation-duration: .45s;
	}

.placeholder li
	{list-style-type: none;
	}

.decorative
	{float: right;
	position: sticky;
	bottom: 0;
	z-index:-100;
	}

/*Apparently .5% is roughly equal to 10px?? Crazy stuff. I should probably be specifying vh/vw but I have more to do here, so onward and upward with wild abandon I go!!*/


/*-------MODAL FEATURE TESTING --------*/


