@font-face {
  font-family: "Concert One";
  src: url(../webfonts/ConcertOne-Regular.ttf);
}
@font-face {
  font-family: "Sarabun";
  src: url(../webfonts/Sarabun-Regular.ttf);
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  color: white;
  font-family: "Sarabun", sans-serif;
}
body section {
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  display: none;
}
body section.gheader {
  text-align: left;
  background-color: transparent;
  padding: 30px;
}
body section.gwhyuscontact {
  background-color: white;
  padding: 10px;
}
body section.gwhyuscontact .gwhyus {
  padding: 10px;
  border-radius: 15px;
  border: 5px solid white;
}
body section.gourservices {
  background-color: white;
  padding: 10px;
}
body section.gourservices h1 {
  color: #009fd7;
}
body section.gourservices .gservice {
  padding: 10px;
  border-radius: 15px;
  border: 5px solid white;
}
body footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: black;
}
body #soon {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}
body #soon #soonmsg {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: orange;
  border-radius: 15px;
  border: 5px solid white;
  color: white;
  font-family: "Concert One";
  font-size: 50px;
  left: 50%;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
}

body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/background.webp);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.godd {
  background-color: #62baea;
}

.geven {
  background-color: #009fd7;
}

/*# sourceMappingURL=style.css.map */
