* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Roboto";
	line-height: 1.4;
}

a {
	text-decoration: none;
}

p {
	margin: 0.75rem 0;
}

/*  Utility Classes  */
.container {
	max-width: 1100px;
	margin: auto;
	padding: 0 2rem;
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.py-1 {
	padding: 1.5rem 0;
}

.py-2 {
	padding: 2rem 0;
}

.py-3 {
	padding: 3rem 0;
}

.p-1 {
	padding: 1.5rem;
}

.p-2 {
	padding: 2rem;
}

.p-3 {
	padding: 3rem;
}

.l-heading {
	font-size: 4rem;
	margin-bottom: 0.75rem;
	line-height: 1.1;
}

.m-heading {
	font-size: 2rem;
	margin-bottom: 0.75rem;
	line-height: 1.1;
}

.lead {
	font-size: 1.3;
	margin-bottom: 2rem;
}

#navbar {
	display: flex;
	background: #333;
	color: white;
	position: sticky;
	top: 0;
	justify-content: space-between;
	z-index: 1;
	padding: 1rem;
}

#navbar ul {
	display: flex;
	align-items: center;
	list-style: none;
}

#navbar ul li a {
	color: white;
	padding: 0.75rem;
	margin: 0 0.25rem;
}

.showcase {
	background: rgba(51, 51, 51, 0.5) url("/img/IMG_03431.jpg") no-repeat center center/cover;
	height: 100vh;
	color: #fff;
}

.showcase-content {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;

	overflow: hidden;
}

.showcase-content img {
	width: 350px;
	height: 350px;
}

.showcase-words {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4rem;
}

.hours {
	display: flex;
	flex-direction: column;
	border: 3px solid #141010a1;
	background: rgba(51, 51, 51, 0.767);
	padding: .5rem;
}

.location {
	display: flex;
	flex-direction: column;
	border: 3px solid #141010a1;
	background: rgba(51, 51, 51, 0.767);
	padding: .5rem;
}

.book {
	display: flex;
	flex-direction: column;
	border: 3px solid #141010a1;
	background: rgba(51, 51, 51, 0.767);
	padding: .5rem;
}

.kuts {
	background: #333;
	color: #fff;
}

.haircuts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	align-items: center;
	padding-left: 3rem;
}

.haircuts img {
	height: 300px;
	width: 300px;
	padding: 1rem;
	align-content: center;
}

#contact {
	background: #161515;
	color: #fff;
}

#contact .contact-form .form-group {
	margin: .75rem;
}

#contact .contact-form label {
	display: block;
}

#contact .contact-form input,
#contact .contact-form textarea {
	width: 75%;
	padding: 0.5rem;
}

.btn {
	display: inline-block;
	color: #fff;
	background: #93cb52;
	padding: 0.5rem 2rem;
	border: none;
	border-radius: 5px;
}

.btn-dark {
	background: #333;
	color: #fff;
}
