body {
	font-family: "Coda",
		cursive;
}
.container-fluid {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.masthead {
	padding-top: 200px;
}
#head {
	font-size: 100px;
	font-family: "Coda",
		cursive;
	letter-spacing: 5px;
}
.titlebox {
	background-image: url(https://i.imgur.com/k6gTvJS.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#about {
	background-image: linear-gradient(
		rgb(32, 32, 32)
			30%,
		rgb(83, 83, 83),
		rgb(
			204,
			203,
			203
		),
		rgb(
			255,
			255,
			255
		)
	);
}
.bg-grey {
	background-color: #292929;
}
.logo-footer {
	margin-bottom: 40px;
}
footer {
	color: grey;
}
footer p,
a {
	font-size: 12px;
	font-family: "Roboto",
		sans-serif;
}
footer h6 {
	font-family: "Playfair Display",
		serif;
	margin-bottom: 40px;
	position: relative;
}
footer h6:after {
	position: absolute;
	content: "";
	background: grey;
	width: 12%;
	height: 1px;
	left: 0;
	bottom: -20px;
}
.btn-footer {
	color: grey;

	text-decoration: none;
	border: 1px solid;
	border-radius: 43px;
	font-size: 13px;
	padding: 7px 30px;
	line-height: 47px;
}
.btn-footer:hover {
	text-decoration: none;
}
.form-footer
	input[type="text"] {
	border: none;
	border-radius: 16px
		0 0 16px;
	outline: none;
	padding-left: 10px;
}
::placeholder {
	font-size: 10px;
	padding-left: 10px;
	font-style: italic;
}
.form-footer
	input[type="button"] {
	border: none;
	background: #232323;
	margin-left: -5px;
	color: #fff;
	outline: none;
	border-radius: 0
		16px 16px 0;
	padding: 2px 12px;
}
.social .fa {
	color: grey;
	font-size: 22px;
	padding: 10px 15px;
	background: #3c3c3c;
}
footer ul li {
	list-style: none;
	display: block;
}
footer ul {
	padding-left: 0;
}
footer ul li a {
	text-decoration: none;
	color: grey;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #f5f5f5 !important;
}
.logo-part {
	border-right: 1px
		solid grey;
	height: 100%;
}
.shadow-filter:hover {
	filter: drop-shadow(
		8px 8px 8px
			white
	);
}
.nav-link {
	font-size: 20px !important;
	font-family: "Coda",
		cursive;
}
.navbar-brand {
	font-size: 25px !important;
	font-family: "Coda",
		cursive;
}
.title-padding {
	padding-top: 65px;
}
.hotels {
	background-image: url(https://i.imgur.com/5uan1fl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.calendar {
	background-image: url(https://i.imgur.com/ryML8vX.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
