html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.navbar-default {
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    text-align: center;
    border: none !important;
    color: #fff;
    background-color: #1F0B4B;
}
#wrap {
    background-color: #f2f9fd;
    min-height:450px;
   
}
.bg-home-header {
    padding: 5px 10px;
    /*background: #4e74ee;*/
    color: #fff;
    background-image: linear-gradient(to right, #b81750, #b2008a, #a70088, #7f0091, #6f1563);
}