html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

body {
  background-image: url('/images/main-banner.svg');
  background-size: cover;
}

body > .container {
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 100vh;
  background: white;
  opacity: 0.95;
}

body.dev-role-active > .container {
  padding-top: 96px;
}

body.dev-role-active .navbar-fixed-top {
  top: 32px;
}

.dev-role-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #ffc107;
  color: #212529;
  font-weight: 600;
  text-align: center;
  padding: 6px 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dev-role-banner-link {
  color: inherit;
  margin-left: 12px;
  text-decoration: underline;
  font-weight: 500;
}

.navbar-fixed-top {
  width: 100%;
  z-index: 1030;
  color: #9d9d9d;
  text-decoration: none;
  position:fixed;
  display:block;
  padding:0;
}

.navbar-dark .navbar-brand {
  color: #9d9d9d;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 40px;*/
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 10px 0;
}

.pull-left {
  float:left !important;
}

.pull-right {
  float: right !important;
}

.navbar-header {
  position: relative;
  top: -4px;
}

.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}

.icon {
  position: relative;
  top: -10px;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.page-consent .client-logo {
  float: left;
}

.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}

.page-consent .consent-buttons {
  margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}

.page-consent .consent-form .consent-description {
  margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
  font-weight: normal;
}

.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
