@charset "utf-8";
/* CSS Document */

main {
	background-image: url("../images/backgrounds/marble-bg.jpg");
    background-size: cover;
    background-attachment: scroll;
}
table {
	background-color: antiquewhite;
}
td {
	border-right: thin solid black;
}
a {
	color: black; text-decoration: underline;
}
.last-td {
	padding-bottom: 15px;
}


.miracles-title {
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
	width: 50%;
}
.miracles-title img {
	max-width: 100%;
}
.miracles-title h3 {
	margin: 0px;
	text-align: justify;
}
.miracles-title div {
	flex: 1;
	width: 50%;
	text-align: center;
}
.miracles-title div h4 {
	text-align: justify;
}

.miracles-Content {
	border: 6px ridge #387538;
	background-color: antiquewhite;
    margin: 0px auto;
    width: 50%;
    padding: 15px;
    text-align: justify;
	position: relative;
}

.miracles-table {
	width: 50%;
}

@media (max-width: 1200px) {
	.miracles-title h3 {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.miracles-content {
		flex-direction: column;
		margin: 5px auto;
	}
	.miracles-title {
		width: 95%;
		padding: 0px 10px;
	}
	.miracles-title h3 {
		font-size: 14px;
	}
	.miracles-table {
		width: 90%;
	}
}