/* 
    Created on : Feb 29 2020, 2:45:54 PM
    Author     : John Arvizu
*/

/* All Background-Colors */
footer, .navbar, .bar-side, .bar-breadcrumb, .card {
	background-color: rgba(0, 0, 0, .65);
}
.alert {
	color: rgba(0, 0, 0, 1);
	text-shadow: none;
}
.bg-dark {
	background-color: rgba(255, 0, 0, .35);
}
.bar-breadcrumb a {
	color: rgba(255, 255, 255, 1);
}
.bar-breadcrumb a:hover {
	color: rgba(141, 69, 93, 1);
	text-decoration: none;
}
.bar-breadcrumb .active {
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.bar-main {

}
.bar-side {

}
.bar-side .card {
	background-color: rgba(255, 0, 0, .0);
}
body {
	background: url(/im/bw-man-in-chair-with-tie-30.png);
	/* background: url(/im/hero-home-02.png); */
	/* background: url(/im/hero-home-01.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: rgba(33, 5, 17, 1);
	color: rgba(255, 255, 255, 1);
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 100;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.booking {
/* For btn-primary on Booking */
	width: 100%;
}
.btn-primary {
	color: #fff;
	background-color: rgba(141, 69, 93, 1);
	border-color: rgba(141, 69, 93, 1);
}
.btn-primary:hover {
	color: #fff;
	background-color: rgba(194, 95, 128, 1);
	border-color: rgba(194, 95, 128, 1);
}
.btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: rgba(100, 100, 100, 1);
	border-color: rgba(100, 100, 100, 1);
}
.card {
	height:100%;
}
.img-logo {
	height: 75px;
	margin-right: 10px;
}
main {
	margin-top: 130px;
}
nav {
	height: 110px;
}
.navbar {
	/* padding-top: 0px; */
}
.navbar-brand h2 {
	color: rgba(255, 255, 255, 1);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 3rem;
	line-height: 1rem;
	padding-top: .90rem;
}
.navbar-brand h2 small {
	font-size: 1.5rem;
	line-height: 4rem;
	letter-spacing: .315rem;
	/* padding-top: 5rem; */
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
	/* color: rgba(141, 69, 93, 1); */
	color: rgba(255, 255, 255, 1);
	/* font-size: 1.5rem; */
}
.navbar-dark .navbar-nav .nav-link:hover {
	/* color: rgba(141, 69, 93, 1); */
	color: rgba(194, 95, 128, 1);
	/* font-size: 1.5rem; */
}
.navbar-dark .navbar-nav .nav-link .active {
	/* color: rgba(141, 69, 93, 1); */
	color: rgba(194, 95, 128, 1);
	/* font-size: 1.5rem; */
}
footer {
	height: 100%;
}
@media (max-width: 767.98px) {
	.bar-side {
		margin-top: 1rem;
	}
	.navbar-brand img {
		display: none;
	}
	.navbar-brand h2 {
		font-size: 2.4rem;
	}
	.navbar-brand h2 small {
		font-size: 1rem;
	}
}