html {
    background-color: black;
    color: whitesmoke;
    font-size: 45px;
	background-image: url("../assets/retro.jpg");
	background-size: cover;
}

#nameHeadline {
    text-align: center;
    font-family: 'Montserrat Subrayada', sans-serif;

}

.wrapper {
  margin: 45px 175px 45px 175px;
  
}

#navWrapper {
  float: top;
  margin-left: 4px;
  padding-right: 35px;
}

#frank {
  color: fuchsia;
  text-shadow: -2px 0 dodgerblue, 0 2px dodgerblue, 2px 0 dodgerblue, 0 -2px dodgerblue;
}

#kashdan {
  color: darkturquoise;
  text-shadow: -2px 0 deeppink, 0 2px deeppink, 2px 0 deeppink, 0 -2px deeppink;
}

#comingSoon {
  text-align: center;
}

#navList {
  list-style-type: none;
  color: white;
  font-size: 24px;
  position: fixed;
  border-right: solid white 6px;
  padding-right: 15px;
  height: 100vh;
  margin-top: -150px;
}

a:visited {
	color :deeppink;
}

a:link {
	color:deepskyblue;
}


