

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.sequenceinfo {
	font-size: large;
	margin-left: 10%;
}

@media screen and (min-width: 960px) { 
	.sequencelist {
		font-size: x-large;
	}
}

@media screen and (max-width: 960px) and (min-width: 90px) { 
	.sequencelist {
		font-size: large;
	}
}


.addinfo {
	font-size: small;
}

.bigcover {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../image/voidalbum.png");
	background-repeat: no-repeat;
	background-size: 100% auto; 
	
	/* border-radius: 5px 5px 5px 5px; */
    padding-top: 69%;
    
    border-color: white;
	border-style: solid;
	border-width: 1px;
    
    width: 69%;
}

.bigcover:hover {
	
	background-image: url("../image/voidalbum4.png");
	width: 90%;
}

.menubutton {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.menubutton:hover {
	background-color: transparent !important;
    color: #ffffff;
	text-decoration:none;
}

