


body
{
	font-family: "Montserrat", helvetica;
	background-image: url(midterm/funfet.png);
  padding: 100px;
  background-size: cover;
  position: relative;
  min-height: 100vh;

}

.textureoverlay
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: repeat;
background-image: url(p1/computer3.jpg);
pointer-events: none;
 opacity: 0.1;
z-index: 9999;  /* learned this to put content on top*/
}



h1
{
	font-family: 'Freckle Face', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: black;
  font-size: 80px;
  margin: 0;
    padding-top: 20px;
    padding-bottom: px;
    text-shadow: .03em .03em .03em rgb(121, 117, 238), -1px -1px 0 #564bee, 1px 1px 0 #000;
    text-align: center;
    font-weight: 545;
    font-style: normal;
    
    background-image: url(midterm/sploot.gif);
    background-size: 168px 120px;
    background-repeat: no-repeat;
    background-position: 250px -10px;
   
    
}


main 
{

	background-color: rgba(255, 228, 255, 0.862);
	padding: 30px;
	border: 4px solid #000;
	color: rgb(0, 0, 0);
  overflow: auto;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px;



}



.subhead
{
  color: rgb(4, 7, 10);
  text-align: center;
  font-size: 30px;
  font-family: 'Archivo';
  background-color: rgb(131, 113, 250);
   box-shadow: 5px 5px;
   border-radius: 15px;

}


#aboutme
{

    background-color: rgba(178, 246, 118, 0.728);
    margin: 10px;
    font-family: 'Roboto Mono';
    border-radius: 10px;
    padding-top: 15px;
    font-size: 15px;
    border: 6px double #000;
    
}

#aboutme p
{
  display: block;
   padding: 5px 20px;
   font-family: monospace, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.about-heading{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.main-nav > li {
  position: relative;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 12px 20px;
  font-weight: 1000;
  display: block;
  background-color: tomato;
  border: black 0.1em solid;
  border-radius: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  list-style: none;
}

.main-nav a:hover {
  background-color: rgb(127, 127, 255) !important;
}

.aboutme-link{

    background-color: #47ff72 !important;
}

.resume-link{

background-color: rgb(121, 251, 147) !important;

}

.portfolio-link{
    background-color: rgb(255, 171, 255) !important;
}

.project-link{
  background-color: tomato;
  padding: 2px !important;


}

#sideNav
{

	width: 100px;
    float: left;
    margin-top: 17px;
    margin-right: 42px;
    margin-left: -5px;
    background-color: #ff9bf8;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 7px 7px;
    font-weight: 1000;
    display: block;
    border: 2px solid #000;
    border-radius: 10px;

  

}

#sideNav ul
{
	margin: 1px;
  padding: 1px;
  list-style: none;


}

#sideNav li
{

    line-height: 2;
    padding-left: 1px;
    

}

#sideNav li:hover
{
	background-color: #ff4848;
	color: #ffe7f2;
}

#sideNav a
{
	text-decoration: none;
	color: #000;

}



.dropdown {
  position: relative;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bfff65ce;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  list-style: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}




header
{
	background-color: rgba(0, 0, 0, .8);
}

#footer{
  text-align: center;
  font-family: monospace;
  border-top: 3px dotted rgb(157, 255, 137);
  padding-top: 10px;
  margin-top: 10px;
}

footer {
    background-color: #00000065;
    border-radius: 20px;
    box-shadow: 10px 10px rgb(131, 82, 255);
    color: #fff;
    padding: 10px;
    border: 4px double rgb(250, 155, 255);
}






 




