@font-face {
    font-family: "PeyoFont";
    src: url("Font.ttf");
}

.titulo-texto{
	margin-left:auto;
	font-family:PeyoFont;
	color:white;
	font-size:500%;
	margin-right:auto;
	text-shadow:3px 3px #000000
}

.subtitulo-texto{
	margin-left:auto;
	font-family:PeyoFont;
	color:white;
	font-size:300%;
	margin-right:auto;
	text-shadow:3px 3px #000000
}

#page-container {
	position: relative;
	min-height: 100%;
}

#content-wrap {
	padding-bottom: 2.5rem;
}

#footer {
	background-color:darkblue;
	text-align:center;
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
}

body {
	background-size: cover;
}

.carousel-peyo {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1000px) {
	.carousel-peyo {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.titulo-texto{
		font-size:300%;
	}
	
	.subtitulo-texto{
		font-size:200%;
	}
}