body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #007ba7;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #007ba7;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.4s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	/* font-family: 'Dancing Script', cursive; */
	font-size: 36px;
	/* color: #007ba7; */
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #007ba7;
}
.on {
	background-color: #262626 !important;
	/* padding: 0 !important;
	padding: 10px inherit !important;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #007ba7 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #007ba7;
	border-color: #007ba7;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	background-color: #007ba7;
	color: #fff;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #006c94;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.intro .overlay {
	background: rgba(0,0,0,0.3);
}

.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
}

#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section */
#cafe-menu {
	padding: 0 0 60px 0;
}
#cafe-menu .section-title {
	background: #444 url(../img/menu-bg.jpg) center center no-repeat;
	background-size: cover;
}
#cafe-menu .section-title h2 {
	color: #fff;
}

#cafe-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#cafe-menu .menu-section hr {
	margin: 0 auto;
}
#cafe-menu .menu-section {
	margin: 0 20px 80px;
}
#cafe-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#cafe-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#cafe-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#cafe-menu .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#cafe-menu .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}
/* instagram Section */
#instagram {
	padding: 0 0 120px 0;
}
#instagram .section-title {
	background: #444 url(../img/gallery-bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#instagram .section-title h2 {
	color: #fff;
}

.instagram-item {
	margin: 15px 0;
}
.instagram-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.instagram-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	display:inline-block;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 5% 5px 5px 5px;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.hover-bg .hover-text>h4 {
	position: relative;
	padding-top: 50%;
	margin-top: -100px;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Community Section */
#community {
	color: #fff;
	
}
#community .section-title {
	background: #444 url(../img/community-bg.jpg) center center no-repeat;
	background-size: cover;
}
#community .section-title h2 {
	color: #fff;
}
#community .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.6);
}
#community h2, #community p {
	color: #fff;
}
#community hr {
	background: #007ba7;
}
#community h3 {
	color: #000;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#community img {
	height: 256px;
	width: 256px;
	object-fit: cover;
	
}
#community .thumbnail {
	background: transparent;
	border: 0;
}
#community .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#community .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#community .thumbnail .caption {
	padding-top: 10px;
}
#community .thumbnail .caption p {
	color: rgba(0,0,0,0.7);
	padding: 0 10px;
	font-size: 15px;
}

/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 50px 0;
}
#footer h3 {
	color: #007ba7;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}


.brand-container{
	max-width: 40%;
}

.navbar {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

@media (max-width: 991px) {
	.navbar-nav > li {
        text-align: center;
    }
	.navbar-nav > li > a {
        line-height: 90px;/*changing this particular line does a lot, this is where the increase and decrease are done */
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto !important;
		overflow: visible !important;
		font-size: 150% !important;
		font-weight: bold !important;
	}
	.brand-container{
		max-width: 80%;
	}
}

.covid-19{
	/*background-color: rgba(20,190,44,0.5);
	*/
	/* background-color: rgba(240,10,10,0.7); */
	border: 0;
}
.covid-19.red{
	background-color: rgba(240,10,10,0.7);
}
.covid-19 a{
	color: inherit;
	text-decoration: underline;
}
/* .covid-19 {
	float: left;
	position: absolute;
	top: 100px;
} */
.covid-19 .alert-heading{
	color: #000;
	font-weight: bold;
}
.covid-19 p{
	font-size: 16pt;
	color: #000;
}
