body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff !important;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  html, body {
    height: 100%;
  }
  header {
      background-color: #f4f4f4;
      margin: 0 auto;
      padding: 2rem;
      width: 100%;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  footer {
    background: #42436b;
    background-image: url(images/sayagata-bg-400px.gif);
    flex-shrink: 0;
    padding: 2rem;
    padding-bottom: 2rem;
    width: 100%;
}
  * {
    font-family: 'Hind Guntur',sans-serif ;
  }
  p {
    margin: 0 0 10px;
}
a:active, a:hover {
    outline: 0;
}
a, a:hover {
    color: #00B999 !important;
}
  header .row {
    display: flex;
    justify-content: center !important;
  }
  h1 {
    font-size: 1.5rem !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
h2 {
    font-size: 1.3rem !important;
}
footer a {
        color: #aaabc9 !important;
        font-size: 13px !important;
    }
footer a:hover,footer a:active,footer a:focus
    {
        color:#fff !important;
        text-decoration:underline !important;
    }
footer ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style-type: none;
    vertical-align: middle;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0.8rem;
}
@media (min-width: 768px){
footer ul li {
    margin-bottom: 0;
    margin-right: 1rem;
}
}
@media (min-width: 768px)
{
  footer ul {
    display: initial;
    flex-direction: row;
}
}
@media (min-width: 768px){
  h1 {
    font-size: 2.3rem !important;
}
}
@media (min-width: 768px)
{.col-sm-12 {
    width: 100% !important;
}
}
@media (min-width: 768px){
  h2 {
    font-size: 1.5rem !important;
}
}


  .logo img {
    max-width: 13rem;
    text-align: center;
    width: 100%;
}

.col-sm-12{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.container.container-legal {
    flex: 1 0 auto;
    margin: 1rem auto 2.5rem;
    padding: 0 1.5rem;
    width: 100%;
}