@charset "UTF-8";
/* CSS Document */
* {
	margin: 10px;
}

#header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#header p {
	font-size: 90%;
	display: flex;
	text-align: justify;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

@media screen and (max-width: 480px) {
	#header_pic img {
		margin-bottom: -10px;
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	#nav {
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		align-content: center;
		text-align: center;
	}
	
	#about-text {
		font-family: monospace;
		display: flex;
		flex-direction: column;
		align-content: center;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
		font-size: 12px;

	}
	
}

@media screen and (min-width: 481px) {
	#header_pic img {
		margin-bottom: -10px;
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		max-width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav {
		display: flex;
		flex-direction: row;
		margin-left: auto;
		margin-right: auto;
	}
	
	#about-text {
		font-family: monospace;
		display: flex;
		flex-direction: column;
		align-content: center;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
		font-size: 15px;

	}

}

.content {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}


#content-title {
	width: 100%;
	text-align: center;
}

.record {
	border: 2px solid black;
	width: 400px;
	display: flex;
	flex-direction: column;
	/*height: 600px;*/
}

.record-title {
	margin-top: 20px;
	font-family: monospace;
	text-align: center;
	font-size: 15px;
}
.record-cover {
	width: 50%;
	height: 50%;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	padding-bottom: -10px;
	margin-bottom: -5px;
	margin-top: -15px;
}

.record-cover-tamburas {
	width: 54%;
	height: 50%;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	padding-bottom: -10px;
	margin-bottom: -5px;
	margin-top: -15px;

}

.record-cover-TWTP {
	width: 41%;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	padding-bottom: -10px;
	margin-bottom: -5px;
	margin-top: -15px;

}

.record-descrip-table td {
	padding: 5px;
	
}

.record-descrip-table td:first-child {
	font-style: italic;
	font-weight: 600;
}



.record-descrip-table {
	font-family: monospace;
	font-size: 10px;
	padding: -10px;	
	text-align: right;
	margin-bottom: -30px;
}
.record-descrip-table td:nth-child(2) {
	font-family: monospace;
	font-size: 12px;
	text-align: left;
}

.record-descrip {
	margin-right: auto;
	margin-left: auto;

}

.record-cover-and-descrip {
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.record-notes {
	text-align: center;
	font-size: 80%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

.record-notes p {
	text-align: justify;
}

.purchase-link {
	padding: 5px;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	display: flex;
	flex-direction: row;
}

#more {
	display: none;
}

#myBtn {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	font-size: 83%;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: #B188A8;
}

#myBtn:hover {
	background-color: white;
	color: black;
}

#myBtn1 {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: #F0E3C4;
	font-size: 83%;
}

#myBtn1:hover {
	background-color: white;
}

#more1 {
	display: none;
}


#myBtn2 {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: #D46CA3;
	font-size: 83%;
}

#myBtn2:hover {
	background-color: white;
	color: black;
}
#more2 {
	display: none;
}

#myBtn3 {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: #9C9AAB;
	font-size: 83%;
}

#myBtn3:hover {
	background-color: white;
	color: black;
}
#more3 {
	display: none;
}

#myBtn4 {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: #E5BD99;
	font-size: 83%;
}

#myBtn4:hover {
	background-color: white;
	color: black;
}
#more4 {
	display: none;
}

#myBtn5 {
	border: 1px solid black;
	border-radius: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: .2s;
	max-width: 15ch;
	background-color: rgba(122,76,119,.9);
	font-size: 83%;
}

#myBtn5:hover {
	background-color: white;
	color: black;
}
#more5 {
	display: none;
}


#about {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}

.nav-link {
	font-family: monospace;
	font-size: 15px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	color:#f984e5;
	cursor: pointer;
}

.nav-link:link {
	color:#f984e5;
}

.nav-link:hover {
	color: #ff00ff;
}

#close-about-link {
	font-size: 13px;
	display: block;
	text-align: center;
	color:#f984e5;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

#close-about-link:hover {
	color:#ff00ff;
}

.purchase-a-link {
	font-family: monospace;
	text-decoration: none;
}
#SD-purchase{
	color: black;
}

#SD-purchase:hover {
	color: rgba(177, 136, 168, 1);
}

#tambura-link {
	color: black;
}

#tambura-link:hover {
	color: rgba(240, 227, 196, 1);
}


#tambura-link1 {
	color: black;
}

#tambura-link1:hover {
	color: #F0E3C4;
}

#twtp-link {
	color: black;
}

#twtp-link:hover {
	color: #D46CA3;
}

#twtp-link1 {
	color: black;
}

#twtp-link1:hover {
	color: #D46CA3;
}

#midnight-link {
	color: black;
}

#midnight-link:hover {
	color: #9C9AAB;
}

#mn-link {
	color: black;
}

#mn-link:hover {
	color: #E5BD99;
}

#juststompin-link {
	color: black;
}

#juststompin-link:hover {
	color: rgba(122,76,119,1);
}
#mn-link1 {
	color: black;
}

#mn-link1:hover {
	color: #E5BD99;
}
