/*
 Main style
 @autor: Web Omicroom
*/
/* Fonts Used */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  font-family: "Manrope", sans-serif;
}

a {
  color: #0470c8;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  transition: 0.5s;
}

.container-fluid {
  width: 100%;
  max-width: 98%;
}

/* SLIDESHOW STYLE */
div.ls-fullscreen-wrapper div#slider::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(38, 7, 0, 0.6784313725);
  width: 100%;
  height: 100%;
  z-index: 55;
}

/* Customized classes */
.b-shadow {
  box-shadow: 0px 7px 12px -12px #000 !important;
}

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