html, body {
	font-size: 100%;
	height: 100%;
}

body {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #7C7D7F;
	font-style: normal;
	font-variant: normal;
}

.container {
	position: relative;
}

/*         HEADER         */
.header {
	top: 0;
	position: relative;
}

.header img {
	max-height: 10rem;
}

.title {
	font-size: 2.3rem;
	position: relative;
	bottom: 2rem;
	font-weight: bold;
}

/*         FOOTER         */
.footer-house {
	padding-top: 2rem;
}

div.footer-house a:active,
div.footer-house a:link,
div.footer-house a:visited {
  color: #7C7D7F;
  font-size: 2rem;
}

div.footer-house a:hover {
  color: #000;
}

/*         CAROUSEL         */
.carousel-control.left, .carousel-control.right {
	background-image: none;
}