/* Global */

.container-lg {
	padding: 0;
	box-shadow: 0 0 30px black;
}

body {
	background-color: #2b2b33;
	text-align: center;
	font-family: 'urw-form-semi-condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
}

strong {
	font-weight: 500;
	font-style: normal;
}

h1,
h2 {
	font-family: lulo-one, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #e09328;
}

h2 {
	font-size: 1rem;
	color: #ae1f2a;
}

h3 {
	font-size: 2.25rem;
	padding: 1rem 0;
}

p,
li {
	font-size: 1.2rem;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: white;
	font-size: 1.2rem;
}

a:hover,
a:active {
	color: #e09328;
	text-decoration: underline;
}

/* Header */

.header {
	padding: 1px 0;
	background-color: #2b2b33;
}

.title {
	padding-top: 1rem;
}

/* Nav */

.navbar {
	padding-top: 0;
}

.nav-items {
	background-color: #2b2b33;
	width: 100%;
	margin: auto;
	padding: 5px 0;
}

.nav-item {
	padding: 0 20px;
}

.navbar-brand {
	margin: 0;
}

.nav a {
	font-size: 1.3rem;
}

.navbar-dark .navbar-toggler {
	color: transparent;
	border-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0;
}

button:focus {
	outline: none;
}

.navbar-toggler {
	padding: 0;
	line-height: 0;
	border-radius: 0;
}

/* Main */

.white-section {
	background-color: #f7f3e9;
	padding: 3% 10%;
	text-align: justify;
	text-justify: auto;
	color: #40404b;
}

.dark-section {
	background-color: #2b2b33;
	padding: 0.5rem 10% 0.5rem;
	text-align: center;
	text-justify: auto;
	color: #f7f3e9;
}

.quote {
	padding-top: 1rem;
	font-size: 1rem;
	font-style: italic;
}

.section-img {
	width: 100%;
}

/* Footer */

.footer {
	background-color: #2b2b33;
	padding: 3% 10%;
}

.footer-nav {
	list-style-type: none;
	padding: 0;
}

.back-to-top,
.catering-link {
	text-decoration: underline;
}

.copyright {
	color: white;
	padding-top: 1.5rem;
}

/* Responsive Design */

@media (max-width: 696px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1rem;
	}

	h3 {
		font-size: 1.5rem;
		padding: 1rem 0;
	}

	p,
	li {
		font-size: 1rem;
		line-height: 1.3;
	}

	.nav a {
		font-size: 1.1rem;
	}
}

@media (max-width: 461px) {
	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 0.75rem;
	}

	.quote {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.trip-advisor-wrapper {
		position: relative;
		padding: 0;
		margin-bottom: 2.7rem;
	}

	.trip-advisor {
		position: absolute;
	}

	.trip-advisor-hover {
		opacity: 0;
		position: absolute;
	}

	.trip-advisor-hover:hover {
		opacity: 1;
		position: absolute;
	}
}
