html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.page-title-section {
    padding: 60px 0;
    margin-bottom: 60px;
    background-image: url("../images/sample-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    color: #fff;
}

a.doc-requirements-link{
    text-decoration: none!important;
    /*color: dodgerblue;*/
}