 html {
	background-color: #FFFFFF;
	overflow-y: scroll; 
	margin: 0;
	padding: 0;
	color: #000000; 
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	color: #000000;
}

Small {
	font-size: 75%;
	color: #9d7e94;
}




header {
  margin: 0 0 30px 0;
	text-align: center;
}

article {
	color: #000000;
	margin-bottom: 50px;
}



/* Flex Containers for Mix CDs */

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 800px;
    height: 144px;
    background-color: white;
    margin-bottom: 20px;
}

.flex-item-album-cover {
    background-color: cornflowerblue;
    width: 144px;
    height: 144px;
    margin: 0px 18px 0px 0px
}

.flex-item-info {
    background-color: #ffe7fc; /* Light Pink */
    width: 646px;
    height: 144px;
    margin: 0px 0px 0px 0px;
}



    .videocontainer {
  width:1285px;
  margin: 20px auto;
  background-color: #848484;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;

}










/* Flex Containers for Ableton Live Racks */

.alr-flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    width: 800px;
    background-color: white;
    margin: 0px 0px 0px 0px;
    
}

.alr-flex-item-knobs {
    background-color: cornflowerblue;
    width: 300px;
    height: 240px;
    margin: 0px 0px 0px 0px
}


.alr-flex-item-info {
    background-color: #e5e5e5; /* Light Gray */
    width: 500px;
    height: 240px;
    margin: 0px 0px 0px 0px;
}

.alr-flex-item-extra {
    background-color: #e5e5e5; /* Light Gray */
    width: 800px;
    height: 520px;
    margin: 0px 0px 0px 0px;
}








/* Creates a box where the header lives so that when the page loads the javascript title, it doesn't cause a flash of the text snaping down */

.header-box {
	margin: 30px auto auto 0px;
	height: 120px;
}




.navigation-bar {
	/* Centering */
	margin: 0 auto;
	width: 400px;
	/* Centering */
	text-align: center;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #000000;
}

.center-container {
  margin: 0 0 0 0;
  background-color: #white;
  float:center;
  text-align: center;
}

.reg-container {
	color: #000000;
	margin-bottom: 50px;
}




.mini-container {
  width:400px;
  margin: 20px auto;
  padding: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: #000000;

}


front-pg-links {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}



h1 {
	font-size: 250%;
	font-weight: bold;
	color: #26a894; 
}
	
h2 {
	color: #000000;
	text-decoration: underline;
	text-align: center;
	/*Centering*/
}


h3 {

	font-size: 100%;
	font-weight: 900;
	text-decoration: none;
}



h4 {
  margin: 0 0 0 0;
	font-size: 250%;
	font-weight: bold;
	color: #000000; 
	text-align: center;
}

h5 {
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	text-align: center;
}


/* unvisited link */
a:link {
    color: #fa055b;
}

/* visited link */
a:visited {
    color: #fa055b;
}

/* mouse over link */
a:hover {
    color: #fa055b;
}

/* selected link */
a:active {
    color: black;
}

