/*--------------------------------------------------------------
# Google Font CSS
--------------------------------------------------------------*/
.font-h-regular, h1, h2, h3, h4, h5 {
	font-family: "Philosopher", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-p-regular, p {
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.navbar-brand img{
	height:70px;
}

section{
	padding-top:50px;
	padding-bottom:50px;
}

section#packages .card:hover {
	transform: translateY(-10px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease-in-out;
}

section#packages .card {
	transition: all 0.4s ease-in-out;
}

.nav-link:focus {
	color: rgba(0,0,0,0.65) !important;
}

.nav-link:hover {
	color: rgba(0,0,0,1) !important;
}

#packages{
	background: #f0f8ff;
}

a{
	text-decoration: none;
}

.cursor-pointer{
	cursor: pointer;
}