/* JBoss.org Archive Common CSS */

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Regular.eot");
  /* Modern Browsers */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Medium.eot");
  /* Modern Browsers */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatDisplay/RedHatDisplay-Bold.eot");
  /* Modern Browsers */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatText";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Regular.eot");
  /* Modern Browsers */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "RedHatText";
  src: url("https://static.redhat.com/libs/redhat/redhat-font/2/webfonts/RedHatText/RedHatText-Medium.eot");
  /* Modern Browsers */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

/* Header */
header.archive, footer.archive {
   background: #151515;
   color: white;
   font-family: RedHatDisplay,Overpass,Overpass,Helvetica,Arial,sans-serif;
   width: 100%;
}
header.archive h1 {
    font-weight: 300;
    font-size: 2em;
    padding: 20px 0px 20px 30px;
    margin-bottom: 0;
}


/* Footer */
footer.archive {
    font-size: 12px;
    left: 0;
    display: block;
    color: #858585;
    padding-left: 20px;
}
footer.archive a, footer.archive a:visited, footer.archive a:link {
    color: #858585;
    text-decoration: underline;
}
footer.archive #footer-container {
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
}
footer.archive .logo {
    background: url('../img/RHLogo_white.svg') no-repeat;
    height: 33px;
    width: 138px;
    display: inline-block;
}

footer.archive .logo, footer.archive .copyright {
    margin-right: 70px;
}
footer.archive .conditions a:first-child {
    margin-left: 0;
}
footer.archive .footer-content {
  display: inline;
}
footer.archive .footer-content div {
    display: inline;
    position: relative;
    top: -9px;
}

footer.archive .conditions a {
    margin-left: 15px;
}

@media (min-width: 1200px) {
    footer.archive #footer-container {
        width: 1140px;
    }  
}

@media (max-width: 850px) {
  footer.archive .logo, footer.archive .copyright {
    margin-right: 35px;
  }
}

@media (max-width: 768px) {
  footer.archive .footer-content div {
    display: block;
    margin-top: 5px;
    top: 0;
  }
}

@media (max-width: 40em) {
  header.archive {
    height: 52px;
  }
  header.archive h1 {
      font-weight: 300;
      font-size: 15pt;
      padding: 14px;
      margin-bottom: 0;
  }
}