/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  background: url(../img/HNH_background.jpg);
  background-size: cover;
}

.cover-container {
  position: relative;
  background: url(../img/HNH_conteudo_02.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y:center ;
}
.main {

}

/*
 * Header
 */
.masthead {
    width: 100%;
    position: fixed;
}

.masthead-brand {
  margin-bottom: 0;
  background-image: url(../img/HNH_logo.png);
  width: 70px;
  height: 86px;
  display: block;
  margin: 20px 0 0 20px;
}


.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.box-link {
    position: fixed;
    margin-left: 200px;
    top: 55%;
}
.box-link.download {

    top: 60%;
}

.box-link .link{
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
  letter-spacing: 2px;
  text-decoration: underline;
  position: relative;
  float: left;
}

.box-link a{
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
  letter-spacing: 1px;
  text-decoration: none;
  float: left;
}



/*
 * Cover
 */
.cover {
  padding: 0 !important;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 50px 0 160px;
  width: 100%;
  background: url(../img/HNH_rodape.jpg);
  background-size: cover;

}
.mastfoot address { 
  font-family: 'IBM Plex Mono', monospace;
  color: #ffffff;
  font-size: 12px;
  text-align:left;
  padding-left: 30%;

}

.mastfoot address strong { 
  font-family: 'IBM Plex Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;

}

.mastfoot address A { 
  text-decoration: underline;
  float: left;
  margin: 10px 0 0 0;

}
@media (max-width: 992px) {
  .mastfoot {
    padding: 30px 0 80px;

  }
  .box-link {
    margin-left: 130px;
  }

}
@media (max-width: 768px) {

  .cover-container {
    background: url(../img/HNH_conteudo.jpg);
    background-position-y: 120px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .box-link {
    margin-left: 30px;
    top: 45%;
}
.box-link.download {

    top: 50%;
}

.mastfoot address {
    font-size: 10px;
    padding-left: 20px;
}
.mastfoot address strong {
    font-size: 14px;

}

}