body{
    background-color: whitesmoke;
}

h1{
    color: darkblue;
    text-decoration: underline;  
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.carousel-inner .item img,  .carousel-inner .item img {
    width: 100%;
}

.container .carousel-indicators .active { 
    background-color:orange;
}

.container .carousel-indicators li { 
    border: 1px solid orange;
}

.container .panel-footer { 
    margin-top:20px;
}

* { user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    margin:0;
    padding:0;
}

#sortable { 
  list-style-type: none;
   margin-left:auto;
   margin-right:auto;
}

#sortable li { 
  float: left; 
  width: 33%; 
}

#sortable li img {
  vertical-align:bottom;
  width: 100%; 
  height: auto;
}

@media (orientation:landscape){ #sortable {width:100vh;}}
@media (orientation:portrait) { #sortable {width:100%;}}

