@import url(http://fonts.googleapis.com/css?family=Scada);
@import url(http://fonts.googleapis.com/css?family=Audiowide);

body
{
	text-align: center;
	font-family: 'Scada', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	color: black;
}
input[type=text] {
    	border: 2px solid black;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
p.info
{
	font-size: 1.0em;
}
div.navbar
{
	width: 100%;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 5px
        width: 100%;
        background-color: white;
        color: black;
        text-align: left;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
}
a.navbar
{
	color: white;
	text-decoration: none;
}
div.spacer
{
	position: relative;
	width: 90%;
	top: 0;
	height: 50px;
}
table
{
	margin: auto;
	min-width: 60%;
	border: 1px;
}
td.result
{
	color: black;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 20px;
	border-spacing: 10px;
	border-style: solid;
	border-size: 2px;
}

input[type=button], input[type=submit], input[type=reset], a.button {
    background-color: white;
    border: 2px;
    border-style: solid;
    border-color: black;
    font-weight: bold;
    color: black;
    padding: 8px 20px;
    margin-top: 12px;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
}
.backbtn {
	position: fixed;
	top: 30px;
	left: 5px;
}
.maintitle {
	font-size: 2em;
	font-family: Audiowide, cursive;
	text-align: center;
	margin: 10px;
	text-shadow: 4px 4px 4px #aaa;
}

div.sort_by_artist {}

div.artist {
	background-color: #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-size: 1px;
	border-radius: 10px;
}

div.sort_by_artist div.artist h2.artist_name {
	background-color: #aaaaaa;
	font-size: 1.5em;
	text-align: center;
	text-shadow: 4px 4px 4px #aaa;
	padding:20px;
	margin:5px;
	border-style: solid;
	border-size: 1px;
	border-radius: 10px;
}


div.sort_by_artist div.artist div.titles {
	padding-top:20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

div.sort_by_artist div.artist div.titles div.title {
	color: black;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	border-spacing: 10px;
	border-style: solid;
	border-size: 1px;
	border-radius: 10px;
	width:480px;
	background-color: #ffffff;
	margin:2px;
}

