@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("/images/hoes-BG.jpg");
	background-repeat: repeat;
	background-size:cover;
	background-color: #000000;
  font-family: "Barlow Condensed", serif;
  font-weight: 400;
  font-style: normal;
}
.text-bg-dark {
	background-color: #000000 !important;
}
p {
	font-size: 20px;
}