/*
Project: 15-17_1-39
Author:  Richy Thomas
Date: 09/03/17
*/

.img-center {
  margin: 0 auto;
}

/* Sortable Section 1 */

#sortable-1 .swappableElement {
  background: rgba(255,255,255,1);
  border: 1px solid #CCC;
  cursor: move;
  display: block;
  font-size: 18px;
  height: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 15px;
}

/* Sortable Section 2 */

#section-2 #static li, #section-2 #sortable-2 .swappableElement {
  background: rgba(255,255,255,1);
  border: 1px solid #CCC;
  font-size: 18px;
  height: 100%;
  height: 220px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}

#section-2 #static li {
  font-size: 20px;
  line-height: 180px;
}

#section-2 #sortable-2 .swappableElement {
  cursor: move;
  display: block;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}