*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Hero Demo Content*/
.hero {
  width: 100%;
  height: 90vh;
  background: url("/images/sandtod-dark.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-logo {
  height: 350px;
  padding-top: 8%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(170%);
}

.about-text {
  font-size: 16px;
}

.training {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/* ! home end */
@media only screen and (max-width: 760px) {
  .hero {
    width: 100%;
    height: 70vh;
    background: url("/images/sandtod-dark.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-logo {
    height: 250px;
    padding-top: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
}
@media only screen and (max-width: 640px) {

    
    
}

@media only screen and (max-width: 460px) {

    

}

