body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

ul.my-list>li{
    list-style-image : url('./../images/arrow-right.png');
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

img {
    max-width: 100%;
    height: auto;
}

/* CSS3 */

.skew { transform: skew(-5deg); }
.rotate { transform: rotate(-5deg); }
.translate { transform: translate(150%, 0%); }
.scale { transform: scale(0.8); }
.scale-and-rotate-and-translate { transform: scale(0.9) rotate(-4deg) translate(5%, 0%); }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #f5f5f5;
}

.footer-paragraph{
    margin-top: 20px;
}
