.para-style-one{
    text-indent: 14px;
}

.btn-style-one{
    margin: 5px 0px;
}

.img-style-one{
    max-width: 100%;
    height: auto;
    border: 2px solid lightblue;
    border-radius: 10px;
}

.p-space-top-bot-5{
    margin: 5px 0px; 
}


html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
    padding-top: 40px !important;
    padding: 40px 0px !important;
    position: absolute !imporant;
    bottom: 0 !important;
    width: 100% !important;
    min-height: 30px !important;  
}

body{
    margin-bottom: 0px;
}