@font-face {
	font-family: 'dejavu';
	src: url('/css/dejavu.ttf');
	font-weight: 400;
	font-style: normal;
}

@media (max-width: 600px) {
	body {
		font-size: 90%;
	}

	main {
		padding: 20px;
		margin: 10px;
		border-radius: 15px;
	}
}

body {
	color: #790470 ;
	background-image: url("/media/igreja.jpg");
	background-size: cover;
	background-position: center;
	font-family: 'dejavu';
	font-size: 100% ;
}

main {
	background: #ffffff ;
	max-width: 800px ;
	padding: 50px ;
	margin: auto ;
	border-radius: 20px ;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	font-family: 'dejavu' ;
}

li {
	padding: 0px ;
	margin: 20px;
}

img {
	max-width: 100% ;
}

header h1 {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	background: #790470 ;
	border-radius: 20px ;
	font-size: 130% ;
	text-align: center ;
	padding: 20px;
	font-style: bold ;
	color: #fff ;
}

h1 {
	line-height: 0;
	padding: 20px 0px 0px 0px;
	font-size: 160% ;
	color: #ee801b ;
}

h2 {
	line-height: 0.5;
	font-size: 120% ;
}

h3 {
	line-height: 0.2;
	font-size: 110% ;
}

footer {
	text-align: center ;
	clear: both ;
}

a {
	color: #790470 ;
}

footer {
	padding: 15px 15px;
}

.taglist {
	text-align: center ;
	clear: both ;
}

.nav-style {
	margin: auto;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border-radius: 20px ;
	max-width: 500px ;
	background: #ffffff ;
	font-size: 150% ;
}

.nav-style ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.nav-style li a {
	display: block;
	color: #790470 ;
	text-align: center;
	padding: 15px 80px;
	text-decoration: underline;
}

.nav-style li a:hover {
	color: #007bff;
}
