.header, .body {
    margin: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    text-align: center;
}
.bg-dark {
    background-color: #212121;
}
.bg-footer {
    background-color: #121212;
}
.footer-text{
  text-align: center;
  color: white;
}
.homeTextHeroColor {
    color: white;
    text-align:center;
}

.homebg {
  height: 75%;
  width: 100%;
}

.homebg.homeTextHeroColor {
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-device-width: 1366px) {
  .homebg.homeTextHeroColor {
    background-attachment: scroll;
  }
}
a.homeTextHeroColor {
    opacity: 1;
}

a.homeTextHeroColor:hover {
    opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
