html, body{
margin: 0;
padding: 0;
height: 100%;
color:white;
}


html { 
  background: url(res/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.realTitle{
font-family: Helvetica Neue;
font-size: 54px;
font-weight: 700;
line-height: 59px;
letter-spacing: 0em;
text-align: left;
}

canvas{
	border-color: white;
	border-width: 5px;
	border-style: solid;
	border-radius: 50px;
/*	  background-image: linear-gradient(to right, black,white);*/
}


.clipList{
	margin-left: auto; 
	margin-right: 0;
}


* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.columnA {
  float: left;
  width: 30%;
  padding: 10px;
}
.columnB {
  float: left;
  width: 70%;
  padding: 10px;
}

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

.row{
	margin: 40px;
}

.playingItem{
	margin-top: 20px;
}



.submissionItem {

font-family: Helvetica Neue;
font-size: 41px;
font-weight: 300;
line-height: 49px;
letter-spacing: 0em;
text-align: left;

}
