/* ------------------------------------------------ */
/* "FOOTER" */
/* ------------------------------------------------ */
footer hr {
	width: 100%;
	border-top: 0.5px solid #9d9d9d;
	opacity: 30%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin-top: 1rem;
	margin-bottom: 10px;
}
footer h3 {
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2px;
	text-transform: uppercase;
	/* text-decoration: solid underline 1px #5d5d5d; */
}
footer p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2rem;
	line-height: 200%;
	margin: 0;
}

footer .logo {
	width: 250px;
	/* height: 100px; */
	/* margin-top: 3rem; */
}

footer {
	background-color: rgb(217, 217, 217, 0.4);
	color: #5d5d5d;
	width: 100%;
	/* padding: 1rem 1rem 0 1rem; */
	text-align: left;
}

.footer-tile-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	/* flex-wrap: nowrap; */
	/* min-width: 250px; */
}

.footer-tile {
	width: 80%;
	max-width: 310px;
	height: 100%;
	margin: 1em;
}

.footer-tile:first-child {
	min-width: 250px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 3em;
}

.godz-white {
	background-color: rgb(217, 217, 217, 0.3);
}

.footer-ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	margin-top: 10px;
}

.footer-ul li {
	list-style: none;
	margin: 2px;
}

.footer-ul li:first-child {
	margin-left: 0;
}

.copyrights {
	min-height: 20px;
	color: #5d5d5d;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.copyrights p {
	font-size: 0.8rem;
	margin: 5px;
	padding: 0;
	text-align: center;
}

/* --- MEDIA QUERIES --- */

/* Landscape phones and down */
@media (min-width: 481px) {
	.footer-tile:first-child {
		min-width: 370px;

		/* margin-top: 4em; */
	}

	footer .logo {
		width: 350px;
	}
}

/* Landscape phone to portrait tablet */
@media (min-width: 769px) {
	footer h3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.footer-tile-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
		/* flex-wrap: wrap; */
		overflow-x: hidden;
	}

	.footer-tile {
		width: 320px;
		margin: 1rem;
	}

	.footer-tile:first-child {
		min-width: 400px;
		flex-direction: row;
		justify-content: center;
		align-content: center;
	}

	footer .logo {
		width: 400px;
	}

	.link-tile {
		width: auto;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) {
}

/* XLarge screen */
@media (min-width: 1201px) {
}
/* --- END MEDIA QUERIES --- */
