@charset "utf-8";
/* CSS Document */


/*  Section 1` */

.carousel-control.left{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.1)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
}

.glyphicon-chevron-left, .glyphicon-chevron-right {
    color: #AD1457;
}

img.socialIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*  Section 2` */
th, td {
    border: 1px solid #ccc;
    padding: 7px;
    height: 5em;
}

th{
	text-align: center;
	font-size: medium;
}

td{
	vertical-align: top;
}

td.blank {
    border: 0px;
}

.table-entry {
    padding: 7px 3px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
	font-size: 1em;
	    line-height: 28px;
}

div.numbers{
	    font-size: 1.2em;
    line-height: 28px;
	margin-top: 2px
}


/*  Section 3` */
img.avatar, img.info {
    margin: 10px 0px;
}

.justin-bieber, .katy-perry, .taylor-swift{
	display:none;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 0.5em;
}

.info {
    float: right;
}



/*  Section 4 */
.orderName {
    border-right: 1px solid #aaa;
}

span.swappableElement {
	height:100%!important;
}

/*  Section 5 */
.dropZone {
  background-color: rgba(29,78,137,0.15);
  margin-bottom: 2em;
  min-height: 380px;
  padding: 1em 0 .5em;
  text-align: center;
}

.dropZone h2 {
  color: rgba(51,51,51,1);
  margin-bottom: .5em;
}

.dropZone hr {
  border-color: rgba(208,208,208,1);
  margin: 10px 0;
}

.draggable, .dropZone .draggable {
  /*background-color: rgba(29, 113, 184,0.8);*/
  color: rgba(255,255,255,1);
  cursor: pointer;
  display: inline-block;
  font-size: 1.4em;
  padding: .5em;
  text-align: center;
  z-index: 2;
}

.draggable {
  width: 100%;
}

.dropZone .draggable {
  height: auto!important;
  margin-bottom: 6px;
  width: 96%!important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}
h2 img{
	width:50%;
}

#statementStack {
  text-align: center;
}
#statementStack img {
    height: 300px;
}
span.draggable img{
	height:150px;
}

#checkCorrect  p {
    margin-bottom: 0px;
}

/* Tablet */
@media(max-width: 768px){
	span.draggable img{
		height:75px;
	}
	#statementStack img {
    height: 150px;
	}
}



