/* Header Section---------------- */
.navbar {
	background-color: white;
}

.navbar .logo{
    font-size: 1.8rem;
    color: black;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: Harrington;
}
.navbar .logo:hover {
	color: #940000;
}

.nav-link {
    font-size: 1.2rem;
	color: black;
	text-transform: uppercase;
}

.nav-link:hover {
	color: #940000;
}

.navbar-toggler {
	font-size: 18px;
}

.navbar-toggler:hover {
	color: white;
}


/* title text section----------------- */
.title-text {
	height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-text > h1 {
	color: white;
	font-size: 3rem;
}

.title-text > p {
	color: white;
	font-style: italic;
}

.pricing {
	height: 100%;
	padding: 80px 0;
    background: #F5F5F5;
}
/* Pricing Section */
.membership {
	font-size: 30px;
}

.parent-pricing {
	display: flex;
	align-items: center;
	justify-content: center;
}

.parent-pricing > .child-pricing {
	margin-left: 15px;
}

.parent-pricing .child-pricing > .pricing-borderr {
	border: 1px solid black;
	border-radius: 5px;
	text-align: center;
	width: 300px;
	height: 300px;
	padding: 50px 8px;
}

.parent-pricing .child-pricing .pricing-borderr > p {
	font-size: 22px;
	margin-top: 30px;
}

.parent-pricing .child-pricing .pricing-borderr > button {
	margin-top: 40px;
	height: 30px;
	width: 100px;
	border: none;
	background-color: #474747 ;
	color: white;
	border-radius: 3px;
}
.parent-pricing .child-pricing .pricing-borderr > button:hover {
	background-color: #000000;
}

/* Info Section------------- */

.info {
	margin-top: 150px;
	font-size: 30px;
}

.inner-wrap .card-body > p {
	text-align: center;
	font-size: 22px;
}
