body {
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(240, 240, 240, 1);
}

#nameCard{
	display: block;
	padding: 6px;
}

/*#btdBody {
	background-color: rgba(220, 220, 240, 0);
}

#quickBody {
	background-color: rgba(220, 220, 240, 0);
}

#burnBody {
	background-color: rgba(220, 220, 240, 0);
}

#soloBody {
	background-color: rgba(220, 220, 240, 0);
}*/

@font-face {
	font-family: "Aleo Regular";
	src: url(../fonts/Aleo-Regular.otf) format("opentype");
}

audio {
	padding-left: 6px;
   margin-left: 48px;
   padding-right: 6px;
   margin-right: 6px;
}

h1 {
	font-family: "Adwaita Mono";
	color: black;
	font-size: 40px;
	text-align: left;
	margin-left: 48px;
}

#comingSoon{
	color: whitesmoke;
}

#name {
	display: block;
	margin-bottom: -24px;
}

#gameTitle {
	display: block;
	margin-bottom: -24px;
}

#studioName {
	display: block;
	margin-bottom: -24px;
}

h2 {
	font-family: "Adwaita Mono";
	font-size: 28px;
	color: black;
	text-align: left;
	padding-left: 6px;
   margin-left: 48px;
   padding-right: 6px;
   margin-right: 6px;
}

#newLabel {
	float: left;
	display: inline;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-top: 5px;
}

#musicNote {
	float: left;
	display: inline;
	width: 20px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
}

#musicNotePortfolio {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	padding-top: 18px;
	padding-left: 4px;
}

#musicAlbum {
	float: left;
	display: inline;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
}

h3 {
	font-family: "Adwaita Mono";
	font-size: 18px;
	color: black;
	text-align: left;
	padding-left: 6px;
   margin-left: 48px;
   padding-right: 6px;
   margin-right: 6px;
}

p {
	 font-family: "Terminess Nerd Font";
	 color: black;
    display: block;
	 font-size: 20px;
	 text-align: left;
    padding-left: 48px;
    margin-left: 6px;
    padding-right: 6px;
    margin-right: 6px;
}

.entry {
	border: 1px solid;
	padding: 0px 10px 0px 10px;
	margin: 8px;
   background: white;
}

.decoration {
	font-size: 18px;
}

#listBlock {
    float: left;
    width: 300px;
}

#portfolioFrame {
    margin: 48px;
    margin-left: 480px;
    width: fit-content();
    height: auto;
}

#newBox {
	background-color: rgba(240, 240, 240, 1);
}

#sheetMusicBox {
	background-image: 
	linear-gradient(to left, rgba(220, 220, 220, 0), rgba(220, 220, 220, .75), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	url(portfolioImages/sheetmusic.jpg);
}

#skateBoardBox {
	background-image: 
	linear-gradient(to left, rgba(240, 240, 240, 0), rgba(240, 240, 240, .75), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	url(portfolioImages/btd.png);
}

#burningBox {
	background-image: 
	linear-gradient(to left, rgba(240, 240, 240, 0), rgba(240, 240, 240, .5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	url(portfolioImages/burningdaylight.png);
}

#quickBox {
	background-image: 
	linear-gradient(to left, rgba(240, 240, 240, 0), rgba(240, 240, 240, .5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	url(portfolioImages/qq2.jpg);
}

#soloBox {
	background-image: 
	linear-gradient(to left, rgba(240, 240, 240, 0), rgba(240, 240, 240, .5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
	url(portfolioImages/soloprojectEDIT.jpg);
}

#imageBox {
	align-content: center;
}

#textBox {
	align-content: center;
	margin: 16px;
}

#mainPic {
    width: 70%;
    height: 70%;
    border-style: double;
    margin: 64px;

}

li {
	display: block;
	padding: 6px;
}

#noHover {
	font-family: "Adwaita Mono";
	font-size: 28px;
	color: black;
	display: inline;
	padding: 4px 16px;
	text-decoration: none;
}

#noHoverDeco {
	font-family: "Terminess Nerd Font";
	font-size: 20px;
	color: black;
	#display: inline;
	text-decoration: none;
}

li a { 
	font-family: "Terminess Nerd Font";
	font-size: 20px;
	color: black;
	display: inline;
	padding: 4px 16px;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 40px;
	padding: 6px;
	width: 360px;
   border-style: solid;
   border-width: 1px;
   background-color: white;
}

li a:hover {
	background-color: lightgrey;
	color: gray;
}

#centerText {
	text-align: center;
}

.active, .active:hover {
	background-color: whitesmoke;
	color: blue;
}

small {
	font-size: 12px;
	display: block;
	margin-top: 20px;
	margin-bottom: 16px;
}

frame {
    background-color: white;
}

/* Responsive layout - when the screen is less than 600px wide, make the two
 * columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) { 
	.column, input[type=submit] {
		width: 100%; 
		margin-top: 0; 
	}
}

}   background: rosybrown;