body {
    background-size: cover;
    background-attachment: fixed;
}

h1 {
	font-family: "Terminess Nerd Font";
	font-size: 32px;
	text-align: left;
	display: inline-block;
	padding: 6px;
	margin: 6px;
}

@font-face {
	font-family: "Terminess Nerd Font";
	src:
		url(../fonts/TerminessNerdFont-Regular.ttf);
}

h2 {
	font-family: "Terminess Nerd Font";
	text-align: center;
}

#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;
}

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

h3 {
	font-family: "Terminess Nerd Font";
	font-size: 24px;
	text-align: left;
}

p {
	 font-family: "Terminess Nerd Font";
    display: block;
	 font-size: 16px;
	 text-align: left;
    padding: 0px;
    margin: 0px;
    padding-left: 6px;
    margin-left: 6px;
    padding-right: 6px;
    margin-right: 6px;
}

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

.entry h2 { 
	font-family: "Terminess Nerd Font";
	font-size: 24px;
	text-align: left;
	margin: 5px auto 2px auto; 
}

#firstSentence {
}

.decoration {
	font-size: 18px;
}

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

.entry p {
	color: #161616;
}

#bandcampButton {
	margin: 40px;
	padding: 6px;
	width: 360px;
	background-color: #ffffff;
   border-style: solid;
   border-width: 1px;
}

#pins {
	margin: 40px;
	padding: 6px;
	width: 360px;
	background-color: #ffffff;
   border-style: solid;
   border-width: 1px;
}

#portfolioFrame {
	 margin: 64px;
    margin-left: 480px;
    width: auto;
    height: auto;
}

#blogFrame {
	 margin: 64px;
    margin-left: 480px;
    width: auto;
    height: auto;
}

#musicFrame {
	 margin: 64px;
    margin-left: 480px;
    width: auto;
    height: auto;
}

#mainFrame {
    background-color: white;
    margin: 64px;
    margin-left: 480px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: fit-content();
    height: auto;
}

#rad {
    display: inline-block;
    width: 150;
    color: #ffffff;
    background-color: #ffc107;
    border-style: none;
    margin-left: -10px;
    margin-right: -10px;
	 padding-left: 12px;
	 padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#live {
    display: inline-block;
    width: 150;
    color: #ffffff;
    background-color: #ED6145;
    border-style: none;
    margin-left: -10px;
    margin-right: -10px;
	 padding-left: 12px;
	 padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#tagline {
    display: block;
    width: 1200px;
    font-style: italic;
	 padding: 6px;
	 margin: 6px;
    margin-left: 150px;
    margin-top: 20px;
    text-indent: -6em;
}

#mainPic {
    width: 218px;
    height: 290px;
    border-style: double;
    float: right;
    margin: 64px;
}

li {
	display: block;
}

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

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

li a:hover {
	background-color: lightblue;
	color: white;
}


#leftImage {
	float: left;
}

#centerText {
	text-align: center;
}

#rightImage {
	float: right;
}

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

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

#bottom {
	margin-top: 20px;
#	border-style: double;
}

#top {
	margin-bottom: 20px;
#	border-style: double;
}

.quote {
	column-width: auto;
	text-align: center;
	font-size: 24px;
}

#about {
	column-width: auto;
}

frame {
    background-color: white;
}

/*Stuff for text field*/
input[type=text], select, textarea { 
	width: 100%; 
	padding: 12px;
	border: 1px solid #ccc; 
	margin-top: 6px; 
	margin-bottom: 16px; 
	resize: vertical; 
}

input[type=submit] { 
	background-color: #ef5f69; 
	color: #a01408; 
	padding: 12px 20px; 
	border-radius: 0px 15px 0px 15px;
	border: none; 
	cursor: pointer; 
}

input[type=submit]:hover {
	background-color: #fc3a3a; 
	color: white;
}

.container-contact { 
	border-radius: 5px; 
#	background-color: #f2f2f2; 	
	padding: 10px; 
}

.column { 
	font-size: 22px;
	float: left; 
	width: 50%; 
	margin-top: 6px; 
	padding: 20px; 
}

/* Clear floats after the columns */
.row:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 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; 
	}
}
