body, html {
    margin: 0;
    padding: 0;
    height: 100%;

/*
    font-family: 'Kanit', sans-serif;

    font-family: 'Comfortaa', cursive;

    font-family: 'ABeeZee', sans-serif;

    font-family: 'Prompt', sans-serif;

    font-family: 'Russo One', sans-serif;
*/

}

.hero-image {

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../consult.jpg");


  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
    font-size: 3.0vw;
}

h1, h4 {
    
font-family: 'Prompt', sans-serif;
}
a:link, a:visited
{
color: white;
text-decoration: none;
}


a:active, a:hover
{
color: #FE6021;
	text-decoration: none;
}